代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/416031/2130191
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/393286/2479098
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
#incl
www.eeworm.com/read/366702/2864628
c 20020118-1.c
/* { dg-do run { target powerpc*-*-* } }*/
/* Test local alignment. Test new target macro STARTING_FRAME_PHASE. */
/* Origin: Aldy Hernandez . */
extern void abort(void);
int m
www.eeworm.com/read/366702/2872583
ads gnati.ads
-- { dg-do compile }
-- { dg-options "-gnatI" }
package gnati is
type j is range 1 .. 50;
for j'size use 1;
type n is new integer;
for n'alignment use -99;
type e is (a, b);
for e
www.eeworm.com/read/366702/2872615
ads size_clause3.ads
-- { dg-do compile }
package Size_Clause3 is
-- The record inherits the alignment of Integer, which is 4, so
-- the real size is 64 instead of 40.
type R1 is record
I : Integer;
B : al
www.eeworm.com/read/366702/2883745
c arm-mmx-1.c
/* Verify that if IP is saved to ensure stack alignment, we don't load
it into sp. */
/* { dg-do compile } */
/* { dg-options "-O -mno-apcs-frame -mcpu=iwmmxt -mabi=iwmmxt" } */
/* { dg-skip-if ""
www.eeworm.com/read/366702/2883886
c bitfld-3.c
/* Test for bitfield alignment in structs and unions. */
/* { dg-do run { target pcc_bitfield_type_matters } } */
/* { dg-options "-O2" } */
extern void abort (void);
extern void exit (int);
type
www.eeworm.com/read/357083/3030729
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/262041/4316451
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
www.eeworm.com/read/162614/5530822
c bitfld-3.c
/* Test for bitfield alignment in structs and unions. */
/* { dg-do run { target pcc_bitfield_type_matters } } */
/* { dg-options "-O2" } */
extern void abort (void);
extern void exit (int);
type