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

  /device/huawei/angler/camera/QCamera2/util/
QCameraPerf.h 47 #define NSEC_PER_SEC 1000000000LLU
  /device/lge/bullhead/camera/QCamera2/util/
QCameraPerf.h 47 #define NSEC_PER_SEC 1000000000LLU
  /hardware/qcom/camera/QCamera2/util/
QCameraPerf.h 50 #define NSEC_PER_SEC 1000000000LLU
  /hardware/qcom/camera/msmcobalt/QCamera2/util/
QCameraPerf.h 50 #define NSEC_PER_SEC 1000000000LLU
  /system/extras/tests/suspend_stress/
suspend_stress.cpp 31 #define NSEC_PER_SEC (1000*1000*1000)
33 #define NSEC_PER_MSEC (NSEC_PER_SEC/MSEC_PER_SEC)
36 return ((long long)(a->tv_sec - b->tv_sec)) * NSEC_PER_SEC +
165 if (llabs(diff) > NSEC_PER_SEC) {
167 llabs(diff) / NSEC_PER_SEC,
171 llabs(diff) / NSEC_PER_SEC,
  /external/dhcpcd-6.8.2/
common.h 56 #define NSEC_PER_SEC 1000000000L
91 while ((tv)->tv_nsec >= NSEC_PER_SEC) { \
93 (tv)->tv_nsec -= NSEC_PER_SEC; \
  /system/extras/iotop/
iotop.cpp 30 constexpr uint64_t NSEC_PER_SEC = 1000000000;
37 float percent = ns / stats.threads() / (time * NSEC_PER_SEC / 100.0f);
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/
perf.h 123 #ifndef NSEC_PER_SEC
125 #define NSEC_PER_SEC 1000000000ULL
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/
perf.h 125 #ifndef NSEC_PER_SEC
126 # define NSEC_PER_SEC 1000000000ULL
  /external/autotest/client/tests/signaltest/src/
signaltest.c 37 #define NSEC_PER_SEC 1000000000
74 while (ts->tv_nsec >= NSEC_PER_SEC) {
75 ts->tv_nsec -= NSEC_PER_SEC;
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.h 74 #define NSEC_PER_SEC 1000000000LL
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 42 #define NSEC_PER_SEC 1000000000
169 while (ts->tv_nsec >= NSEC_PER_SEC) {
170 ts->tv_nsec -= NSEC_PER_SEC;
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 54 #define NSEC_PER_SEC (1000*NANOSEC_PER_MILLISEC)
701 if (abstime.tv_nsec > NSEC_PER_SEC)
703 abstime.tv_sec += (abstime.tv_nsec / NSEC_PER_SEC);
704 abstime.tv_nsec = abstime.tv_nsec % NSEC_PER_SEC;
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 53 #define NSEC_PER_SEC (1000*NANOSEC_PER_MILLISEC)
678 if (abstime.tv_nsec > NSEC_PER_SEC)
680 abstime.tv_sec += (abstime.tv_nsec / NSEC_PER_SEC);
681 abstime.tv_nsec = abstime.tv_nsec % NSEC_PER_SEC;
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.h 76 #define NSEC_PER_SEC 1000000000LLU
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.h 76 #define NSEC_PER_SEC 1000000000LLU
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.h 67 #define NSEC_PER_SEC 1000000000LLU
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/
QCamera3HWI.h 68 #define NSEC_PER_SEC 1000000000LLU

Completed in 1027 milliseconds