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

  /external/ltp/testcases/realtime/func/hrtimer-prio/
hrtimer-prio.c 130 unsigned long delta_us; local
140 delta_us =
143 rec.y = delta_us;
145 max_delta = MAX(max_delta, delta_us);
146 min_delta = (i == 0) ? delta_us : MIN(min_delta, delta_us);
  /external/ltp/testcases/realtime/func/pi-tests/
testpi-7.c 224 int delta_us; local
246 delta_us = (now - start) / NS_PER_US;
247 if (delta_us > max_delay_us)
248 max_delay_us = delta_us;
249 debug(DBG_WARN, "high prio delay time: %d us\n", delta_us);
250 delta_us = (now - low_drop_time) / NS_PER_US;
251 if (delta_us > max_drop2grab_us)
252 max_drop2grab_us = delta_us;
254 delta_us);
  /system/extras/ioshark/
convert_format.c 40 u_int64_t delta_us; member in struct:ioshark_file_operation_old
200 new_disk_file_op.delta_us = old_disk_file_op.delta_us;
201 new_disk_file_op.delta_us =
202 htobe64(new_disk_file_op.delta_us);
ioshark.h 78 u_int64_t delta_us; member in struct:ioshark_file_operation
compile_ioshark_subr.c 240 file_op->delta_us = htobe64(file_op->delta_us);
ioshark_bench_subr.c 685 file_op->delta_us = be64toh(file_op->delta_us);
compile_ioshark.c 570 disk_file_op->delta_us = get_delta_ts(s, &prev_time);
ioshark_bench.c 437 usleep(file_op.delta_us);
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
timestamping.c 480 long delta_us; local
485 delta_us = (long)(next.tv_sec - now.tv_sec) * 1000000 +
487 if (delta_us > 0) {
489 delta.tv_sec = delta_us / 1000000;
490 delta.tv_usec = delta_us % 1000000;
498 delta_us);
  /frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
buffer_transport_benchmark.cpp 498 std::chrono::duration<double, std::micro> delta_us = t2 - t1; local
499 total_gain_buffer_us += delta_us.count();
508 std::chrono::duration<double, std::micro> delta_us = t2 - t1; local
509 total_post_buffer_us += delta_us.count();
  /system/bt/btif/src/
btif_a2dp_source.cc 1022 uint64_t delta_us = now_us - deadline_us; local
1033 uint64_t delta_us = deadline_us - now_us; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
suspend.c 88 uint32_t start, cnt, delta, delta_us; local
99 delta_us = (delta * SYS_COUNTER_FREQ_IN_MHZ);
100 } while (delta_us < usec);
  /external/libchrome/base/time/
time.h 270 constexpr explicit TimeDelta(int64_t delta_us) : delta_(delta_us) {}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 4128 int delta_d, delta_s, delta_us; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 4128 int delta_d, delta_s, delta_us; local
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 4128 int delta_d, delta_s, delta_us; local
    [all...]
  /external/python/cpython3/Modules/
_datetimemodule.c 4577 int delta_d, delta_s, delta_us; local
    [all...]

Completed in 472 milliseconds