Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/
Dstdalign.h13 #define alignof _Alignof macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdalign.h13 #define alignof _Alignof macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdalign.h13 #define alignof _Alignof macro
/third_party/musl/include/
Dstdalign.h13 #define alignof _Alignof macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dkeywords.h45 int alignof; variable
/third_party/musl/src/misc/
Dioctl.c12 #define alignof(t) offsetof(struct { char c; t x; }, x) macro
/third_party/mesa3d/src/util/
Dmacros.h415 #define alignof _Alignof macro
/third_party/tzdata/
Dzic.c77 # define alignof(type) offsetof(struct { char a; type b; }, b) macro