代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/162519/5540887
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/162519/5540888
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*-*-*
www.eeworm.com/read/162519/5540906
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/162519/5540929
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/162519/5540934
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/162519/5540958
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/202330/15386040
h lwipopts.h
#ifndef __LWIP_LWIPOPTS_H__
#define __LWIP_LWIPOPTS_H__
#define NO_SYS 1
#define MEM_ALIGNMENT 4 // Must be 4 for ARM system
#define ETH_PAD_SIZE 2 // Must be 2 in ARM system
/*
#defin
www.eeworm.com/read/187145/8852910
h rvsdpprs.h
#ifndef RVSDPPRS_H_1007654976
#define RVSDPPRS_H_1007654976
typedef union {
long alignment;
char ag_vt_2[sizeof(int)];
char ag_vt_4[sizeof(RvpStrPtrN)];
char ag_vt_5[sizeof(unsigned in
www.eeworm.com/read/147766/5722515
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.
* Co