debug_print       442 core/usb_remote.c             static int debug_print = 0 ;
debug_print       449 core/usb_remote.c                 if ( debug_print++ > 10000 ) debug_print = 0 ;
debug_print       451 core/usb_remote.c                 if ((debug_print%2) == 0)
debug_print       479 core/usb_remote.c                 if (((debug_print+25)%100) ==0 )
debug_print       489 core/usb_remote.c                 if (((debug_print+75)%100) == 0 )
debug_print        14 include/debug.h void debug_print( char* str );
debug_print        31 include/debug.h #define DLOG_STR(s) debug_print(s)