代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/342914/3228827
c dataalign.c
/*
* dataalign.c -- show alignment needs
*
* This runs with any Linux kernel (not any Unix, because of )
*/
#include
#include
#include
/*
www.eeworm.com/read/340665/3280361
c ppc-stackalign-1.c
/* { dg-do run { target powerpc-*-linux* powerpc-*-sysv* } } */
/* Test stack pointer alignment against variable alloca. */
/* Inspired by PR libgcj/10610. */
/* Origin: Franz Sirl
www.eeworm.com/read/340665/3280661
c bitfld-3.c
/* Test for bitfield alignment in structs and unions. */
/* { dg-do run } */
/* { dg-options "-O2" } */
extern void abort (void);
extern void exit (int);
typedef long la __attribute__((aligned (8
www.eeworm.com/read/337546/3332744
s copy_user.s
/* Copyright 2002 Andi Kleen, SuSE Labs.
* Subject to the GNU Public License v2.
*
* Functions to copy from and to user space.
*/
#define FIX_ALIGNMENT 1
#include
#includ
www.eeworm.com/read/324920/3491582
s copy_user.s
/* Copyright 2002 Andi Kleen, SuSE Labs.
* Subject to the GNU Public License v2.
*
* Functions to copy from and to user space.
*/
#define FIX_ALIGNMENT 1
#include
#includ
www.eeworm.com/read/316872/3599520
h shmparam.h
#ifndef _ASM_IA64_SHMPARAM_H
#define _ASM_IA64_SHMPARAM_H
/*
* SHMLBA controls minimum alignment at which shared memory segments
* get attached. The IA-64 architecture says that there may be a
*
www.eeworm.com/read/316872/3601051
h flat.h
/*
* include/asm-arm/flat.h -- uClinux flat-format executables
*/
#ifndef __ARM_FLAT_H__
#define __ARM_FLAT_H__
/* An odd number of words will be pushed after this alignment, so
deliberately mi
www.eeworm.com/read/297160/3889089
c dataalign.c
/*
* dataalign.c -- show alignment needs
*
* This runs with any Linux kernel (not any Unix, because of )
*/
#include
#include
#include
/*
www.eeworm.com/read/292705/3946983
h shmparam.h
#ifndef _ASM_IA64_SHMPARAM_H
#define _ASM_IA64_SHMPARAM_H
/*
* SHMLBA controls minimum alignment at which shared memory segments
* get attached. The IA-64 architecture says that there may be a
*
www.eeworm.com/read/291465/3964751
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