代码搜索:Layout
找到约 10,000 项符合「Layout」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2867029
exp struct-layout-1.exp
# Copyright (C) 2002, 2003, 2004, 2005, 2007 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 Licen
www.eeworm.com/read/366702/2872960
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/366702/2878774
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/366702/2880363
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/366702/2881898
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/366702/2881976
exp struct-layout-1.exp
# Copyright (C) 2002, 2003, 2004, 2007 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/366702/2882236
c struct-layout-1.c
/* { dg-options "-std=gnu99" } */
#include
extern void abort (void);
struct S1
{
_Decimal64 a[0];
};
struct S2
{
struct
{
_Decimal64 e;
} b[0];
};
struct S3
{
union
{
www.eeworm.com/read/366702/2882725
c bf-no-ms-layout.c
/* bf-no-ms-layout.c */
/* Test for gcc bitfield layout, with -mno-ms-bitfields */
/* Adapted from Donn Terry testcase
posted to GCC-patches
http://gcc.gnu.org/ml/gcc-pat
www.eeworm.com/read/366702/2883673
c struct-layout-1.c
/* { dg-do run } */
/* { dg-options "-std=gnu99" } */
/* This test is based on the test from ../dfp/. */
#include
extern void abort (void);
struct S1
{
long _Fract a[0];
};
struct S
www.eeworm.com/read/366513/2888896
svn-base layout.css.svn-base
/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
.x-border-layout-ct {
background:#dfe8f6;
}
.x-border-panel {