Home
last modified time | relevance | path

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

/Zephyr-latest/tests/misc/print_format/src/
Dmain.c11 printk("d%" PRId8 "\n", INT8_C(8)); in main()
16 printk("i%" PRIi8 "\n", INT8_C(8)); in main()
21 printk("o%" PRIo8 "\n", INT8_C(8)); in main()
/Zephyr-latest/include/zephyr/toolchain/
Dxcc.h55 #ifndef INT8_C
56 #define INT8_C(x) __INT8_C(x) macro
/Zephyr-latest/lib/libc/minimal/include/
Dstdint.h112 #define INT8_C(_v) __INT8_C(_v) macro
130 #ifndef INT8_C
131 #define INT8_C(x) __INT8_C(x) macro
/Zephyr-latest/tests/lib/c_lib/common/src/
Dmain.c145 && (INT8_C(-1) == -1) \ in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst1350 * :github:`30117` - Cannot compile Zephyr project with standard macros INT8_C, UINT8_C, UINT16_C