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

  /external/toybox/toys/lsb/
dmesg.c 51 unsigned long long time_s, time_us; local
57 if (sscanf(msg, "%u,%*u,%llu,%*[^;]; %n", &facpri, &time_us, &pos) != 2)
60 time_s = time_us/1000000;
61 time_us %= 1000000;
63 &facpri, &time_s, &time_us, &pos) != 3) return;
86 } else printf("[%5lld.%06lld] ", time_s, time_us);
  /device/google/dragon/recovery/updater/
ec_commands.h 2311 uint32_t time_us; member in struct:ec_params_keyscan_seq_ctrl::__anon3408::__anon3410
    [all...]

Completed in 83 milliseconds