HomeSort by relevance Sort by last modified time
    Searched refs:DPRINTF (Results 1 - 8 of 8) sorted by null

  /external/qemu/
buffered_file.c 41 #define DPRINTF(fmt, ...) \
44 #define DPRINTF(fmt, ...) \
54 DPRINTF("increasing buffer capacity from %zu by %zu\n",
77 DPRINTF("flush when error, bailing\n");
81 DPRINTF("flushing %zu byte(s) of data\n", s->buffer_size);
89 DPRINTF("backend not ready, freezing\n");
95 DPRINTF("error flushing data, %zd\n", ret);
99 DPRINTF("flushed %zd byte(s)\n", ret);
104 DPRINTF("flushed %zu of %zu byte(s)\n", offset, s->buffer_size);
115 DPRINTF("putting %d bytes at %" PRId64 "\n", size, pos)
    [all...]
  /external/iproute2/tc/
q_gred.c 33 #define DPRINTF(format,args...) fprintf(stderr,format,##args)
35 #define DPRINTF(format,args...)
60 DPRINTF(stderr,"init_gred: invoked with %s\n",*argv);
63 DPRINTF(stderr,"init_gred: next_arg with %s\n",*argv);
107 DPRINTF("TC_GRED: sending DPs=%d default=%d\n",opt.DPs,opt.def_DP);
165 DPRINTF ("\n ******* DP =%u\n",opt.DP);
  /external/strace/
unwind.c 41 #define DPRINTF(F, A, ...) if (debug_flag) fprintf(stderr, " [unwind(" A ")] " F "\n", __VA_ARGS__)
219 DPRINTF("tgen=%u, ggen=%u, tcp=%p, cache=%p",
232 DPRINTF("tgen=%u, ggen=%u, tcp=%p, cache=%p, caller=%s",
273 DPRINTF("tgen=%u, ggen=%u, tcp=%p, cache=%p", "increment",
571 DPRINTF("tcp=%p, queue=%p", "queueprint", tcp, tcp->queue->head);
575 DPRINTF("tcp=%p, queue=%p", "stackprint", tcp, tcp->queue->head);
598 DPRINTF("tcp=%p, queue=%p", "captured", tcp, tcp->queue->head);
  /external/qemu/hw/arm/
arm_gic.c 17 #define DPRINTF(fmt, ...) \
20 #define DPRINTF(fmt, ...) do {} while(0)
133 DPRINTF("Raised pending IRQ %d\n", best_irq);
149 DPRINTF("Set %d pending cpu %d\n", irq, cpu);
166 DPRINTF("Set %d pending mask %x\n", irq, GIC_TARGET(irq));
193 DPRINTF("ACK no pending IRQ\n");
201 DPRINTF("ACK %d\n", new_irq);
209 DPRINTF("EOI %d\n", irq);
217 DPRINTF("Set %d pending mask %x\n", irq, cm);
389 DPRINTF("Distribution %sabled\n", s->enabled ? "En" : "Dis")
    [all...]
  /external/pcre/dist/
pcre_dfa_exec.c 358 DPRINTF(("%.*sADD_ACTIVE(%d,%d)\n", rlevel*2-2, SP, (x), (y))); \
369 DPRINTF(("%.*sADD_ACTIVE_DATA(%d,%d,%d)\n", rlevel*2-2, SP, (x), (y), (z))); \
379 DPRINTF(("%.*sADD_NEW(%d,%d)\n", rlevel*2-2, SP, (x), (y))); \
390 DPRINTF(("%.*sADD_NEW_DATA(%d,%d,%d) line %d\n", rlevel*2-2, SP, \
442 DPRINTF(("\n%.*s---------------------\n"
571 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code)));
663 DPRINTF(("%.*sSkipping this character\n", rlevel*2-2, SP));
684 DPRINTF(("%.*sDuplicate state: skipped\n", rlevel*2-2, SP));
    [all...]
pcre_exec.c 368 DPRINTF(("restarting from line %d\n", __LINE__));\
371 DPRINTF(("jumped back to line %d\n", __LINE__));\
    [all...]
pcre_internal.h 94 It turns out that the Mac Debugging.h header also defines the macro DPRINTF, so
97 #undef DPRINTF
99 #define DPRINTF(p) printf p
101 #define DPRINTF(p) /* Nothing */
    [all...]
pcre_compile.c     [all...]

Completed in 92 milliseconds