代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/233448/4669513
c cls_align_pointer.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of pointer.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*-*-*
www.eeworm.com/read/233448/4669543
c cls_align_double.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of double.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*-*-*
www.eeworm.com/read/228152/4766156
py elf.py
#!/usr/bin/env python
import struct
# ELF object file reader
# (C) 2003 cliechti@gmx.net
# Python license
# size alignment
# Elf32_Addr 4 4 Unsigned program address
# Elf32_Half
www.eeworm.com/read/204915/5028055
py elf.py
#!/usr/bin/env python
import struct
# ELF object file reader
# (C) 2003 cliechti@gmx.net
# Python license
# size alignment
# Elf32_Addr 4 4 Unsigned program address
# Elf32_Half
www.eeworm.com/read/190666/5172648
c bitfield3.c
// Test for oversized bitfield alignment in structs on IA-32
// { dg-do run { target i?86-*-* } }
// { dg-options "-O2" }
struct A
{
char a;
int b : 224; // { dg-warning "exceeds its type" "" }
www.eeworm.com/read/162614/5515353
c cls_align_float.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of float.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*-*-* a
www.eeworm.com/read/162614/5515365
c cls_align_pointer.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of pointer.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*-*-*
www.eeworm.com/read/162614/5515397
c cls_align_double.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of double.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*-*-*
www.eeworm.com/read/162614/5517162
c test_basic_union_size_and_align.c
/* Test of simple unions, size and alignment. */
#include "defines.h"
#include "macros.h"
int
main (void)
{
/* Integral types. */
run_signed_tests3(check_basic_union_size_and_align, char, TYP
www.eeworm.com/read/347503/3168505
exp sort.exp
# Test SORT_BY_NAME/SORT_BY_ALIGNMENT/SORT in a linker script.
# By H.J. Lu
# Copyright 2004
# Free Software Foundation, Inc.
#
# This file is free software; you can redist