代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/287404/4023930
prefs org.eclipse.jdt.core.prefs
#Thu Jul 19 10:46:15 EEST 2007
eclipse.preferences.version=1
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_
www.eeworm.com/read/270919/4231694
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/447738/1694611
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
www.eeworm.com/read/447738/1697302
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/440906/1774767
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/424059/2020370
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/417857/2097766
usage stretcher.usage
Here is a sample session with stretcher
% stretcher tsw:hba_human tsw:hbb_human
Finds the best global alignment between two
www.eeworm.com/read/411434/2187961
java yearexcel.java
package com.download;
import java.io.OutputStream;
import java.util.HashMap;
import java.util.Vector;
import jxl.Workbook;
import jxl.format.Alignment;
import jxl.format.VerticalAlignment;
www.eeworm.com/read/396408/2421663
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/395929/2429579
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: