| /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/musl/src/string/ |
| D | strlen.c | 5 #define ALIGN (sizeof(size_t)) macro
|
| D | strchrnul.c | 5 #define ALIGN (sizeof(size_t)) macro
|
| D | stpcpy.c | 5 #define ALIGN (sizeof(size_t)) macro
|
| D | stpncpy.c | 5 #define ALIGN (sizeof(size_t)-1) macro
|
| D | memchr.c | 6 #define ALIGN (sizeof(size_t)-1) macro
|
| D | strlcpy.c | 6 #define ALIGN (sizeof(size_t)-1) macro
|
| D | memccpy.c | 5 #define ALIGN (sizeof(size_t)-1) macro
|
| /external/rust/crates/buddy_system_allocator/benches/ |
| D | memory_allocator_benchmark.rs | 18 const ALIGN: usize = 8; constant
|
| /external/zstd/contrib/linux-kernel/test/include/linux/ |
| D | kernel.h | 16 #define ALIGN(x, a) ALIGN_MASK((x), (a) - 1) macro
|
| /external/nanopb-c/tests/regression/issue_504/ |
| D | test.c | 9 #define ALIGN 0x100 macro
|
| /external/musl/src/network/ |
| D | getservbyname_r.c | 11 #define ALIGN (sizeof(struct { char a; char *b; }) - sizeof(char *)) 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/libopus/celt/ |
| D | stack_alloc.h | 150 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) macro 157 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 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/musl/src/malloc/ |
| D | lite_malloc.c | 11 #define ALIGN 16 macro
|
| /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_x86_x64/ |
| 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 | 43 #define ALIGN 32 macro
|
| /external/swiftshader/src/System/ |
| D | Types.hpp | 45 # define ALIGN(bytes, type) __declspec(align(bytes)) type macro 48 # define ALIGN(bytes, type) type __attribute__((aligned(bytes))) macro
|