代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/233448/4678586
c align-test-5c.c
/* APPLE LOCAL file Macintosh alignment */
/* align-test-5*.c are all the same code but with different options. */
/* { dg-do run } */
/* { dg-options "-malign-mac68k -DSIZE=10" } */
/* { dg-skip-i
www.eeworm.com/read/233448/4682147
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/209559/4963396
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/209559/4968690
h socket.h
#ifndef _LINUX_SOCKET_H
#define _LINUX_SOCKET_H
/*
* Desired design of maximum size and alignment (see RFC2553)
*/
#define _K_SS_MAXSIZE 128 /* Implementation specific max size */
#define _K_SS_ALI
www.eeworm.com/read/190666/5178162
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/190666/5179642
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/179911/5294545
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/162614/5515360
c cls_align_sint32.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of sint32.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*-*-*
www.eeworm.com/read/162614/5515361
c cls_align_sint16.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of sint16.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*-*-*
www.eeworm.com/read/162614/5515362
c cls_align_uint16.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of uint16.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*-*-*