Searched refs:ALIGN (Results 1 - 25 of 230) sorted by relevance

12345678910

/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
H A Delf_x86_64_fbsd_efi.lds10 . = ALIGN(4096);
15 . = ALIGN(4096);
24 . = ALIGN(4096);
41 . = ALIGN(4096);
43 . = ALIGN(4096);
50 . = ALIGN(4096);
52 . = ALIGN(4096);
54 . = ALIGN(4096);
H A Delf_x86_64_efi.lds10 . = ALIGN(4096);
15 . = ALIGN(4096);
22 . = ALIGN(4096);
27 . = ALIGN(4096);
44 . = ALIGN(4096);
46 . = ALIGN(4096);
53 . = ALIGN(4096);
55 . = ALIGN(4096);
57 . = ALIGN(4096);
/external/syslinux/efi64/lib/
H A Delf_x86_64_efi.lds10 . = ALIGN(4096);
15 . = ALIGN(4096);
22 . = ALIGN(4096);
27 . = ALIGN(4096);
44 . = ALIGN(4096);
46 . = ALIGN(4096);
53 . = ALIGN(4096);
55 . = ALIGN(4096);
57 . = ALIGN(4096);
/external/clang/test/CodeGen/
H A Dms-inline-asm-align.c13 __asm ALIGN 256; local
/external/swiftshader/src/Common/
H A DTypes.hpp39 #define ALIGN(bytes, type) __declspec(align(bytes)) type macro
42 #define ALIGN(bytes, type) type __attribute__((aligned(bytes)))
47 typedef ALIGN(1, uint8_t) byte;
48 typedef ALIGN(2, uint16_t) word;
49 typedef ALIGN(4, uint32_t) dword;
50 typedef ALIGN(8, uint64_t) qword;
51 typedef ALIGN(16, uint64_t) qword2[2];
52 typedef ALIGN(4, uint8_t) byte4[4];
53 typedef ALIGN(8, uint8_t) byte8[8];
54 typedef ALIGN(1
[all...]
/external/syslinux/gpxe/src/arch/x86/scripts/
H A Defi.lds28 . = ALIGN ( _max_align );
41 . = ALIGN ( _max_align );
54 . = ALIGN ( _max_align );
68 . = ALIGN ( _max_align );
/external/syslinux/efi/i386/
H A Dsyslinux.ld36 . = ALIGN(16);
45 . = ALIGN(4);
61 . = ALIGN(4096);
69 . = ALIGN(4);
84 . = ALIGN(4);
92 . = ALIGN(4);
100 . = ALIGN(4);
109 . = ALIGN(4);
117 . = ALIGN(16);
155 . = ALIGN(12
[all...]
/external/syslinux/efi/
H A Dsyslinux.ld36 . = ALIGN(16);
45 . = ALIGN(4);
61 . = ALIGN(4096);
69 . = ALIGN(4);
84 . = ALIGN(4);
92 . = ALIGN(4);
100 . = ALIGN(4);
109 . = ALIGN(4);
117 . = ALIGN(16);
159 . = ALIGN(12
[all...]
/external/syslinux/efi/x86_64/
H A Dsyslinux.ld36 . = ALIGN(16);
45 . = ALIGN(4);
61 . = ALIGN(4096);
69 . = ALIGN(4);
84 . = ALIGN(4);
92 . = ALIGN(4);
100 . = ALIGN(4);
109 . = ALIGN(4);
117 . = ALIGN(16);
155 . = ALIGN(12
[all...]
/external/syslinux/core/i386/
H A Dsyslinux.ld45 . = ALIGN(4);
54 . = ALIGN(4);
65 . = ALIGN(128); /* Minimum separation from mutable data */
74 . = ALIGN(16);
118 . = ALIGN(16);
128 . = ALIGN(16);
152 . = ALIGN(4);
161 . = ALIGN(4);
165 . = ALIGN(4);
171 . = ALIGN(1
[all...]
/external/syslinux/core/
H A Dsyslinux.ld45 . = ALIGN(4);
54 . = ALIGN(4);
65 . = ALIGN(128); /* Minimum separation from mutable data */
74 . = ALIGN(16);
118 . = ALIGN(16);
128 . = ALIGN(16);
152 . = ALIGN(4);
161 . = ALIGN(4);
165 . = ALIGN(4);
171 . = ALIGN(1
[all...]
/external/syslinux/core/x86_64/
H A Dsyslinux.ld45 . = ALIGN(4);
54 . = ALIGN(4);
65 . = ALIGN(128); /* Minimum separation from mutable data */
74 . = ALIGN(16);
118 . = ALIGN(16);
128 . = ALIGN(16);
152 . = ALIGN(4);
161 . = ALIGN(4);
165 . = ALIGN(4);
171 . = ALIGN(1
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_layout.c136 mt->total_width = ALIGN(mt->physical_width0, mt->align_w);
148 mip1_width = ALIGN(minify(mt->physical_width0, 1), mt->align_w) +
149 ALIGN(minify(mt->physical_width0, 2), mt->align_w);
151 mip1_width = ALIGN(minify(mt->physical_width0, 1), mt->align_w) +
168 img_height = ALIGN(height, mt->align_h);
180 x += ALIGN(width, mt->align_w);
/external/speex/libspeex/
H A Dstack_alloc.h51 * @def ALIGN(stack, size)
91 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VALGRIND_MAKE_WRITABLE(stack, ((size)*sizeof(type))),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type))))
97 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type))))
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-ffi_darwin.c268 size_al = ALIGN((*ptr)->size, 8);
481 size_al = ALIGN((*ptr)->size, 8);
907 size_al = ALIGN(arg_types[i]->size, 8);
1085 srcFMarker = ALIGN(srcFMarker, 4);
1086 srcGMarker = ALIGN(srcGMarker, 4);
1087 destMarker = ALIGN(destMarker, 4);
1109 (ALIGN(srcGMarker, 8) - srcGMarker) < 2) &&
1111 (ALIGN(srcGMarker, 8) - srcGMarker) < 4))
1112 srcGMarker = ALIGN(srcGMarker, 8);
1118 srcFMarker = ALIGN(srcFMarke
[all...]
/external/syslinux/dos/
H A Ddosexe.ld25 . = ALIGN(16);
52 . = ALIGN(16);
60 . = ALIGN(16);
68 . = ALIGN(128);
88 . = ALIGN(16);
95 . = ALIGN(16);
101 . = ALIGN(16);
/external/syslinux/gpxe/src/arch/i386/scripts/
H A Di386-kir.lds138 * calculations is because ALIGN(x) can only operate on the
148 _prefix_load_offset = ALIGN ( _max_align );
155 _text16_load_offset = ALIGN ( _max_align );
162 _data16_load_offset = ALIGN ( _max_align );
168 . = ALIGN ( _max_align );
173 * Alignment checks. ALIGN() can only operate on the location
179 _assert = ASSERT ( ( . == ALIGN ( _max_align ) ),
183 _assert = ASSERT ( ( . == ALIGN ( _max_align ) ),
187 _assert = ASSERT ( ( . == ALIGN ( _max_align ) ),
H A Di386.lds159 * Load address calculations. In older versions of ld, ALIGN()
167 . = ALIGN ( _max_align );
171 . = ALIGN ( _max_align );
176 . = ALIGN ( _max_align );
180 . = ALIGN ( _max_align );
186 . = ALIGN ( _max_align );
190 . = ALIGN ( _max_align );
/external/syslinux/com32/lib/
H A Dcom32.ld44 . = ALIGN(4);
68 . = ALIGN(128);
76 . = ALIGN(4);
89 . = ALIGN(4);
91 . = ALIGN(4);
/external/libnl/lib/route/
H A Dpktloc_grammar.l34 [uU]8 { yylval->i = TCF_EM_ALIGN_U8; return ALIGN; }
35 [uU]16 { yylval->i = TCF_EM_ALIGN_U16; return ALIGN; }
36 [uU]32 { yylval->i = TCF_EM_ALIGN_U32; return ALIGN; }
/external/python/cpython2/Modules/_ctypes/libffi_osx/
H A Dffi.c31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG)
65 arg->size = ALIGN(arg->size, curalign);
70 arg->size = ALIGN(arg->size, (*ptr)->alignment);
86 arg->size = ALIGN(arg->size, arg->alignment);
198 bytes = ALIGN(bytes, align);
214 bytes = ALIGN(bytes, (*ptr)->alignment);
/external/libdrm/
H A Dutil_math.h32 #define ALIGN(value, alignment) __align_mask(value, (typeof(value))((alignment) - 1)) macro
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
H A Dprep_cif.c31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG)
58 arg->size = ALIGN(arg->size, (*ptr)->alignment);
74 arg->size = ALIGN (arg->size, arg->alignment);
163 bytes = ALIGN(bytes, (*ptr)->alignment);
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
H A Dprep_cif.c31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG)
58 arg->size = ALIGN(arg->size, (*ptr)->alignment);
74 arg->size = ALIGN (arg->size, arg->alignment);
167 bytes = ALIGN(bytes, (*ptr)->alignment);
/external/swiftshader/src/Renderer/
H A DVertex.hpp62 ALIGN(16, struct Vertex

Completed in 771 milliseconds

12345678910