Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/base/
Dcompiler_specific.h165 #define PRINTF_FORMAT(format_param, dots_param) \ argument
166 __attribute__((format(printf, format_param, dots_param)))
168 #define PRINTF_FORMAT(format_param, dots_param) argument
174 #define WPRINTF_FORMAT(format_param, dots_param) argument