代码搜索:structs

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

代码结果 2,696
www.eeworm.com/read/162614/5522057

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/162614/5522768

mm bitfield-1.mm

/* Check if ObjC class layout follows the ABI (informally) set in the past. ObjC structs must be laid out as if all ivars, including those inherited from superclasses, were defined at once (
www.eeworm.com/read/162614/5529670

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/162614/5529685

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/162614/5529801

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/162614/5529836

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
www.eeworm.com/read/340665/3276106

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/334056/3375306

h btcommon.h

/* * btcommon.h -- Contains common object structs/defines for bluetooth stack * * Copyright (C) 2000, 2001 Axis Communications AB * * Authors: Mattias Agren *
www.eeworm.com/read/334056/3375308

h hci_internal.h

/* * hci_internal.c -- Structs and defines used by hci.c and vendor specific * hci functions * * Copyright (C) 2000, 2001 Axis Communications AB * * Author: Johan Zander
www.eeworm.com/read/316872/3592682

h iosapic_private.h

/* * Private structs/constants for PARISC IOSAPIC support * * Copyright (C) 2000 Hewlett Packard (Grant Grundler) * Copyright (C) 2000,2003 Grant Grundler (grundler at parisc-linux.org)