代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/347503/3171199
s align1.s
.code
.align 1
.align 8
nop
; "8" assumed if no alignment given.
.align
nop
.align 4096
nop
.data
.ALIGN 8
$L00BSS:
home_buff:
.BLOCK 1024
.ALIGN 8
current_buff:
www.eeworm.com/read/343627/3217931
sym mode7cnt.sym
VERSION 5
BEGIN SYMBOL
SYMBOLTYPE BLOCK
TIMESTAMP 2002 11 14 4 12 48
SYMPIN 0 -32 Input "clk"
SYMPIN 384 -32 Output "Q(2:0)"
BEGIN DISPLAY 192 -72 ATTR "SymbolName"
ALIGNMENT BCENTER
www.eeworm.com/read/343627/3218007
sym mode7cnt.sym
VERSION 5
BEGIN SYMBOL
SYMBOLTYPE BLOCK
TIMESTAMP 2002 11 14 4 12 48
SYMPIN 0 -32 Input "clk"
SYMPIN 384 -32 Output "Q(2:0)"
BEGIN DISPLAY 192 -72 ATTR "SymbolName"
ALIGNMENT BCENTER
www.eeworm.com/read/340665/3267378
s align1.s
.code
.align 1
.align 8
nop
; "8" assumed if no alignment given.
.align
nop
.align 4096
nop
.data
.ALIGN 8
$L00BSS:
home_buff:
.BLOCK 1024
.ALIGN 8
current_buff:
www.eeworm.com/read/340665/3273144
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/331135/3416777
h poppack.h
#ifdef __WINE_PSHPACK_H
#undef __WINE_PSHPACK_H
#if defined(__GNUC__) || defined(__SUNPRO_C)
#pragma pack()
#elif defined(__SUNPRO_CC)
#warning "Assumes default alignment is 4"
#pragma pack(4)
#elif
www.eeworm.com/read/330923/3419533
h pshpack8.h
#ifndef WINE_PSHPACK_H
#define WINE_PSHPACK_H 8
#if 0
//#pragma pack(8)
#elif !defined(RC_INVOKED)
#error "8 as alignment is not supported"
#endif /* 0 ; !defined(RC_INVOKED) */
#else /* !defined(WI
www.eeworm.com/read/313143/3645934
h pshpack8.h
#ifndef WINE_PSHPACK_H
#define WINE_PSHPACK_H 8
#if 0
//#pragma pack(8)
#elif !defined(RC_INVOKED)
#error "8 as alignment is not supported"
#endif /* 0 ; !defined(RC_INVOKED) */
#else /* !defined(WI
www.eeworm.com/read/312338/3673190
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/294947/3914196
c malloc16.c
/* Wrapper functions for malloc/free that force 16-byte alignment
* See http://perso.club-internet.fr/matmac/sourcesc.htm
* Copyright 2001 Phil Karn, KA9Q
* May be used under the terms of the GNU