Searched refs:fmt (Results 1 – 1 of 1) sorted by relevance
/optee_benchmark/ |
A D | common.h | 16 #define DBG(fmt, args...) printf("[" OUTPUT_APP_PREFIX \ argument 19 #define DBG(fmt, args...) argument 22 #define INFO(fmt, args...) printf("[" OUTPUT_APP_PREFIX \ argument 23 "] INFO: " fmt "\n", ##args) 25 "] ERROR: " fmt "\n", ##args) 27 #define ERROR_EXIT(fmt, args...) do { \ argument 28 ERROR(fmt, ##args); \ 32 #define ERROR_RETURN_FALSE(fmt, args...) do { \ argument 33 ERROR(fmt, ##args); \ 37 #define ERROR_GOTO(label, fmt, args...) do { \ argument [all …]
|
Completed in 2 milliseconds