代码搜索:Layout
找到约 10,000 项符合「Layout」的源代码
代码结果 10,000
www.eeworm.com/read/240162/4588480
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/233448/4682454
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/233448/4683731
c bf-ms-layout.c
/* APPLE LOCAL file mainline */
/* bf-ms-layout.c */
/* Test for MS bitfield layout */
/* Adapted from Donn Terry testcase
posted to GCC-patches
http://gcc.gnu.org/ml/gcc
www.eeworm.com/read/233448/4684686
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/233448/4684755
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/233448/4685283
c bf-no-ms-layout.c
/* APPLE LOCAL file mainline */
/* bf-no-ms-layout.c */
/* Test for gcc bitfield layout, with -mno-ms-bitfields */
/* Adapted from Donn Terry testcase
posted to GCC-patches
www.eeworm.com/read/232404/4702038
xpm tb_layout_print.xpm
/* XPM */
static char *tb_layout_print_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 5 1",
"X c Black",
"o c #FFFFFF",
"O c #848284",
"+ c #FFFF00",
" c None",
/* pixels */
"
www.eeworm.com/read/232404/4702099
h view_layout_printout.h
///////////////////////////////////////////////////////////
// //
// SAGA //
//