代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/240162/4587968
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/233448/4675828
c anon4.c
// { dg-do assemble }
// { dg-options "-O" }
// PRMS Id: 5371
// Bug: g++ screws up the alignment of buff and dies.
main()
{
union {
double a;
char buff[sizeof(double)];
};
void *p =
www.eeworm.com/read/233448/4681802
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/233448/4684280
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/233448/4685621
c arm-mmx-1.c
/* Verify that if IP is saved to ensure stack alignment, we don't load
it into sp. */
/* { dg-do compile { target arm*-*-* strongarm*-*-* xscale*-*-*} } */
/* { dg-options "-O -mno-apcs-frame -mcp
www.eeworm.com/read/233448/4687643
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/209559/4962261
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/209211/4985878
c etherga620.c
/*
* Netgear GA620 Gigabit Ethernet Card.
* Specific for the Alteon Tigon 2 and Intel Pentium or later.
* To Do:
* cache alignment for PCI Write-and-Invalidate
* mini ring (what size)?
* tune co
www.eeworm.com/read/209211/4986466
c etherga620.c
/*
* Netgear GA620 Gigabit Ethernet Card.
* Specific for the Alteon Tigon 2 and Intel Pentium or later.
* To Do:
* cache alignment for PCI Write-and-Invalidate
* mini ring (what size)?
* tune co