Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/src/Common/
DTypes.hpp40 #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/
Dalign.h26 #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/
Dalign.h23 #define ALIGN(alignment) __declspec(align(alignment)) macro
25 #define ALIGN(alignment) __attribute__((aligned(alignment))) macro
/third_party/ffmpeg/libavcodec/x86/
Dh264_qpel.c240 #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
Dvp8dsp_init.c167 #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/
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
Dmemchr.c6 #define ALIGN (sizeof(size_t)-1) macro
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrlen.c5 #define ALIGN (sizeof(size_t)) macro
Dstrchrnul.c5 #define ALIGN (sizeof(size_t)) macro
Dstpcpy.c5 #define ALIGN (sizeof(size_t)) macro
Dstpncpy.c5 #define ALIGN (sizeof(size_t)-1) macro
/third_party/musl/porting/liteos_m/user/src/string/
Dstrlen.c6 #define ALIGN (sizeof(size_t)) macro
/third_party/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
/third_party/musl/porting/liteos_m/kernel/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
/third_party/musl/src/malloc/
Dlite_malloc.c8 #define ALIGN 16 macro

1234