Home | History | Annotate | Download | only in lib

Lines Matching defs:DEBUG_PRINT3

776 #   define DEBUG_PRINT3(x1, x2, x3) if (debug) printf (x1, x2, x3)
1245 # define DEBUG_PRINT3(x1, x2, x3)
6778 DEBUG_PRINT3 ("EXECUTING start_memory %ld (%ld):\n",
6827 DEBUG_PRINT3 ("EXECUTING stop_memory %ld (%ld):\n",
7110 DEBUG_PRINT3 (" %d (to %p):\n", mcnt, p + mcnt);
7112 DEBUG_PRINT3 (" %d (to 0x%x):\n", mcnt, p + mcnt);
7137 DEBUG_PRINT3 (" %d (to %p)", mcnt, p + mcnt);
7139 DEBUG_PRINT3 (" %d (to 0x%x)", mcnt, p + mcnt);
7249 DEBUG_PRINT3 (" %C != %C => pop_failure_jump.\n",
7253 DEBUG_PRINT3 (" %c != %c => pop_failure_jump.\n",
7431 DEBUG_PRINT3 (" Setting %p to %d.\n", p - OFFSET_ADDRESS_SIZE
7434 DEBUG_PRINT3 (" Setting 0x%x to %d.\n", p - OFFSET_ADDRESS_SIZE
7469 DEBUG_PRINT3 (" Setting %p to %d.\n", p + OFFSET_ADDRESS_SIZE,
7472 DEBUG_PRINT3 (" Setting 0x%x to %d.\n", p + OFFSET_ADDRESS_SIZE,
7490 DEBUG_PRINT3 (" Setting %p to %d.\n", p1, mcnt);
7492 DEBUG_PRINT3 (" Setting 0x%x to %d.\n", p1, mcnt);