代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/162614/5515380
c cls_align_longdouble.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of long double.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*
www.eeworm.com/read/162614/5515403
c cls_align_sint64.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of sint64.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*-*-*
www.eeworm.com/read/162614/5515408
c cls_align_uint64.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of uint64.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*-*-*
www.eeworm.com/read/162614/5515432
c cls_align_uint32.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of uint32.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*-*-*
www.eeworm.com/read/162614/5527063
c 20001203-2.c
struct obstack
{
long chunk_size;
struct _obstack_chunk *chunk;
char *object_base;
char *next_free;
char *chunk_limit;
int alignment_mask;
unsigned maybe_empty_object;
};
struct objfile
www.eeworm.com/read/350097/3129439
c align.c
/*
* align.c - handle alignment exceptions for the Power PC.
*
* Copyright (c) 1996 Paul Mackerras
* Copyright (c) 1998-1999 TiVo, Inc.
* PowerPC 403GCX modifications.
*
www.eeworm.com/read/340665/3278877
c 20001203-2.c
struct obstack
{
long chunk_size;
struct _obstack_chunk *chunk;
char *object_base;
char *next_free;
char *chunk_limit;
int alignment_mask;
unsigned maybe_empty_object;
};
struct objfile
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/334125/3373647
pl ndr_align.pl
#!/usr/bin/perl
# NDR alignment tests
# (C) 2005 Jelmer Vernooij. Published under the GNU GPL
use strict;
use Test::More tests => 5 * 8;
use FindBin qw($RealBin);
use lib "$RealBin";
use Util qw(test
www.eeworm.com/read/333997/3377599
prefs org.eclipse.jdt.core.prefs
#Sun Oct 07 17:57:21 CST 2007
eclipse.preferences.version=1
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_e