Home
last modified time | relevance | path

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

/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_log.h44 #define BOOT_LOG_ERR(...) IGNORE(__VA_ARGS__)
45 #define BOOT_LOG_WRN(...) IGNORE(__VA_ARGS__)
46 #define BOOT_LOG_INF(...) IGNORE(__VA_ARGS__)
47 #define BOOT_LOG_DBG(...) IGNORE(__VA_ARGS__)
48 #define BOOT_LOG_SIM(...) IGNORE(__VA_ARGS__)
Dbench.h59 IGNORE(_state); \
63 IGNORE(_state); \
Dignore.h61 #define IGNORE(...) \ macro
/mcuboot-latest/boot/mynewt/mcuboot_config/include/mcuboot_config/
Dmcuboot_logging.h55 #define MCUBOOT_LOG_ERR(...) IGNORE(__VA_ARGS__)
64 #define MCUBOOT_LOG_WRN(...) IGNORE(__VA_ARGS__)
73 #define MCUBOOT_LOG_INF(...) IGNORE(__VA_ARGS__)
82 #define MCUBOOT_LOG_DBG(...) IGNORE(__VA_ARGS__)
85 #define MCUBOOT_LOG_SIM(...) IGNORE(__VA_ARGS__)
/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/
Dmcuboot_logging.h56 #define MCUBOOT_LOG_ERR(...) IGNORE(__VA_ARGS__)
68 #define MCUBOOT_LOG_WRN(...) IGNORE(__VA_ARGS__)
80 #define MCUBOOT_LOG_INF(...) IGNORE(__VA_ARGS__)
92 #define MCUBOOT_LOG_DBG(...) IGNORE(__VA_ARGS__)
104 #define MCUBOOT_LOG_SIM(...) IGNORE(__VA_ARGS__)
/mcuboot-latest/boot/mbed/include/mcuboot_config/
Dmcuboot_logging.h62 #define MCUBOOT_LOG_ERR(...) IGNORE(__VA_ARGS__)
68 #define MCUBOOT_LOG_WRN(...) IGNORE(__VA_ARGS__)
74 #define MCUBOOT_LOG_INF(...) IGNORE(__VA_ARGS__)
80 #define MCUBOOT_LOG_DBG(...) IGNORE(__VA_ARGS__)
/mcuboot-latest/boot/cypress/MCUBootApp/config/mcuboot_config/
Dmcuboot_logging.h61 #define MCUBOOT_LOG_ERR(...) IGNORE(__VA_ARGS__)
72 #define MCUBOOT_LOG_WRN(...) IGNORE(__VA_ARGS__)
83 #define MCUBOOT_LOG_INF(...) IGNORE(__VA_ARGS__)
94 #define MCUBOOT_LOG_DBG(...) IGNORE(__VA_ARGS__)
/mcuboot-latest/boot/zephyr/include/mcuboot_config/
Dmcuboot_logging.h26 #define MCUBOOT_LOG_SIM(...) IGNORE(__VA_ARGS__)