Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 - 25 of 75) sorted by relevance

123

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Dalign.h23 #define ALIGN(alignment) __declspec(align(alignment)) macro
25 #define ALIGN(alignment) __attribute__((aligned(alignment))) macro
/third_party/pulseaudio/speex/libspeexdsp/
H A 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
/third_party/musl/porting/liteos_m/user/src/string/
H A Dstrlen.c6 #define ALIGN (sizeof(size_t)) macro
/third_party/musl/src/string/
H A Dstrchrnul.c5 #define ALIGN (sizeof(size_t)) macro
H A Dstrlen.c5 #define ALIGN (sizeof(size_t)) macro
H A Dmemccpy.c5 #define ALIGN (sizeof(size_t)-1) macro
H A Dmemchr.c6 #define ALIGN (sizeof(size_t)-1) macro
H A Dstrlcpy.c6 #define ALIGN (sizeof(size_t)-1) macro
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstrchrnul.c5 #define ALIGN (sizeof(size_t)) macro
H A Dstrlen.c5 #define ALIGN (sizeof(size_t)) macro
H A Dstpncpy.c5 #define ALIGN (sizeof(size_t)-1) macro
H A Dstpcpy.c5 #define ALIGN (sizeof(size_t)) macro
H A Dmemchr.c6 #define ALIGN (sizeof(size_t)-1) macro
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrchrnul.c5 #define ALIGN (sizeof(size_t)) macro
H A Dstrlen.c5 #define ALIGN (sizeof(size_t)) macro
H A Dmemchr.c6 #define ALIGN (sizeof(size_t)-1) macro
H A Dstpncpy.c5 #define ALIGN (sizeof(size_t)-1) macro
H A Dstpcpy.c5 #define ALIGN (sizeof(size_t)) macro
H A Dstrlcpy.c6 #define ALIGN (sizeof(size_t)-1) macro
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrchrnul.c5 #define ALIGN (sizeof(size_t)) macro
H A Dstrlen.c5 #define ALIGN (sizeof(size_t)) macro
H A Dmemchr.c6 #define ALIGN (sizeof(size_t)-1) macro
H A Dstpncpy.c5 #define ALIGN (sizeof(size_t)-1) macro
H A Dstpcpy.c5 #define ALIGN (sizeof(size_t)) macro
/third_party/libdrm/
H A Dutil_math.h32 #define ALIGN(value, alignment) __align_mask(value, (__typeof__(value))((alignment) - 1)) macro

Completed in 5 milliseconds

123