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

  /external/ltp/testcases/kernel/syscalls/personality/
personality02.c 29 #define USEC 10
33 struct timeval tv = {.tv_sec = 0, .tv_usec = USEC};
46 if (tv.tv_usec != USEC)
  /external/toybox/toys/pending/
traceroute.c 77 #define USEC 1000000ULL
241 delta = (t2.tv_sec * USEC + t2.tv_usec)
242 - (t1.tv_sec * USEC + t1.tv_usec);
  /device/generic/goldfish/camera/
EmulatedQemuCamera3.cpp 54 const int64_t USEC = 1000LL;
55 const int64_t MSEC = USEC * 1000LL;
    [all...]
EmulatedFakeCamera2.cpp 38 const int64_t USEC = 1000LL;
39 const int64_t MSEC = USEC * 1000LL;
    [all...]
EmulatedFakeCamera3.cpp 54 const int64_t USEC = 1000LL;
55 const int64_t MSEC = USEC * 1000LL;
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera2.cpp 42 const int64_t USEC = 1000LL;
43 const int64_t MSEC = USEC * 1000LL;
    [all...]
EmulatedFakeCamera3.cpp 53 const int64_t USEC = 1000LL;
54 const int64_t MSEC = USEC * 1000LL;
    [all...]

Completed in 544 milliseconds