代码搜索:Struct
找到约 10,000 项符合「Struct」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4683021
c struct-ii.c
typedef struct {int a, b;} T;
int h (T *);
T g (T);
#if COMPILER != 1
h (T *x)
{
if (x->a != 0 || x->b != 1)
abort ();
}
#endif
#if COMPILER != 2
T
g (T x)
{
if (x.a != 13 || x.b != 47)
www.eeworm.com/read/233448/4683022
c struct-align.c
typedef union
{
struct {int a; int b;} s;
double d;
} T;
int h (T *);
T g (T);
#if COMPILER != 1
h (T *x)
{
if (x->s.a != 0 || x->s.b != 1)
abort ();
}
#endif
#if COMPILER != 2
T
g (T x)
www.eeworm.com/read/233448/4683024
c struct-ic.c
typedef struct {int a; char b;} T;
int h (T *);
T g (T);
#if COMPILER != 1
h (T *x)
{
if (x->a != 0 || x->b != 1)
abort ();
}
#endif
#if COMPILER != 2
T
g (T x)
{
if (x.a != 13 || x.b != 47
www.eeworm.com/read/233448/4684515
c struct-1.c
#include "struct-1.h"
struct ChainSearchRecord {
int identity;
};
typedef struct ChainSearchRecord ChainSearchRecord;
void foo (ChainSearchPtr s)
{
s->identity = 0x6a73616d;
}
www.eeworm.com/read/233448/4684545
hs struct-1.hs
struct ChainSearchRecord;
typedef struct ChainSearchRecord *ChainSearchPtr;
www.eeworm.com/read/233448/4684871
c struct-1.c
/* This testcase ICEd on IA-32 because the backend was inconsistent whether
to allow addends for @dtpoff relocs or not. */
/* { dg-do compile } */
/* { dg-options "-O2 -fpic" } */
struct S {
in
www.eeworm.com/read/229812/4736506
chk struct1.chk
struct1.asm(65): Warning! W095: size not specified -- BYTE PTR is assumed
struct1.asm(70): Warning! W095: size not specified -- BYTE PTR is assumed
www.eeworm.com/read/229812/4736508
esm struct1.esm
.387
.386p
EXTRN __OVLTAB__:BYTE
DGROUP GROUP _DATA
_TEXT SEGMENT DWORD PUBLIC USE32 'CODE'
ASSUME CS:_TEXT, DS:DGROUP, SS:DGROUP
mov bx,8
test byte ptr cs:__OVLTAB
www.eeworm.com/read/229812/4736515
asm struct1.asm
.386
.model small
.data
TRAP_ENTRY STRUC
te_stack_trap dw ?
te_ret_list dw ?
te_ret_offset dw ?
te_context dw ?
TRAP_ENTR
www.eeworm.com/read/229812/4752132
ps struct2.ps
%!PS-Adobe-2.0 EPSF-2.0
%%BoundingBox: 2 4 357 92
%%Creator: CorelDRAW!
%%Title: STRUCT2.PS
%%CreationDate: Tue Oct 18 12:04:07 1994
%%DocumentFonts: Times-Roman
%%DocumentProcessColors: Bla