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

  /external/dnsmasq/src/
log.c 147 static void log_write(void) function
359 log_write();
391 log_write();
409 log_write();
420 log_write();
  /external/vixl/src/vixl/a64/
simulator-constants-a64.h 115 LOG_WRITE = 1 << 4, // Log writes to memory.
119 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE
simulator-a64.h     [all...]
  /external/ppp/pppd/
utils.c 69 static void log_write __P((int, char *));
544 log_write(llevel, line);
587 log_write(llevel, line);
593 log_write(llevel, p);
657 log_write(level, buf);
661 log_write(level, buf) function
  /external/v8/src/arm64/
instructions-arm64.h 524 LOG_WRITE = 1 << 5, // Log any memory write.
527 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE,
simulator-arm64.h 576 if (log_parameters() & LOG_WRITE) PrintWrite(address, size, reg_code);
579 if (log_parameters() & LOG_WRITE) PrintWriteFP(address, size, reg_code);
  /external/vixl/test/
test-simulator-a64.cc 73 __ Trace(LOG_WRITE, TRACE_ENABLE); \
    [all...]
test-assembler-a64.cc 131 __ Trace(LOG_WRITE, TRACE_ENABLE); \
    [all...]

Completed in 2074 milliseconds