Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/toolchain/
Dllvm.h41 #define uint_c(v, suffix) __int_c(v ## U, suffix) macro
61 #define __UINT64_C(x) uint_c(x, __int_least64_c_suffix__)
82 #define __UINT32_C(x) uint_c(x, __int_least32_c_suffix__)
103 #define __UINT16_C(x) uint_c(x, __int_least16_c_suffix__)
120 #define __UINT8_C(x) uint_c(x, __int_least8_c_suffix__)