Home
last modified time | relevance | path

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

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