代码搜索:alignment

找到约 6,879 项符合「alignment」的源代码

代码结果 6,879
www.eeworm.com/read/474238/1395037

def rc.def

# eerste (hele flauwe) helling pitch 16 10 wait 10 # weer recht zetten pitch 0 10 wait 100 pitch -16 10 wait 10 pitch 0 10 wait 10 # eerste bocht (rechts): # begin indraaien alignment 40
www.eeworm.com/read/470720/1450425

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/470720/1452100

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/470693/1462371

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/470693/1464046

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/469939/1478298

pl ndr_align.pl

#!/usr/bin/perl # NDR alignment tests # (C) 2005 Jelmer Vernooij. Published under the GNU GPL use strict; use Test::More tests => 5 * 8; use FindBin qw($RealBin); use lib "$RealBin"; use Util qw(test
www.eeworm.com/read/467318/1503838

prefs org.eclipse.jdt.core.prefs

#Fri Jun 08 11:15:59 CST 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_e
www.eeworm.com/read/467313/1503857

prefs org.eclipse.jdt.core.prefs

#Sat Aug 04 17:21:53 CST 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_e
www.eeworm.com/read/462666/1543979

def rc.def

# eerste (hele flauwe) helling pitch 16 10 wait 10 # weer recht zetten pitch 0 10 wait 100 pitch -16 10 wait 10 pitch 0 10 wait 10 # eerste bocht (rechts): # begin indraaien alignment 40
www.eeworm.com/read/250243/4436410

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. *