Searched defs:PLUGIN_PRINTF (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dutility.h51 #define PLUGIN_PRINTF(args) do { \ macro
60 // MODULE_PRINTF is used in the module because PLUGIN_PRINTF uses a
70 # define PLUGIN_PRINTF(args) do { if (0) { printf args; } } while (0) macro

Completed in 58 milliseconds