• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/

Lines Matching defs:DEBUG_PRINT2

627 # define DEBUG_PRINT2(x1, x2) if (debug) printf (x1, x2)
974 # define DEBUG_PRINT2(x1, x2)
1325 DEBUG_PRINT2 ("\nPUSH_FAILURE_POINT #%u:\n", failure_id); \
1326 DEBUG_PRINT2 (" Before push, next avail: %d\n", (fail_stack).avail);\
1327 DEBUG_PRINT2 (" size: %d\n", (fail_stack).size);\
1329 DEBUG_PRINT2 (" slots needed: %ld\n", NUM_FAILURE_ITEMS); \
1330 DEBUG_PRINT2 (" available: %d\n", REMAINING_AVAIL_SLOTS); \
1338 DEBUG_PRINT2 ("\n Doubled stack; size now: %d\n", \
1340 DEBUG_PRINT2 (" slots available: %d\n", REMAINING_AVAIL_SLOTS);\
1350 DEBUG_PRINT2 (" Pushing reg: %lu\n", this_reg); \
1353 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
1356 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1359 DEBUG_PRINT2 (" info: %p\n ", \
1361 DEBUG_PRINT2 (" match_null=%d", \
1363 DEBUG_PRINT2 (" active=%d", IS_ACTIVE (reg_info[this_reg])); \
1364 DEBUG_PRINT2 (" matched_something=%d", \
1366 DEBUG_PRINT2 (" ever_matched=%d", \
1372 DEBUG_PRINT2 (" Pushing low active reg: %ld\n", lowest_active_reg);\
1375 DEBUG_PRINT2 (" Pushing high active reg: %ld\n", highest_active_reg);\
1378 DEBUG_PRINT2 (" Pushing pattern %p:\n", pattern_place); \
1382 DEBUG_PRINT2 (" Pushing string %p: `", string_place); \
1388 DEBUG_PRINT2 (" Pushing failure id: %u\n", failure_id); \
1442 DEBUG_PRINT2 (" Before pop, next avail: %d\n", fail_stack.avail); \
1443 DEBUG_PRINT2 (" size: %d\n", fail_stack.size); \
1448 DEBUG_PRINT2 (" Popping failure id: %u\n", failure_id); \
1457 DEBUG_PRINT2 (" Popping string %p: `", str); \
1462 DEBUG_PRINT2 (" Popping pattern %p:\n", pat); \
1467 DEBUG_PRINT2 (" Popping high active reg: %ld\n", high_reg); \
1470 DEBUG_PRINT2 (" Popping low active reg: %ld\n", low_reg); \
1475 DEBUG_PRINT2 (" Popping reg: %ld\n", this_reg); \
1478 DEBUG_PRINT2 (" info: %p\n", \
1482 DEBUG_PRINT2 (" end: %p\n", regend[this_reg]); \
1485 DEBUG_PRINT2 (" start: %p\n", regstart[this_reg]); \
4119 DEBUG_PRINT2 ("\n%p: ", p);
4121 DEBUG_PRINT2 ("\n0x%x: ", p);
4276 DEBUG_PRINT2 ("%u registers pushed.\n", num_regs_pushed);
4282 DEBUG_PRINT2 ("Returning %d from re_match_2.\n", mcnt);
4306 DEBUG_PRINT2 ("EXECUTING exactn %d.\n", mcnt);
4345 DEBUG_PRINT2 (" Matched `%d'.\n", *d);
4356 DEBUG_PRINT2 ("EXECUTING charset%s.\n", not ? "_not" : "");
4400 DEBUG_PRINT2 (" old_regstart: %d\n",
4404 DEBUG_PRINT2 (" regstart: %d\n", POINTER_TO_OFFSET (regstart[*p]));
4441 DEBUG_PRINT2 (" old_regend: %d\n",
4445 DEBUG_PRINT2 (" regend: %d\n", POINTER_TO_OFFSET (regend[*p]));
4570 DEBUG_PRINT2 ("EXECUTING duplicate %d.\n", regno);
4772 DEBUG_PRINT2 ("EXECUTING maybe_pop_jump %d.\n", mcnt);
4949 DEBUG_PRINT2 ("\n%p: ", p);
4951 DEBUG_PRINT2 ("\n0x%x: ", p);
4958 DEBUG_PRINT2 ("EXECUTING jump %d ", mcnt);
4961 DEBUG_PRINT2 ("(to %p).\n", p);
4963 DEBUG_PRINT2 ("(to 0x%x).\n", p);
5004 DEBUG_PRINT2 ("EXECUTING succeed_n %d.\n", mcnt);
5022 DEBUG_PRINT2 (" Setting two bytes from %p to no_op.\n", p+2);
5024 DEBUG_PRINT2 (" Setting two bytes from 0x%x to no_op.\n", p+2);
5034 DEBUG_PRINT2 ("EXECUTING jump_n %d.\n", mcnt);
5151 DEBUG_PRINT2 ("EXECUTING syntaxspec %d.\n", mcnt);
5168 DEBUG_PRINT2 ("EXECUTING notsyntaxspec %d.\n", mcnt);