Searched refs:DEBUG_PRINT2 (Results 1 – 1 of 1) sorted by relevance
/external/clearsilver/util/regex/ |
D | regex.c | 564 #define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2) macro 899 #define DEBUG_PRINT2(x1, x2) macro 1150 DEBUG_PRINT2 ("\nPUSH_FAILURE_POINT #%u:\n", failure_id); \ 1151 DEBUG_PRINT2 (" Before push, next avail: %d\n", (fail_stack).avail);\ 1152 DEBUG_PRINT2 (" size: %d\n", (fail_stack).size);\ 1154 DEBUG_PRINT2 (" slots needed: %d\n", NUM_FAILURE_ITEMS); \ 1155 DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \ 1163 DEBUG_PRINT2 ("\n Doubled stack; size now: %d\n", \ 1165 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\ 1175 DEBUG_PRINT2 (" Pushing reg: %d\n", this_reg); \ [all …]
|