Searched refs:DEBUG_PRINT3 (Results 1 – 1 of 1) sorted by relevance
/external/clearsilver/util/regex/ |
D | regex.c | 565 #define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3) macro 900 #define DEBUG_PRINT3(x1, x2, x3) macro 4070 DEBUG_PRINT3 ("EXECUTING start_memory %d (%d):\n", *p, p[1]); 4118 DEBUG_PRINT3 ("EXECUTING stop_memory %d (%d):\n", *p, p[1]); 4387 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt); 4410 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt); 4509 DEBUG_PRINT3 (" %c != %c => pop_failure_jump.\n", 4544 DEBUG_PRINT3 (" %c != %c => pop_failure_jump.\n", 4674 DEBUG_PRINT3 (" Setting 0x%x to %d.\n", p, mcnt); 4708 DEBUG_PRINT3 (" Setting 0x%x to %d.\n", p1, mcnt);
|