Home
last modified time | relevance | path

Searched defs:_Alignof (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/include/
Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
/third_party/musl/ndk_musl_include/
Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
/third_party/ltp/tools/sparse/sparse-src/validation/
Dreserved.c46 static int (_Alignof); variable
/third_party/FreeBSD/sys/sys/
Dcdefs.h278 #define _Alignof(x) alignof(x) macro
280 #define _Alignof(x) __alignof(x) macro
/third_party/tzdata/
Dzic.c69 # define _Alignof(type) offsetof(struct { char a; type b; }, b) macro