HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN (Results 1 - 25 of 1239) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Modules/_sha3/kcp/
align.h 19 /* on Mac OS-X and possibly others, ALIGN(x) is defined in param.h, and -Werror chokes on the redef. */
21 #ifdef ALIGN
22 #undef ALIGN
26 #define ALIGN(x) __attribute__ ((aligned(x)))
28 #define ALIGN(x) __declspec(align(x))
30 #define ALIGN(x) __align(x)
32 #define ALIGN(x)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
align1.s 2 .align 1
3 .align 8
6 .align
8 .align 4096
14 .ALIGN 8
18 .ALIGN 8
21 .ALIGN 4
24 .ALIGN 8
27 .ALIGN 4
ssbug.s 2 .SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
3 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
4 .SUBSPA $SHORTBSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=80
6 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
7 .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
  /device/linaro/hikey/l-loader/
l-loader.lds 19 .data ALIGN(4):
24 . = ALIGN(4);
26 .bss ALIGN(4):
  /device/google/contexthub/firmware/os/platform/native/lkr/
native.extra.lkr 20 . = ALIGN(4);
24 . = ALIGN(4);
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
Rvct-Align32.sct 16 ER_RO +0 ALIGN 32 {
19 ER_RW +0 ALIGN 32 {
Rvct-Align4K.sct 16 ER_RO +0 ALIGN 4096 {
19 ER_RW +0 ALIGN 4096 {
  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
elf_x86_64_fbsd_efi.lds 10 . = ALIGN(4096);
15 . = ALIGN(4096);
24 . = ALIGN(4096);
41 . = ALIGN(4096);
43 . = ALIGN(4096);
50 . = ALIGN(4096);
52 . = ALIGN(4096);
54 . = ALIGN(4096);
elf_x86_64_efi.lds 10 . = 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);
  /device/google/contexthub/firmware/os/platform/stm32/lkr/
stm32f4xx.os.lkr 24 . = ALIGN(8);
28 . = ALIGN(4);
33 . = ALIGN(4);
37 . = ALIGN(4);
42 . = ALIGN(4);
46 . = ALIGN(4);
51 . = ALIGN(4);
54 . = ALIGN(4);
59 . = ALIGN(4);
61 . = ALIGN(4)
    [all...]
stm32f4xx.bl.lkr 26 . = ALIGN(4);
30 . = ALIGN(4);
36 . = ALIGN(4);
51 . = ALIGN(4);
55 . = ALIGN(4);
60 . = ALIGN(4);
64 . = ALIGN(4);
69 . = ALIGN(4);
72 . = ALIGN(4);
  /external/syslinux/efi64/lib/
elf_x86_64_efi.lds 10 . = 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);
  /toolchain/binutils/binutils-2.27/bfd/hosts/
tahoe.h 22 #undef ALIGN /* They use it, we use it too */
24 #undef ALIGN /* They use it, we use it too */
vaxbsd.h 22 #undef ALIGN /* They use it, we use it too */
  /external/clang/test/CodeGen/
ms-inline-asm-align.c 5 // On Windows, .align is in bytes, and on Darwin, .align is in log2 form. The
10 __asm align 8
11 __asm align 16; local
12 __asm align 128; local
13 __asm ALIGN 256;
18 // DARWIN-SAME: .align 3
19 // DARWIN-SAME: .align 4
20 // DARWIN-SAME: .align 7
21 // DARWIN-SAME: .align
    [all...]
  /external/swiftshader/src/Common/
Types.hpp 39 #define ALIGN(bytes, type) __declspec(align(bytes)) type
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]
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
sp_min.ld.S 21 ASSERT(. == ALIGN(4096),
39 . = ALIGN(4);
48 . = ALIGN(4);
54 . = ALIGN(8);
68 . = ALIGN(4);
77 . = ALIGN(4);
83 . = ALIGN(8);
124 .bss (NOLOAD) : ALIGN(8) {
137 . = ALIGN(CACHE_WRITEBACK_GRANULE);
140 . = ALIGN(CACHE_WRITEBACK_GRANULE)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/unsorted/
ss_align.s 2 .SUBSPA $DATA$,QUAD=1,ALIGN=64,ACCESS=31
4 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
5 .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/
plat.ld.S 17 ASSERT(. == ALIGN(4096),
30 .incbin_sram : ALIGN(4096) {
34 . = ALIGN(4096);
40 .text_sram : ALIGN(4096) {
45 . = ALIGN(4096);
51 .data_sram : ALIGN(4096) {
55 . = ALIGN(4096);
61 .stack_sram : ALIGN(4096) {
71 * align 64K when resume, so put it in the
75 ASSERT(. == ALIGN(64 * 1024)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/reloc/
picreloc.s 4 .ALIGN 8
  /toolchain/binutils/binutils-2.27/gold/testsuite/
arm_branch_range.t 28 . = ALIGN(0x2000000);
30 . = ALIGN(0x2000000);
arm_thm_jump11.t 28 . = ALIGN(0x800);
30 . = ALIGN(0x800);
arm_thm_jump8.t 28 . = ALIGN(0x100);
30 . = ALIGN(0x100);
thumb2_branch_range.t 28 . = ALIGN(0x1000000);
30 . = ALIGN(0x1000000);
thumb_branch_range.t 28 . = ALIGN(0x400000);
30 . = ALIGN(0x400000);

Completed in 308 milliseconds

1 2 3 4 5 6 7 8 91011>>