Home
last modified time | relevance | path

Searched defs:DEBUGF (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/cmd/
Dcramfs.c30 # define DEBUGF(fmt, args...) printf(fmt ,##args) macro
32 # define DEBUGF(fmt, args...) macro
Djffs2.c98 # define DEBUGF(fmt, args...) printf(fmt ,##args) macro
100 # define DEBUGF(fmt, args...) macro
/external/curl/lib/
Dcurl_setup_once.h388 #define DEBUGF(x) x macro
390 #define DEBUGF(x) do { } WHILE_FALSE macro
/external/u-boot/fs/jffs2/
Djffs2_1pass.c141 # define DEBUGF(fmt,args...) printf(fmt ,##args) macro
143 # define DEBUGF(fmt,args...) macro