代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/190666/5177976
c bitfld-2.c
/* Test whether bit field boundaries aren't advanced if bit field type
has alignment large enough. */
extern void abort (void);
extern void exit (int);
struct A {
unsigned short a : 5;
unsign
www.eeworm.com/read/190666/5179357
c 20020118-1.c
/* { dg-do run { target powerpc*-*-* } }*/
/* Test local alignment. Test new target macro STARTING_FRAME_PHASE. */
/* Origin: Aldy Hernandez . */
int main ()
{
int dari
www.eeworm.com/read/162614/5516845
c ppc-stackalign-1.c
/* { dg-do run { target powerpc-*-linux* powerpc-*-sysv* } } */
/* { dg-options {} } */
/* Test stack pointer alignment against variable alloca. */
/* Inspired by PR libgcj/10610. */
/* Origin: Fra
www.eeworm.com/read/162614/5526661
c bitfld-2.c
/* Test whether bit field boundaries aren't advanced if bit field type
has alignment large enough. */
extern void abort (void);
extern void exit (int);
struct A {
unsigned short a : 5;
unsign
www.eeworm.com/read/340665/3278670
c bitfld-2.c
/* Test whether bit field boundaries aren't advanced if bit field type
has alignment large enough. */
extern void abort (void);
extern void exit (int);
struct A {
unsigned short a : 5;
unsign
www.eeworm.com/read/340665/3280171
c 20020118-1.c
/* { dg-do run { target powerpc*-*-* } }*/
/* Test local alignment. Test new target macro STARTING_FRAME_PHASE. */
/* Origin: Aldy Hernandez . */
int main ()
{
int dari
www.eeworm.com/read/340665/3281726
java syncglobal.java
// Test suitability of alignment of statically-allocated Objects.
class SyncGlobal
{
private static final byte[] global_1 = { 1 };
private static final byte[] global_2 = { 2, 3 };
private static
www.eeworm.com/read/337546/3332090
s vsyscall-int80.s
/*
* Code for the vsyscall page. This version uses the old int $0x80 method.
*
* NOTE:
* 1) __kernel_vsyscall _must_ be first in this page.
* 2) there are alignment constraints on this stub, see
www.eeworm.com/read/324920/3490935
s vsyscall-int80.s
/*
* Code for the vsyscall page. This version uses the old int $0x80 method.
*
* NOTE:
* 1) __kernel_vsyscall _must_ be first in this page.
* 2) there are alignment constraints on this stub, see
www.eeworm.com/read/316872/3586130
s vsyscall-int80_32.s
/*
* Code for the vsyscall page. This version uses the old int $0x80 method.
*
* NOTE:
* 1) __kernel_vsyscall _must_ be first in this page.
* 2) there are alignment constraints on this stub, see