Home
last modified time | relevance | path

Searched defs:PRINTF (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
DVPPTest.h113 #define PRINTF(str,args...) printf("\n"str"\n",##args) macro
115 #define PRINTF(str,args...) macro
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
DosDebug.h48 #define PRINTF(F, A) IF_TIDEBUG( F ) { os_printf A; } macro
135 #define PRINTF(F, A) macro