/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/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/ |
D | vector.rs | 23 const ALIGN: usize; constant 202 const ALIGN: usize = Self::BYTES - 1; constant 251 const ALIGN: usize = Self::BYTES - 1; constant 300 const ALIGN: usize = Self::BYTES - 1; constant 470 const ALIGN: usize = Self::BYTES - 1; constant
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/ |
D | vector.rs | 23 const ALIGN: usize; constant 202 const ALIGN: usize = Self::BYTES - 1; constant 251 const ALIGN: usize = Self::BYTES - 1; constant 300 const ALIGN: usize = Self::BYTES - 1; constant 470 const ALIGN: usize = Self::BYTES - 1; constant
|
/external/rust/android-crates-io/crates/memchr/src/ |
D | vector.rs | 23 const ALIGN: usize; constant 202 const ALIGN: usize = Self::BYTES - 1; constant 251 const ALIGN: usize = Self::BYTES - 1; constant 300 const ALIGN: usize = Self::BYTES - 1; constant 470 const ALIGN: usize = Self::BYTES - 1; constant
|
/external/trusty/musl/src/string/ |
D | strlen.c | 5 #define ALIGN (sizeof(size_t)) macro
|
D | stpcpy.c | 5 #define ALIGN (sizeof(size_t)) macro
|
D | strchrnul.c | 5 #define ALIGN (sizeof(size_t)) macro
|
D | stpncpy.c | 5 #define ALIGN (sizeof(size_t)-1) macro
|
D | strlcpy.c | 6 #define ALIGN (sizeof(size_t)-1) macro
|
D | memchr.c | 6 #define ALIGN (sizeof(size_t)-1) macro
|
/external/musl/src/string/ |
D | strlen.c | 5 #define ALIGN (sizeof(size_t)) macro
|
D | stpcpy.c | 5 #define ALIGN (sizeof(size_t)) macro
|
D | strchrnul.c | 5 #define ALIGN (sizeof(size_t)) macro
|
D | stpncpy.c | 5 #define ALIGN (sizeof(size_t)-1) macro
|
D | strlcpy.c | 6 #define ALIGN (sizeof(size_t)-1) macro
|
D | memchr.c | 6 #define ALIGN (sizeof(size_t)-1) macro
|
/external/rust/android-crates-io/crates/buddy_system_allocator/benches/ |
D | memory_allocator_benchmark.rs | 19 const ALIGN: usize = 8; constant
|
/external/nanopb-c/tests/regression/issue_504/ |
D | test.c | 9 #define ALIGN 0x100 macro
|
/external/zstd/contrib/linux-kernel/test/include/linux/ |
D | kernel.h | 16 #define ALIGN(x, a) ALIGN_MASK((x), (a) - 1) macro
|
/external/coreboot/payloads/libpayload/include/arm64/arch/ |
D | asm.h | 13 #define ALIGN .align 2 macro
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/ |
D | freelist_malloc_test.cpp | 45 constexpr size_t ALIGN = kAllocSize; in TEST() local
|
/external/trusty/musl/src/malloc/ |
D | lite_malloc.c | 8 #define ALIGN 16 macro
|
/external/musl/src/network/ |
D | getservbyname_r.c | 11 #define ALIGN (sizeof(struct { char a; char *b; }) - sizeof(char *)) macro
|
/external/trusty/musl/src/network/ |
D | getservbyname_r.c | 11 #define ALIGN (sizeof(struct { char a; char *b; }) - sizeof(char *)) macro
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/ |
D | freelist_malloc_test.cpp | 45 constexpr size_t ALIGN = kAllocSize; in TEST() local
|