Home
last modified time | relevance | path

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

/Zephyr-latest/tests/misc/print_format/src/
Dmain.c29 printk("u%" PRIu64 "\n", UINT64_C(64)); in main()
34 printk("x%" PRIx64 "\n", UINT64_C(64)); in main()
39 printk("X%" PRIX64 "\n", UINT64_C(64)); in main()
/Zephyr-latest/include/zephyr/toolchain/
Dxcc.h111 #ifndef UINT64_C
112 #define UINT64_C(x) __UINT64_C(x) macro
/Zephyr-latest/lib/libc/minimal/include/
Dstdint.h121 #define UINT64_C(_v) __UINT64_C(_v) macro
186 #ifndef UINT64_C
187 #define UINT64_C(x) __UINT64_C(x) macro
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c150 && (UINT64_C(8) == 8) \ in ZTEST()
/Zephyr-latest/modules/openthread/platform/
Dradio.c281 uint64_t result = UINT64_C(0); in convert_32bit_us_wrapped_to_64bit_ns()
/Zephyr-latest/include/zephyr/
Ddevicetree.h5280 #define DT_U64_C(_v) UINT64_C(_v)