Home
last modified time | relevance | path

Searched refs:__alignof (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/toolchain/
Dcommon.h195 #define Z_DECL_ALIGN(type) __aligned(__alignof(type)) type
201 #define IS_PTR_ALIGNED(ptr, type) IS_PTR_ALIGNED_BYTES(ptr, __alignof(type))
/Zephyr-latest/cmake/sca/eclair/ECL/
Dlanguage_extensions.ecl2 …sm__|__attribute__|__typeof__|__builtin_types_compatible_p|__volatile__|__alignof|__alignof__|__co…
Dtoolchain.ecl21__alignof: see \"6.48 Alternate Keywords\" and \"6.44 Determining the Alignment of Functions, Typ…
30 …sm__|__attribute__|__typeof__|__builtin_types_compatible_p|__volatile__|__alignof|__alignof__|__co…
/Zephyr-latest/include/zephyr/toolchain/iar/
Diccarm.h160 #define __alignof(x) alignof(x) macro
162 #define __alignof(x) _Alignof(x) macro
/Zephyr-latest/kernel/
Duserspace.c214 ret = __alignof(struct dyn_obj); in obj_align_get()
218 ret = __alignof(struct dyn_obj); in obj_align_get()