代码搜索:Structs
找到约 2,696 项符合「Structs」的源代码
代码结果 2,696
www.eeworm.com/read/470720/1452100
c i386-bitfield1.c
// Test for bitfield alignment in structs on IA-32
// { dg-do run { target i?86-*-* } }
// { dg-options "-O2" }
extern void abort (void);
extern void exit (int);
struct A
{
char a;
long long b :
www.eeworm.com/read/470693/1464046
c i386-bitfield1.c
// Test for bitfield alignment in structs on IA-32
// { dg-do run { target i?86-*-* } }
// { dg-options "-O2" }
extern void abort (void);
extern void exit (int);
struct A
{
char a;
long long b :
www.eeworm.com/read/240162/4583050
c anon.c
// { dg-do run }
// Bug: g++ has trouble copying anonymous structs.
typedef struct { int i; } foo;
struct A : public foo {
struct { int i; } x;
};
int main ()
{
A a;
a.i = 5;
a.x.i = 42;
www.eeworm.com/read/233448/4675869
c anon.c
// { dg-do run }
// Bug: g++ has trouble copying anonymous structs.
typedef struct { int i; } foo;
struct A : public foo {
struct { int i; } x;
};
int main ()
{
A a;
a.i = 5;
a.x.i = 42;
www.eeworm.com/read/216802/4880558
h kjs.h
#ifndef KJS_H
#define KJS_H
#include "jsint.h"
#include "js.h"
#include "kjs_structs.h"
typedef struct system_ctx_st SystemCtx;
typedef struct _KJS {
JSInterpPtr interp;
JSVirtualMac
www.eeworm.com/read/216450/4893545
s em_stb.s
.define ___stb
.text
! Routine for copying structs.
___stb:
mov bx,sp
push si
push di
mov cx,2(bx)
mov si,4(bx)
mov di,6(bx)
rep
movb
pop di
pop si
ret
www.eeworm.com/read/190666/5179642
c i386-bitfield1.c
// Test for bitfield alignment in structs on IA-32
// { dg-do run { target i?86-*-* } }
// { dg-options "-O2" }
extern void abort (void);
extern void exit (int);
struct A
{
char a;
long long b :
www.eeworm.com/read/180222/5288412
cpp sizeof.cpp
//: C04:Sizeof.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Sizes of structs
#include "CLib.
www.eeworm.com/read/340665/3280581
c i386-bitfield1.c
// Test for bitfield alignment in structs on IA-32
// { dg-do run { target i?86-*-* } }
// { dg-options "-O2" }
extern void abort (void);
extern void exit (int);
struct A
{
char a;
long long b :
www.eeworm.com/read/337546/3337363
h strcop.h
// $Id: strcop.h,v 1.3 2003/10/22 13:27:12 henriken Exp $
// Streamcop meta-data configuration structs
struct strcop_meta_out {
unsigned char csumsel : 3;
unsigned char ciphsel : 3;
unsigned