Home
last modified time | relevance | path

Searched defs:VERBOSE (Results 1 – 3 of 3) sorted by relevance

/arm-trusted-firmware/tools/encrypt_fw/include/
H A Ddebug.h54 # define VERBOSE(...) printf("VERBOSE: " __VA_ARGS__) macro
56 # define VERBOSE(...) macro
/arm-trusted-firmware/tools/cert_create/include/
H A Ddebug.h54 # define VERBOSE(...) printf("VERBOSE: " __VA_ARGS__) macro
56 # define VERBOSE(...) macro
/arm-trusted-firmware/include/common/
H A Ddebug.h89 # define VERBOSE(...) tf_log(LOG_MARKER_VERBOSE __VA_ARGS__) macro
91 # define VERBOSE(...) no_tf_log(LOG_MARKER_VERBOSE __VA_ARGS__) macro