Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 25 of 66) sorted by relevance

123

/external/swiftshader/src/Common/
DTypes.hpp40 #define ALIGN(bytes, type) __declspec(align(bytes)) type macro
43 #define ALIGN(bytes, type) type __attribute__((aligned(bytes))) macro
52 typedef ALIGN(16, uint64_t) qword2[2]; typedef
53 typedef ALIGN(4, uint8_t) byte4[4]; typedef
54 typedef ALIGN(8, uint8_t) byte8[8]; typedef
55 typedef ALIGN(16, uint8_t) byte16[16]; typedef
56 typedef ALIGN(8, uint16_t) word4[4]; typedef
57 typedef ALIGN(8, uint32_t) dword2[2]; typedef
58 typedef ALIGN(16, uint32_t) dword4[4]; typedef
59 typedef ALIGN(16, uint64_t) xword[2]; typedef
[all …]
/external/python/cpython3/Modules/_sha3/kcp/
Dalign.h26 #define ALIGN(x) __attribute__ ((aligned(x))) macro
28 #define ALIGN(x) __declspec(align(x)) macro
30 #define ALIGN(x) __align(x) macro
32 #define ALIGN(x) macro
/external/libjpeg-turbo/simd/arm/
Dalign.h23 #define ALIGN(alignment) __declspec(align(alignment)) macro
25 #define ALIGN(alignment) __attribute__((aligned(alignment))) macro
/external/llvm-project/openmp/runtime/src/
Dz_Linux_asm.S57 .macro ALIGN macro
80 .macro ALIGN size macro
117 .macro ALIGN macro
137 .macro ALIGN size macro
/external/speex/libspeexdsp/
Dstack_alloc.h91 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
97 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
/external/libdrm/
Dutil_math.h32 #define ALIGN(value, alignment) __align_mask(value, (__typeof__(value))((alignment) - 1)) macro
/external/minigbm/
Dutil.h13 #define ALIGN(A, B) (((A) + (B)-1) & ~((B)-1)) macro
/external/igt-gpu-tools/lib/
Ddrmtest.h78 #define ALIGN(v, a) (((v) + (a)-1) & ~((a)-1)) macro
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DEbayPolicyExample.java96 private static final Pattern ALIGN = Pattern.compile( field in EbayPolicyExample
/external/libopus/celt/
Dstack_alloc.h136 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
143 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro
/external/tensorflow/tensorflow/core/util/
Dgpu_kernel_helper.h59 #define GPU_DYNAMIC_SHARED_MEM_DECL(ALIGN, TYPE, NAME) \ argument
64 #define GPU_DYNAMIC_SHARED_MEM_DECL(ALIGN, TYPE, NAME) \ argument
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi_common.h45 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
/external/python/cffi/c/libffi_msvc/
Dffi_common.h45 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dffi_common.h73 #define ALIGN(v, a) (((size_t)(v) + (a) - 1) & ~((a) - 1)) macro
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dffi_common.h73 #define ALIGN(v, a) (((size_t)(v) + (a) - 1) & ~((a) - 1)) macro
/external/arm-optimized-routines/string/test/
Dstrlen.c44 #define ALIGN 32 macro
Dstrrchr.c39 #define ALIGN 32 macro
Dstrchr.c39 #define ALIGN 32 macro
Dstrnlen.c42 #define ALIGN 32 macro
Dstrchrnul.c43 #define ALIGN 32 macro
Dmemrchr.c39 #define ALIGN 32 macro
Dmemchr.c41 #define ALIGN 32 macro
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttribute.java37 public static final Attribute ALIGN = new AttributeImpl ("ALIGN"); field in Attribute
/external/swiftshader/src/System/
DTypes.hpp44 # define ALIGN(bytes, type) __declspec(align(bytes)) type macro
47 # define ALIGN(bytes, type) type __attribute__((aligned(bytes))) macro
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi_common.h62 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro

123