代码搜索:Layout
找到约 10,000 项符合「Layout」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5518079
h struct-layout-1.h
#include
#include
#include
#include
#include
#include
#include "../../gcc.dg/compat/compat-common.h"
#ifndef SKIP_ATTRIBUTE
# include
www.eeworm.com/read/162614/5518082
exp struct-layout-1.exp
# Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as
www.eeworm.com/read/162614/5527386
c bf-layout-1.c
struct { long f8:8; long f24:24; } a;
struct { long f32:32; } b;
main ()
{
if (sizeof (a) != sizeof (b))
abort ();
exit (0);
}
www.eeworm.com/read/162614/5528725
c bf-ms-layout.c
/* bf-ms-layout.c */
/* Test for MS bitfield layout */
/* Adapted from Donn Terry testcase
posted to GCC-patches
http://gcc.gnu.org/ml/gcc-patches/2000-08/msg00577.html *
www.eeworm.com/read/162614/5529677
h struct-layout-1.h
#include
#include
#include
#include
#include
#include
#include "compat-common.h"
#ifndef SKIP_ATTRIBUTE
# include "vector-defs.h"
#el
www.eeworm.com/read/162614/5529746
exp struct-layout-1.exp
# Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publis
www.eeworm.com/read/340665/3279117
c bf-layout-1.c
struct { long f8:8; long f24:24; } a;
struct { long f32:32; } b;
main ()
{
if (sizeof (a) != sizeof (b))
abort ();
exit (0);
}