Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dplat.h73 #define alignof(type) ((__alignof__(type) > 4) ? 4 : __alignof__(type)) macro
/device/google/contexthub/firmware/os/inc/
Dutil.h30 #define alignof(type) offsetof(struct { char x; type field; }, field) macro