/external/swiftshader/src/Common/ |
D | Types.hpp | 40 #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/ |
D | align.h | 26 #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/ |
D | align.h | 23 #define ALIGN(alignment) __declspec(align(alignment)) macro 25 #define ALIGN(alignment) __attribute__((aligned(alignment))) macro
|
/external/llvm-project/openmp/runtime/src/ |
D | z_Linux_asm.S | 57 .macro ALIGN macro 80 .macro ALIGN size macro 117 .macro ALIGN macro 137 .macro ALIGN size macro
|
/external/speex/libspeexdsp/ |
D | stack_alloc.h | 91 #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/ |
D | util_math.h | 32 #define ALIGN(value, alignment) __align_mask(value, (__typeof__(value))((alignment) - 1)) macro
|
/external/minigbm/ |
D | util.h | 13 #define ALIGN(A, B) (((A) + (B)-1) & ~((B)-1)) macro
|
/external/igt-gpu-tools/lib/ |
D | drmtest.h | 78 #define ALIGN(v, a) (((v) + (a)-1) & ~((a)-1)) macro
|
/external/owasp/sanitizer/src/main/org/owasp/html/examples/ |
D | EbayPolicyExample.java | 96 private static final Pattern ALIGN = Pattern.compile( field in EbayPolicyExample
|
/external/libopus/celt/ |
D | stack_alloc.h | 136 #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/ |
D | gpu_kernel_helper.h | 59 #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/ |
D | ffi_common.h | 45 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
|
/external/python/cffi/c/libffi_msvc/ |
D | ffi_common.h | 45 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 73 #define ALIGN(v, a) (((size_t)(v) + (a) - 1) & ~((a) - 1)) macro
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 73 #define ALIGN(v, a) (((size_t)(v) + (a) - 1) & ~((a) - 1)) macro
|
/external/arm-optimized-routines/string/test/ |
D | strlen.c | 44 #define ALIGN 32 macro
|
D | strrchr.c | 39 #define ALIGN 32 macro
|
D | strchr.c | 39 #define ALIGN 32 macro
|
D | strnlen.c | 42 #define ALIGN 32 macro
|
D | strchrnul.c | 43 #define ALIGN 32 macro
|
D | memrchr.c | 39 #define ALIGN 32 macro
|
D | memchr.c | 41 #define ALIGN 32 macro
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Attribute.java | 37 public static final Attribute ALIGN = new AttributeImpl ("ALIGN"); field in Attribute
|
/external/swiftshader/src/System/ |
D | Types.hpp | 44 # 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/ |
D | ffi_common.h | 62 #define ALIGN(v, a) (((((size_t) (v))-1) | ((a)-1))+1) macro
|