代码搜索:structs
找到约 2,696 项符合「structs」的源代码
代码结果 2,696
www.eeworm.com/read/130108/14208357
c ir-common.c
/*
* some common structs and functions to handle infrared remotes via
* input layer ...
*
* (c) 2003 Gerd Knorr [SuSE Labs]
*
* This program is free software; you can
www.eeworm.com/read/218261/14929640
c mempool.c
#include
#include
/*structs:*/
struct MemBlock
{
struct MemBlock * Next;
char * MemBase;
char * MemPtr;
long MemLength;
long MemFree;
};
ty
www.eeworm.com/read/470720/1447659
c 900121_02.c
// g++ 1.36.1 bug 900121_02
// Assignment of structs is defined as memberwise assignment,
// however g++ (1.36.2) and Cfront 2.0 differ on the definition
// of assignment for unions.
// (NOTE: Strou
www.eeworm.com/read/470693/1459605
c 900121_02.c
// g++ 1.36.1 bug 900121_02
// Assignment of structs is defined as memberwise assignment,
// however g++ (1.36.2) and Cfront 2.0 differ on the definition
// of assignment for unions.
// (NOTE: Strou
www.eeworm.com/read/240204/4577418
c set.c
/* set.c
The following is a general-purpose set library originally developed
by Hank Dietz and enhanced by Terence Parr to allow dynamic sets.
Sets are now structs containing the #words in
www.eeworm.com/read/240162/4582794
c 900119_01.c
// { dg-do assemble }
// g++ 1.36.1 bug 900119_01
// g++ allows initializers to be included in the declaration of members
// of classes, structs, unions (even when -pedantic is used).
// This is no
www.eeworm.com/read/240162/4589698
c struct-by-value-9_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. Each struct contains an array
of small structs, each with three scalar members. */
extern voi
www.eeworm.com/read/240162/4589708
c struct-by-value-4_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. Each struct contains an array
of small structs with a single member. */
extern void struct_by
www.eeworm.com/read/240162/4589801
c struct-by-value-8_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. Each struct contains an array
of small structs with two scalar members. */
extern void struct
www.eeworm.com/read/240162/4589827
c struct-by-value-3_main.c
/* Test structures passed by value, including to a function with a
variable-length argument list. All struct members are scalar
integral types, and the structs are "small": 1, 2, 4, 8, and 12