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

  /hardware/ril/libril/
ril_event.cpp 78 #define dlog(x...) LOGD( x ) macro
81 dlog("~~~~ Event %x ~~~~", (unsigned int)ev);
82 dlog(" next = %x", (unsigned int)ev->next);
83 dlog(" prev = %x", (unsigned int)ev->prev);
84 dlog(" fd = %d", ev->fd);
85 dlog(" pers = %d", ev->persist);
86 dlog(" timeout = %ds + %dus", (int)ev->timeout.tv_sec, (int)ev->timeout.tv_usec);
87 dlog(" func = %x", (unsigned int)ev->func);
88 dlog(" param = %x", (unsigned int)ev->param);
89 dlog("~~~~~~~~~~~~~~~~~~");
92 #define dlog macro
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 243 if (!insn->dlog)
250 insn->dlog(insn->dlogArg, buffer);
    [all...]
X86DisassemblerDecoder.h 427 dlog_t dlog; member in struct:InternalInstruction

Completed in 1473 milliseconds