代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/233448/4669545
c cls_9byte1.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Darwin/AIX do double-word
alignment of the struct if the first element is a
www.eeworm.com/read/233448/4684602
c 990424-1.c
/* Test that stack alignment is preserved with pending_stack_adjust
with stdcall functions. */
/* { dg-do run { target i?86-*-* } } */
/* { dg-skip-if "" { i?86-*-* } { "-m64" } { "" } } */
/* {
www.eeworm.com/read/233448/4684816
c struct-align-1_main.c
/* Test compatibility of structure layout and alignment for structs
which contain doubles. The original structs here are from PR 10645. */
extern void struct_align_1_x (void);
extern void exit (
www.eeworm.com/read/202764/5046236
cpp cat.cpp
#include "ie.h"
#include "Cat.h"
#include "util.h"
#include
Cat::Cat ( char * name )
{
setName ( name );
registerAnims ();
makeBrain ();
m_alignment = A_
www.eeworm.com/read/190666/5179576
c 990424-1.c
/* Test that stack alignment is preserved with pending_stack_adjust
with stdcall functions. */
/* { dg-do run { target i?86-*-* } } */
/* { dg-options -mpreferred-stack-boundary=4 } */
void __at
www.eeworm.com/read/176157/5339006
java alignmentexample.java
// AlignmentExample.java
// A simple demonstration of text alignment in JLabels.
//
package jswing.ch04;
import javax.swing.*;
import java.awt.*;
public class AlignmentExample {
public static void
www.eeworm.com/read/176157/5339098
java jtextfieldexample.java
// JTextFieldExample.java
// An example of setting up a textfield and modifying its horizontal alignment
// at runtime.
//
package jswing.ch19;
import javax.swing.*;
import java.awt.event.*;
public
www.eeworm.com/read/162614/5515366
c cls_9byte2.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Darwin/AIX do double-word
alignment of the struct if the first element is a
www.eeworm.com/read/162614/5515399
c cls_9byte1.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Depending on the ABI. Darwin/AIX do double-word
alignment of the struct if the first element is a
www.eeworm.com/read/162614/5517150
c test_basic_struct_size_and_align.c
/* This checks size and alignment of structs with a single basic type
element. All basic types are checked. */
#include "defines.h"
#include "macros.h"
int
main (void)
{
/* Integral types. *