Home
last modified time | relevance | path

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

1234

/external/libjpeg-turbo/simd/arm/
Dalign.h23 #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/
Dvector.rs23 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/
Dvector.rs23 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/
Dvector.rs23 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/
Dstrlen.c5 #define ALIGN (sizeof(size_t)) macro
Dstpcpy.c5 #define ALIGN (sizeof(size_t)) macro
Dstrchrnul.c5 #define ALIGN (sizeof(size_t)) macro
Dstpncpy.c5 #define ALIGN (sizeof(size_t)-1) macro
Dstrlcpy.c6 #define ALIGN (sizeof(size_t)-1) macro
Dmemchr.c6 #define ALIGN (sizeof(size_t)-1) macro
/external/musl/src/string/
Dstrlen.c5 #define ALIGN (sizeof(size_t)) macro
Dstpcpy.c5 #define ALIGN (sizeof(size_t)) macro
Dstrchrnul.c5 #define ALIGN (sizeof(size_t)) macro
Dstpncpy.c5 #define ALIGN (sizeof(size_t)-1) macro
Dstrlcpy.c6 #define ALIGN (sizeof(size_t)-1) macro
Dmemchr.c6 #define ALIGN (sizeof(size_t)-1) macro
/external/rust/android-crates-io/crates/buddy_system_allocator/benches/
Dmemory_allocator_benchmark.rs19 const ALIGN: usize = 8; constant
/external/nanopb-c/tests/regression/issue_504/
Dtest.c9 #define ALIGN 0x100 macro
/external/zstd/contrib/linux-kernel/test/include/linux/
Dkernel.h16 #define ALIGN(x, a) ALIGN_MASK((x), (a) - 1) macro
/external/coreboot/payloads/libpayload/include/arm64/arch/
Dasm.h13 #define ALIGN .align 2 macro
/external/cronet/tot/third_party/llvm-libc/src/test/src/__support/
Dfreelist_malloc_test.cpp45 constexpr size_t ALIGN = kAllocSize; in TEST() local
/external/trusty/musl/src/malloc/
Dlite_malloc.c8 #define ALIGN 16 macro
/external/musl/src/network/
Dgetservbyname_r.c11 #define ALIGN (sizeof(struct { char a; char *b; }) - sizeof(char *)) macro
/external/trusty/musl/src/network/
Dgetservbyname_r.c11 #define ALIGN (sizeof(struct { char a; char *b; }) - sizeof(char *)) macro
/external/cronet/stable/third_party/llvm-libc/src/test/src/__support/
Dfreelist_malloc_test.cpp45 constexpr size_t ALIGN = kAllocSize; in TEST() local

1234