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

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib/ldscripts/
i386linux.xbn 1 /* Script for -N: mix text and data on same page; don't align data */
47 . = ALIGN(4);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib/ldscripts/
i386linux.xbn 1 /* Script for -N: mix text and data on same page; don't align data */
42 . = ALIGN(4);
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib/ldscripts/
i386linux.xbn 1 /* Script for -N: mix text and data on same page; don't align data */
47 . = ALIGN(4);
  /system/chre/build/sys_support/qcom/
uimage.lcs.toolv80 70 . = ALIGN(64);
76 . = ALIGN(64);
82 . = ALIGN (64);
96 . = ALIGN(64);
110 . = ALIGN(64);
127 /*. = ALIGN (CONSTANT (MAXPAGESIZE)) - ((CONSTANT (MAXPAGESIZE) - .) & (CONSTANT (MAXPAGESIZE) - 1)); . = DATA_SEGMENT_ALIGN (CONSTANT (MAXPAGESIZE), CONSTANT (COMMONPAGESIZE));
128 . = ALIGN (DEFINED (DATAALIGN) ? (DATAALIGN * 1K) : CONSTANT (MAXPAGESIZE));*/
130 . = ALIGN (4K);
138 . = ALIGN (64);
140 . = ALIGN(64)
    [all...]
  /device/google/marlin/camera/QCamera2/util/
QCameraCommon.h 39 #define ALIGN(a, b) (((a) + (b)) & ~(b))
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic4x/
data.s 12 ALIGN: ldi r0,r0
13 .align
  /toolchain/binutils/binutils-2.27/gold/testsuite/
script_test_3.t 35 . = ALIGN(0x100);
43 . = ALIGN(0x100000);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 228 size = ALIGN(alignedw * alignedh, SIZE_4K);
236 size = ALIGN(alignedw * alignedh, SIZE_4K);
237 size += (unsigned int)ALIGN(2 * ALIGN(width / 2, 32) * ALIGN(height / 2, 32), SIZE_4K);
243 size = ALIGN(alignedw * alignedh, SIZE_8K);
244 size += ALIGN(alignedw * (unsigned int)ALIGN(height / 2, 32), SIZE_8K);
251 size = alignedw * alignedh + (ALIGN(alignedw / 2, 16) * (alignedh / 2)) * 2;
252 size = ALIGN(size, (unsigned int)SIZE_4K)
    [all...]
  /hardware/qcom/display/msm8998/libgralloc1/
gr_allocator.cpp 229 size = ALIGN(alignedw * alignedh, SIZE_4K);
237 size = ALIGN(alignedw * alignedh, SIZE_4K);
238 size += (unsigned int)ALIGN(2 * ALIGN(width / 2, 32) * ALIGN(height / 2, 32), SIZE_4K);
244 size = ALIGN(alignedw * alignedh, SIZE_8K);
245 size += ALIGN(alignedw * (unsigned int)ALIGN(height / 2, 32), SIZE_8K);
252 size = alignedw * alignedh + (ALIGN(alignedw / 2, 16) * (alignedh / 2)) * 2;
253 size = ALIGN(size, (unsigned int)SIZE_4K)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl2u/
bl2u.ld.S 21 ASSERT(. == ALIGN(4096),
87 .bss : ALIGN(16) {
110 coherent_ram (NOLOAD) : ALIGN(4096) {
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.ld.S 22 ASSERT(. == ALIGN(4096),
86 .bss : ALIGN(16) {
109 coherent_ram (NOLOAD) : ALIGN(4096) {
  /external/syslinux/gpxe/src/arch/i386/scripts/
i386.lds 159 * 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 );
  /hardware/qcom/display/msm8226/libgralloc/
alloc_controller.cpp 136 aligned_w = ALIGN(width, 32);
137 aligned_h = ALIGN(height, 32);
187 aligned_w = ALIGN(width, 32);
190 aligned_w = ALIGN(width, 128);
198 aligned_w = ALIGN(width, 16);
208 aligned_w = ALIGN(width, 64);
209 aligned_h = ALIGN(height, 64);
417 size = ALIGN(alignedw*alignedh, 4096);
418 size += ALIGN(2 * ALIGN(width/2, 32) * ALIGN(height/2, 32), 4096)
    [all...]
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 44 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1)))
435 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
440 return ALIGN(width, ALIGN32) * 4;
442 return ALIGN(width, ALIGN128);
444 return ALIGN(width, ALIGN16);
446 return ALIGN(width, ALIGN16);
448 return ALIGN(width, ALIGN128);
450 return ALIGN(width, ALIGN16);
452 return ALIGN(width, ALIGN16);
464 return (ALIGN(width, ALIGN16) * height)
    [all...]
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 44 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1)))
441 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
446 return ALIGN(width, ALIGN32) * 4;
448 return ALIGN(width, ALIGN128);
450 return ALIGN(width, ALIGN16);
452 return ALIGN(width, ALIGN16);
454 return ALIGN(width, ALIGN128);
456 return ALIGN(width, ALIGN16);
458 return ALIGN(width, ALIGN16);
470 return (ALIGN(width, ALIGN16) * height)
    [all...]
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 43 #define ALIGN( num, to ) (((num) + (to-1)) & (~(to-1)))
401 return ALIGN(width, ALIGN32) * 2; // RGB565 has width as twice
406 return ALIGN(width, ALIGN32) * 4;
408 return ALIGN(width, ALIGN128);
410 return ALIGN(width, ALIGN16);
412 return ALIGN(width, ALIGN16);
414 return ALIGN(width, ALIGN128);
418 return ALIGN(width, ALIGN16);
428 return (ALIGN(width, ALIGN16) * height);
432 return ALIGN(width, ALIGN16) * height
    [all...]
  /external/syslinux/com32/lib/
com32.ld 44 . = ALIGN(4);
68 . = ALIGN(128);
76 . = ALIGN(4);
86 /* Align here to ensure that the .bss section occupies space up to
87 _end. Align after .bss to ensure correct alignment even if the
89 . = ALIGN(4);
91 . = ALIGN(4);
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 189 aligned_w = ALIGN(width, 32);
192 aligned_w = ALIGN(width, 16);
195 aligned_w = ALIGN(width * 10 /8, 8);
198 aligned_w = ALIGN(width, 128);
206 aligned_w = ALIGN(width, 16);
217 aligned_w = ALIGN(width, 64);
218 aligned_h = ALIGN(height, 64);
270 aligned_w = ALIGN(width, 32);
271 aligned_h = ALIGN(height, 32);
514 size = ALIGN(alignedw * alignedh, 4096)
    [all...]
  /bionic/libc/arch-x86_64/string/
sse2-memset-slm.S 39 #ifndef ALIGN
40 # define ALIGN(n) .p2align n
87 ALIGN (4)
109 ALIGN (4)
126 ALIGN (4)
137 ALIGN (4)
  /external/libnl/lib/route/
pktloc_grammar.l 34 [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/
ffi.c 31 #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);
192 int align = (*ptr)->alignment; local
194 if (align > 4)
195 align = 4;
197 if ((align - 1) & bytes)
198 bytes = ALIGN(bytes, align);
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi_osx/
ffi.c 31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG)
66 arg->size = ALIGN(arg->size, curalign);
71 arg->size = ALIGN(arg->size, (*ptr)->alignment);
87 arg->size = ALIGN(arg->size, arg->alignment);
193 int align = (*ptr)->alignment; local
195 if (align > 4)
196 align = 4;
198 if ((align - 1) & bytes)
199 bytes = ALIGN(bytes, align);
    [all...]
  /external/drm_gralloc/
gralloc_drm.h 34 #define ALIGN(val, align) (((val) + (align) - 1) & ~((align) - 1))
105 *width = ALIGN(*width, align_w);
106 *height = ALIGN(*height, align_h);
  /external/libdrm/
util_math.h 32 #define ALIGN(value, alignment) __align_mask(value, (typeof(value))((alignment) - 1))
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
prep_cif.c 31 #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);

Completed in 1107 milliseconds

1 2 34 5 6 7 8 91011>>