代码搜索:Structs

找到约 2,696 项符合「Structs」的源代码

代码结果 2,696
www.eeworm.com/read/295465/3910314

h smb_andx_structs.h

/* * smb_andx_structs.h * * Copyright (C) 2004-2006 Sourcefire,Inc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License
www.eeworm.com/read/295465/3910318

h smb_file_structs.h

/* * smb_file_structs.h * * Copyright (C) 2004-2006 Sourcefire,Inc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License
www.eeworm.com/read/281373/4116874

svn-base structs.h.svn-base

/* structs.h */ #ifndef STRUCTS_H #define STRUCTS_H #include "buffer.h" enum {MODE_COMMAND, MODE_INSERT, MODE_EX}; /* key handler type */ typedef int( * INPUT_HANDLER)(int); typedef struct curso
www.eeworm.com/read/421032/2056455

h smb_andx_structs.h

/* * smb_andx_structs.h * * Copyright (C) 2004-2008 Sourcefire,Inc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License
www.eeworm.com/read/421032/2056459

h smb_file_structs.h

/* * smb_file_structs.h * * Copyright (C) 2004-2008 Sourcefire,Inc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License
www.eeworm.com/read/405936/2280876

h i915_structs.h

/* * Copyright © 2006 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), *
www.eeworm.com/read/388795/2546423

h smb_andx_structs.h

/* * smb_andx_structs.h * * Copyright (C) 2004-2008 Sourcefire,Inc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License
www.eeworm.com/read/388795/2546427

h smb_file_structs.h

/* * smb_file_structs.h * * Copyright (C) 2004-2008 Sourcefire,Inc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License
www.eeworm.com/read/385253/2593681

svn-base structs.h.svn-base

#pragma once #include #define Sin45 (0.70710678) struct Vertexu { unsigned char x,y,z; }; struct Vertexi { int x,y,z; }; struct Vertex { Vertex(){} Vertex(float nx,
www.eeworm.com/read/366702/2865429

c test_passing_structs.c

/* This tests passing of structs. Only integers are tested. */ #include "defines.h" #include "args.h" struct IntegerRegisters iregs; struct FloatRegisters fregs; unsigned int num_iregs, num_fregs;