Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/sys/
Dcbprintf.h25 #ifndef Z_C_GENERIC
27 #define Z_C_GENERIC 1 macro
29 #define Z_C_GENERIC 0 macro
Dcbprintf_internal.h154 #if Z_C_GENERIC
500 #if Z_C_GENERIC
/Zephyr-Core-3.5.0/tests/lib/cbprintf_package/src/
Dmain.c62 zassert_equal(must_runtime, !Z_C_GENERIC); \
690 if (Z_C_GENERIC == 0) { in cbprintf_rw_loc_const_char_ptr()
781 if (Z_C_GENERIC == 0) { in ZTEST()
912 printk("%s C11 _Generic\n", Z_C_GENERIC ? "With" : "Without"); in print_size_and_alignment_info()
/Zephyr-Core-3.5.0/tests/unit/cbprintf/
Dmain.c67 #define Z_C_GENERIC 0 macro
1187 if (!Z_C_GENERIC) { in ZTEST()
1255 if (!Z_C_GENERIC) { in ZTEST()
1359 Z_C_GENERIC ? "with" : "without"); in cbprintf_setup()
/Zephyr-Core-3.5.0/lib/os/
Dcbprintf_packaged.c21 !Z_C_GENERIC