/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/python/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
|
/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 | 240 #define H264_MC(OPNAME, SIZE, MMX, ALIGN) \ argument 259 #define H264_MC_C(OPNAME, SIZE, MMX, ALIGN) \ argument 265 #define H264_MC_H(OPNAME, SIZE, MMX, ALIGN) \ argument 281 #define H264_MC_V(OPNAME, SIZE, MMX, ALIGN) \ argument 301 #define H264_MC_HV(OPNAME, SIZE, MMX, ALIGN) \ argument
|
D | vp8dsp_init.c | 167 #define HVTAP(OPT, ALIGN, TAPNUMX, TAPNUMY, SIZE, MAXHEIGHT) \ argument 212 #define HVBILIN(OPT, ALIGN, SIZE, MAXHEIGHT) \ argument
|
/third_party/musl/porting/uniproton/kernel/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 | memchr.c | 6 #define ALIGN (sizeof(size_t)-1) 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
|
/third_party/musl/porting/liteos_m/user/src/string/ |
D | strlen.c | 6 #define ALIGN (sizeof(size_t)) macro
|
/third_party/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
|
/third_party/musl/porting/liteos_m/kernel/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
|
/third_party/musl/src/malloc/ |
D | lite_malloc.c | 8 #define ALIGN 16 macro
|