代码搜索:alignment
找到约 6,879 项符合「alignment」的源代码
代码结果 6,879
www.eeworm.com/read/375190/2735215
cpp alignment_of_test.cpp
// (C) Copyright John Maddock 2000.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http:/
www.eeworm.com/read/366702/2872547
adb alignment1.adb
-- { dg-do run }
-- { dg-options "-gnatws" }
procedure alignment1 is
type My_Integer is record
Element : Integer;
end record;
F : My_Integer;
begin
if F'Alignment /= F.Element'Alignmen
www.eeworm.com/read/366702/2872578
adb alignment2.adb
-- { dg-do run }
procedure alignment2 is
pragma COMPONENT_ALIGNMENT(STORAGE_UNIT);
MAX_LIST_SIZE : constant INTEGER := 128*16;
LEVEL2_SIZE : constant INTEGER := 128;
www.eeworm.com/read/366702/2872580
ads alignment1.ads
-- { dg-do compile }
package Alignment1 is
S : Natural := 20;
pragma Volatile (S);
type Block is array (1 .. S) of Integer;
for Block'Alignment use 128;
B : Block;
end;
www.eeworm.com/read/366702/2872722
adb alignment3.adb
-- { dg-do compile }
with System, Ada.Unchecked_Conversion;
procedure alignment3 is
type Value_Type (Is_Short : Boolean) is record
case Is_Short is
when True => V : Natural;
www.eeworm.com/read/264095/4292625
flags .alignment.o.flags
ifeq (-D__KERNEL__ -I/armsys2410_2.4/my_kernel/include -Wall -Wstrict-prototypes -Wno-trigraphs -Os -mapcs -fno-strict-aliasing -fno-common -fno-common -pipe -mapcs-32 -march=armv4 -mtune=arm9tdmi -ms
www.eeworm.com/read/154890/5631613
fl alignment_panel.fl
# data file for the Fltk User Interface Designer (fluid)
version 1.00
header_name {.h}
code_name {.cxx}
gridx 10
gridy 10
snap 3
Function {make_alignment_window()} {open
} {
Fl_Window alignment
www.eeworm.com/read/154890/5631616
h alignment_panel.h
// generated by Fast Light User Interface Designer (fluid) version 1.00
#ifndef alignment_panel_h
#define alignment_panel_h
#include
#include
extern Fl_Window *alignment_wi
www.eeworm.com/read/154890/5631617
cxx alignment_panel.cxx
// generated by Fast Light User Interface Designer (fluid) version 1.00
#include "alignment_panel.h"
Fl_Window *alignment_window=(Fl_Window *)0;
Fl_Input *horizontal_input=(Fl_Input *)0;
Fl_Input
www.eeworm.com/read/293212/8307758
h vc_alignment.h
// Last update: June 20, 2001
#ifdef _MSC_VER
# pragma once
#else
# error "Visual C++ specific header !"
#endif
#ifndef VC_ALIGNMENT_INC_
#define VC_ALIGNMENT_INC_
#include "Typelist.h"