代码搜索:Structs
找到约 2,696 项符合「Structs」的源代码
代码结果 2,696
www.eeworm.com/read/16273/667498
h dos.h
/***
*dos.h - definitions for MS-DOS interface routines
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines the structs and unions used for
www.eeworm.com/read/16910/702980
h dos.h
/***
*dos.h - definitions for MS-DOS interface routines
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines the structs and unions used for
www.eeworm.com/read/26953/861935
h dos.h
/***
*dos.h - definitions for MS-DOS interface routines
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines the structs and unions used for
www.eeworm.com/read/470720/1447610
c 900119_01.c
// 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 not allowed by the C++ 2.
www.eeworm.com/read/470693/1459556
c 900119_01.c
// 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 not allowed by the C++ 2.
www.eeworm.com/read/240162/4582843
c 900121_02.c
// { dg-do assemble }
// 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 u
www.eeworm.com/read/233448/4675661
c 900121_02.c
// { dg-do assemble }
// 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 u
www.eeworm.com/read/233448/4676338
mm bitfield-1.mm
/* APPLE LOCAL file mainline */
/* 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 supercl
www.eeworm.com/read/233448/4676601
m bitfield-5.m
/* APPLE LOCAL file mainline */
/* Check 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 superclass
www.eeworm.com/read/209559/4964225
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 redis