| /third_party/skia/third_party/externals/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 …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
| D | align.h | 23 #define ALIGN(alignment) __declspec(align(alignment)) macro 25 #define ALIGN(alignment) __attribute__((aligned(alignment))) macro
|
| /third_party/ffmpeg/libavcodec/x86/ |
| D | h264_qpel.c | 199 #define H264_MC_C_H(OPNAME, SIZE, MMX, ALIGN) \ argument 203 #define H264_MC_C_V_H_HV(OPNAME, SIZE, MMX, ALIGN) \ argument 222 #define H264_MC_C(OPNAME, SIZE, MMX, ALIGN) \ argument 228 #define H264_MC_H(OPNAME, SIZE, MMX, ALIGN) \ argument 244 #define H264_MC_V(OPNAME, SIZE, MMX, ALIGN) \ argument 264 #define H264_MC_HV(OPNAME, SIZE, MMX, ALIGN) \ argument 339 #define H264_MC(QPEL, SIZE, MMX, ALIGN)\ argument
|
| D | vp8dsp_init.c | 150 #define HVTAP(OPT, ALIGN, TAPNUMX, TAPNUMY, SIZE, MAXHEIGHT) \ argument 187 #define HVBILIN(OPT, ALIGN, SIZE, MAXHEIGHT) \ argument
|
| /third_party/pulseaudio/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
|
| /third_party/musl/porting/liteos_m/kernel/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
|
| /third_party/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
|
| /third_party/musl/porting/uniproton/kernel/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
|
| /third_party/musl/porting/liteos_m/user/src/string/ |
| D | strlen.c | 6 #define ALIGN (sizeof(size_t)) macro
|
| /third_party/musl/porting/liteos_a/kernel/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
|
| /third_party/musl/src/network/ |
| D | getservbyname_r.c | 11 #define ALIGN (sizeof(struct { char a; char *b; }) - sizeof(char *)) macro
|
| /third_party/musl/porting/liteos_a/user/src/network/ |
| D | getservbyname_r.c | 11 #define ALIGN (sizeof(struct { char a; char *b; }) - sizeof(char *)) macro
|