代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/395229/2447533
h socket.h
#ifndef _LINUX_SOCKET_H
#define _LINUX_SOCKET_H
/*
* Desired design of maximum size and alignment (see RFC2553)
*/
#define _K_SS_MAXSIZE 128 /* Implementation specific max size */
#define _K_SS_ALI
www.eeworm.com/read/395229/2448570
h vmlinux.lds.h
#ifndef LOAD_OFFSET
#define LOAD_OFFSET 0
#endif
#ifndef VMLINUX_SYMBOL
#define VMLINUX_SYMBOL(_sym_) _sym_
#endif
/* Align . to a 8 byte boundary equals to maximum function alignment. */
#define AL
www.eeworm.com/read/393963/2461894
prefs org.eclipse.jdt.core.prefs
#Fri Aug 15 15:30:23 CST 2008
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/393286/2479719
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.
*
www.eeworm.com/read/377293/2702493
prefs org.eclipse.jdt.core.prefs
#Thu Oct 09 21:23:40 CST 2008
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/366702/2878388
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/366702/2880601
c vect-91.c
/* { dg-do compile } */
/* { dg-require-effective-target vect_int } */
#include
#include "tree-vect.h"
#define N 256
extern int a[N];
/* The alignment of 'pa' is unknown.
Yet we do
www.eeworm.com/read/362989/2924280
h socket.h
#ifndef _LINUX_SOCKET_H
#define _LINUX_SOCKET_H
/*
* Desired design of maximum size and alignment (see RFC2553)
*/
#define _K_SS_MAXSIZE 128 /* Implementation specific max size */
#define _K_SS_ALI
www.eeworm.com/read/362989/2925037
h vmlinux.lds.h
#ifndef LOAD_OFFSET
#define LOAD_OFFSET 0
#endif
#ifndef VMLINUX_SYMBOL
#define VMLINUX_SYMBOL(_sym_) _sym_
#endif
/* Align . to a 8 byte boundary equals to maximum function alignment. */
#define AL
www.eeworm.com/read/162519/5540886
c cls_align_sint32.c
/* Area: ffi_call, closure_call
Purpose: Check structure alignment of sint32.
Limitations: none.
PR: none.
Originator: 20031203 */
/* { dg-do run { xfail mips64*-*-*