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

1 2 3 45 6 7 8 91011>>

  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
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);
167 bytes = ALIGN(bytes, (*ptr)->alignment);
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
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);
167 bytes = ALIGN(bytes, (*ptr)->alignment);
  /external/swiftshader/src/Renderer/
Vertex.hpp 62 ALIGN(16, struct Vertex
  /external/syslinux/mbr/i386/
mbr.ld 21 . = ALIGN(4);
27 . = ALIGN(128);
  /external/syslinux/mbr/
mbr.ld 21 . = ALIGN(4);
27 . = ALIGN(128);
  /external/syslinux/mbr/x86_64/
mbr.ld 20 . = ALIGN(4);
26 . = ALIGN(128);
  /external/valgrind/VEX/priv/
main_util.h 134 struct align { struct
153 vassert(offsetof(struct align,x) <= REQ_ALIGN);
161 SizeT ALIGN;
162 ALIGN = offsetof(struct align,x) - 1;
163 nbytes = (nbytes + ALIGN) & ~ALIGN;
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraCommon.h 39 #define ALIGN(a, b) (((a) + (b)) & ~(b))
  /hardware/qcom/display/msm8084/libcopybit/
software_converter.cpp 55 unsigned int c_width = ALIGN(stride/2, (unsigned int)16);
197 info.src_stride = ALIGN(info.width, 32);
198 info.dst_stride = ALIGN(info.width, 16);
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
243 info.dst_stride = ALIGN(info.width, 32);
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
  /hardware/qcom/display/msm8226/libcopybit/
software_converter.cpp 55 unsigned int c_width = ALIGN(stride/2, (unsigned int)16);
197 info.src_stride = ALIGN(info.width, 32);
198 info.dst_stride = ALIGN(info.width, 16);
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
243 info.dst_stride = ALIGN(info.width, 32);
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
  /hardware/qcom/display/msm8909/gralloc/
gr_adreno_info.cpp 97 *aligned_w = (unsigned int)ALIGN(width, 32);
98 *aligned_h = (unsigned int)ALIGN(height, 32);
155 *aligned_w = (unsigned int)ALIGN(width, 32);
156 *aligned_h = (unsigned int)ALIGN(height, 32);
  /hardware/qcom/display/msm8909/libcopybit/
software_converter.cpp 55 unsigned int c_width = ALIGN(stride/2, (unsigned int)16);
197 info.src_stride = ALIGN(info.width, 32);
198 info.dst_stride = ALIGN(info.width, 16);
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
243 info.dst_stride = ALIGN(info.width, 32);
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
  /hardware/qcom/display/msm8909w_3100/libcopybit/
software_converter.cpp 55 unsigned int c_width = ALIGN(stride/2, (unsigned int)16);
197 info.src_stride = ALIGN(info.width, 32);
198 info.dst_stride = ALIGN(info.width, 16);
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
243 info.dst_stride = ALIGN(info.width, 32);
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_adreno_info.cpp 97 *aligned_w = (unsigned int)ALIGN(width, 32);
98 *aligned_h = (unsigned int)ALIGN(height, 32);
155 *aligned_w = (unsigned int)ALIGN(width, 32);
156 *aligned_h = (unsigned int)ALIGN(height, 32);
  /hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp 55 unsigned int c_width = ALIGN(stride/2, 16);
196 info.src_stride = ALIGN(info.width, 32);
197 info.dst_stride = ALIGN(info.width, 16);
206 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
207 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
241 info.src_stride = ALIGN(hnd->width, 16);
242 info.dst_stride = ALIGN(info.width, 32);
251 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
252 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
  /hardware/qcom/display/msm8994/libcopybit/
software_converter.cpp 56 unsigned int c_width = ALIGN(stride/2, (unsigned int)16);
198 info.src_stride = ALIGN(info.width, 32);
199 info.dst_stride = ALIGN(info.width, 16);
208 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
209 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
243 info.src_stride = ALIGN(hnd->width, 16);
244 info.dst_stride = ALIGN(info.width, 32);
253 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
254 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
  /hardware/qcom/display/msm8996/libcopybit/
software_converter.cpp 55 unsigned int c_width = ALIGN(stride/2, (unsigned int)16);
197 info.src_stride = ALIGN(info.width, 32);
198 info.dst_stride = ALIGN(info.width, 16);
207 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
242 info.src_stride = ALIGN(hnd->width, 16);
243 info.dst_stride = ALIGN(info.width, 32);
252 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_utils.h 48 inline Type1 ALIGN(Type1 x, Type2 align) {
49 return (Type1)((x + (Type1)align - 1) & ~((Type1)align - 1));
  /hardware/qcom/display/msm8998/libcopybit/
software_converter.cpp 57 unsigned int c_width = ALIGN(stride/2, (unsigned int)16);
199 info.src_stride = ALIGN(info.width, 32);
200 info.dst_stride = ALIGN(info.width, 16);
209 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
210 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
244 info.src_stride = ALIGN(hnd->width, 16);
245 info.dst_stride = ALIGN(info.width, 32);
254 info.src_plane1_offset = ALIGN(info.src_stride*info.height, 2048);
255 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048);
  /hardware/qcom/display/msm8998/libgralloc1/
gr_adreno_info.cpp 88 *aligned_w = (unsigned int)ALIGN(width, 32);
89 *aligned_h = (unsigned int)ALIGN(height, 32);
145 *aligned_w = (unsigned int)ALIGN(width, 32);
146 *aligned_h = (unsigned int)ALIGN(height, 32);
gr_utils.h 48 inline Type1 ALIGN(Type1 x, Type2 align) {
49 return (Type1)((x + (Type1)align - 1) & ~((Type1)align - 1));
  /libcore/luni/src/benchmark/native/
libcore_io_Memory_bench.cpp 22 template<typename T, size_t ALIGN>
31 if (ALIGN) {
35 src = reinterpret_cast<T*>(reinterpret_cast<uintptr_t>(src_elems) + ALIGN);
36 dst = reinterpret_cast<T*>(reinterpret_cast<uintptr_t>(dst_elems) + ALIGN);
  /system/libufdt/utils/tests/
mkdtimg_testdata.sh 30 ALIGN=4
41 dtc -O dtb -@ -qq -a "$ALIGN" -o "$out_dtb" "$src_dts"
  /hardware/qcom/display/msm8909/libgralloc/
alloc_controller.cpp 244 aligned_w = ALIGN(width, alignment);
247 aligned_w = ALIGN(width, alignment);
252 aligned_w = ALIGN(width, 16);
255 aligned_w = ALIGN(width * 12 / 8, 8);
258 aligned_w = ALIGN(width * 10 / 8, 8);
261 aligned_w = ALIGN(width, 8);
264 aligned_w = ALIGN(width, 128);
273 aligned_w = ALIGN(width, 16);
288 aligned_w = ALIGN(width, 64);
289 aligned_h = ALIGN(height, 64)
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
alloc_controller.cpp 244 aligned_w = ALIGN(width, alignment);
247 aligned_w = ALIGN(width, alignment);
252 aligned_w = ALIGN(width, 16);
255 aligned_w = ALIGN(width * 12 / 8, 8);
258 aligned_w = ALIGN(width * 10 / 8, 8);
261 aligned_w = ALIGN(width, 8);
264 aligned_w = ALIGN(width, 128);
273 aligned_w = ALIGN(width, 16);
288 aligned_w = ALIGN(width, 64);
289 aligned_h = ALIGN(height, 64)
    [all...]

Completed in 1477 milliseconds

1 2 3 45 6 7 8 91011>>