HomeSort by relevance Sort by last modified time
    Searched defs:tprintf (Results 1 - 7 of 7) sorted by null

  /external/strace/tests/
tprintf.c 68 tprintf(const char *fmt, ...) function
  /external/strace/tests-m32/
tprintf.c 68 tprintf(const char *fmt, ...) function
  /external/strace/tests-mx32/
tprintf.c 68 tprintf(const char *fmt, ...) function
  /external/valgrind/memcheck/tests/
leak-autofreepool.c 312 #define tprintf(...) (dnow = time(NULL), \ macro
346 tprintf("allocating %d elts", nr_elts);
352 tprintf("freeing mempool");
354 tprintf("destroying mempool");
356 tprintf("done");
  /toolchain/binutils/binutils-2.27/gas/config/
tc-rl78.c 757 #define tprintf if (TRACE_RELAX) printf
897 tprintf (" -> opfixsize %d delta %d\n", opfixsize, delta);
965 tprintf (" -> new %d old %d delta %d (external)\n", newsize, oldsize, newsize-oldsize);
1030 tprintf (" -> new %d old %d delta %d\n", newsize, oldsize, newsize-oldsize);
1067 tprintf ("\033[32mmypc: 0x%x\033[0m\n", (int)mypc);
1078 tprintf ("unknown addr ? - %x = ?\n", (int)mypc);
1084 tprintf ("known addr %x - %x = %d\n", (int)addr0, (int)mypc, disp);
1228 tprintf ("fragP->fr_fix now %ld (%d + (%p - %p)\n", (long) fragP->fr_fix,
1232 tprintf ("compare 0x%lx vs 0x%lx - 0x%lx = 0x%lx (%p)\n",
756 #define tprintf macro
    [all...]
tc-rx.c 1365 #define tprintf macro
    [all...]
  /external/strace/
strace.c 396 tprintf(" <ptrace(%s):%s>\n", msg, strerror(err));
543 tprintf(const char *fmt, ...) function
573 tprintf(" /* %s */", str);
648 tprintf("%-5d ", tcp->pid);
650 tprintf("[pid %5u] ", tcp->pid);
662 tprintf("%6ld.%06ld ",
666 tprintf("%ld.%06ld ",
672 tprintf("%s.%06ld ", str, (long) tv.tv_usec);
674 tprintf("%s ", str);
    [all...]

Completed in 389 milliseconds