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

1 2 34 5 6 7 8 91011>>

  /hardware/qcom/display/msm8974/libgralloc/
alloc_controller.cpp 105 int stride = ALIGN(width, 32);
142 stride = ALIGN(width, 32);
145 stride = ALIGN(width, 128);
154 stride = ALIGN(width, 16);
164 stride = ALIGN(width, 64);
279 alignedh = ALIGN(height, 32);
299 size = ALIGN(alignedw*alignedh, 4096);
300 size += ALIGN(2 * ALIGN(width/2, 32) * ALIGN(height/2, 32), 4096)
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
stack_alloc.h 51 * @def ALIGN(stack, size)
91 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1))
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))
99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type))))
  /external/speex/libspeex/
stack_alloc.h 51 * @def ALIGN(stack, size)
91 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1))
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))
99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type))))
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_layout.c 153 mt->total_width = ALIGN(mt->width0, mt->align_w);
165 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
166 + ALIGN(minify(minify(mt->width0)), mt->align_w);
168 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
185 img_height = ALIGN(height, mt->align_h);
197 x += ALIGN(width, mt->align_w);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_layout.c 153 mt->total_width = ALIGN(mt->width0, mt->align_w);
165 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
166 + ALIGN(minify(minify(mt->width0)), mt->align_w);
168 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
185 img_height = ALIGN(height, mt->align_h);
197 x += ALIGN(width, mt->align_w);
  /hardware/qcom/display/msm8084/libgralloc/
alloc_controller.cpp 136 aligned_w = ALIGN(width, 32);
137 aligned_h = ALIGN(height, 32);
186 aligned_w = ALIGN(width, 32);
189 aligned_w = ALIGN(width, 16);
192 aligned_w = ALIGN(width * 10 /8, 16);
195 aligned_w = ALIGN(width, 128);
203 aligned_w = ALIGN(width, 16);
213 aligned_w = ALIGN(width, 64);
214 aligned_h = ALIGN(height, 64);
417 size = ALIGN(alignedw * alignedh, 4096)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/
aesni-gcm-x86_64.asm 2 .text$ SEGMENT ALIGN(256) 'CODE'
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/x86_64-linux-android/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/host/x86_64-linux-glibc2.11-4.6/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/host/x86_64-linux-glibc2.11-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.8/x86_64-linux-android/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 */
42 . = ALIGN(4);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:

Completed in 662 milliseconds

1 2 34 5 6 7 8 91011>>