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

  /external/toybox/toys/lsb/
dmesg.c 50 unsigned long long time_s, time_us; local
56 if (sscanf(msg, "%u,%*u,%llu,%*[^;]; %n", &facpri, &time_us, &pos) != 2)
59 time_s = time_us/1000000;
60 time_us %= 1000000;
62 &facpri, &time_s, &time_us, &pos) != 3) return;
85 } else printf("[%5lld.%06lld] ", time_s, time_us);
  /external/grpc-grpc/test/cpp/interop/
interop_server.cc 217 int time_us; local
218 if ((time_us = request->response_parameters(i).interval_us()) > 0) {
222 gpr_time_from_micros(time_us, GPR_TIMESPAN));
271 int time_us; local
272 if ((time_us = request.response_parameters(0).interval_us()) > 0) {
276 gpr_time_from_micros(time_us, GPR_TIMESPAN));
  /external/u-boot/common/
bootstage.c 24 ulong time_us; member in struct:bootstage_record
109 rec->time_us = mark;
193 rec->time_us += duration;
225 print_grouped_ull(rec->time_us, BOOTSTAGE_DIGITS);
227 print_grouped_ull(rec->time_us, BOOTSTAGE_DIGITS);
228 print_grouped_ull(rec->time_us - prev, BOOTSTAGE_DIGITS);
232 return rec->time_us;
239 return rec1->time_us > rec2->time_us ? 1 : -1;
276 if (rec->id != BOOTSTAGE_ID_AWAKE && rec->time_us == 0
    [all...]
  /external/u-boot/drivers/tpm/
tpm_tis_lpc.c 142 u32 time_us = MAX_DELAY_US; local
144 while (time_us > 0) {
149 time_us--;
  /external/u-boot/include/
ec_commands.h 1227 uint32_t time_us; member in struct:ec_params_keyscan_seq_ctrl::__anon47665::__anon47667
    [all...]

Completed in 250 milliseconds