代码搜索:alignment

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

代码结果 6,879
www.eeworm.com/read/242732/4538088

h precomp.h

#ifndef __CMD_PRECOMP_H #define __CMD_PRECOMP_H #ifdef _MSC_VER #pragma warning ( disable : 4103 ) /* use #pragma pack to change alignment */ #undef _CRT_SECURE_NO_DEPRECATE #define _CRT_SECURE
www.eeworm.com/read/240162/4580309

c align.c

// { dg-do run { target i?86-*-linux* i?86-*-freebsd* } } // { dg-options "-malign-double" } // Origin: Alex Samuel /* Test the size and alignment of fundamental C types for
www.eeworm.com/read/237551/4626561

makefile

ifeq ($(subdir),csu) sysdep_routines += hp-timing elide-routines.os += hp-timing endif # So that we can test __m128's alignment stack-align-test-flags += -msse
www.eeworm.com/read/233448/4670129

abi

IQ2000 ABI ========= Sizes and alignments -------------------- Type Size (bytes) Alignment (bytes) char 1 1 short 2 2 int 4 4 unsigned 4 4 long 4 4 long long 8 8 float 4
www.eeworm.com/read/233448/4678438

c align-test-5d.c

/* APPLE LOCAL file Macintosh alignment */ /* align-test-5*.c are all the same code but with different options. */ /* { dg-do run { target "i?86-*-darwin*" } } */ /* { dg-options "-malign-natural -D
www.eeworm.com/read/195192/5114655

am makefile.am

## Process this file with automake to produce Makefile.in AM_CXXFLAGS = -Wall bin_PROGRAMS = RNAforester RNAforester_SOURCES = \ algebra.h\ alignment.h\ Arguments.cpp\ Arguments.h\ debug.h\
www.eeworm.com/read/162614/5516061

abi

IQ2000 ABI ========= Sizes and alignments -------------------- Type Size (bytes) Alignment (bytes) char 1 1 short 2 2 int 4 4 unsigned 4 4 long 4 4 long long 8 8 float 4
www.eeworm.com/read/348288/3157503

h config.h

/* src/config.h. Generated from config.h.in by configure. */ /* src/config.h.in. Generated from configure.ac by autoheader. */ /* Define if .align takes 3 for alignment of 2^3=8 bytes instead of
www.eeworm.com/read/320652/3545709

makefile

ifeq ($(subdir),csu) sysdep_routines += hp-timing elide-routines.os += hp-timing endif # So that we can test __m128's alignment stack-align-test-flags += -msse
www.eeworm.com/read/435379/1864418

java clientgui.java

package Client; import javax.swing.*; import java.awt.*; import java.awt.event.*; import javax.swing.GroupLayout.Alignment; import javax.swing.event.ListSelectionEvent; import javax.swing.even