Home
last modified time | relevance | path

Searched defs:_Alignof (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
/third_party/musl/include/
H A Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dreserved.c46 static int (_Alignof); variable
/third_party/ltp/tools/sparse/sparse-src/
H A Dident-list.h39 IDENT_RESERVED(_Alignof); variable
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h256 #define _Alignof(x) alignof(x) macro
258 #define _Alignof(x) __alignof(x) macro

Completed in 6 milliseconds