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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_relmillisecs.c 50 const int64_t NANOSEC_PER_MILLISEC = 1000000;
81 tmpAbsMilliseconds += ((int64_t)abstime->tv_nsec + (NANOSEC_PER_MILLISEC/2)) / NANOSEC_PER_MILLISEC;
97 tmpCurrMilliseconds += ((int64_t)currSysTime.tv_nsec + (NANOSEC_PER_MILLISEC/2))
98 / NANOSEC_PER_MILLISEC;
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 49 #define NANOSEC_PER_MILLISEC 1000000
50 #define NSEC_PER_SEC (1000 * NANOSEC_PER_MILLISEC)
788 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 52 #define NANOSEC_PER_MILLISEC (1000000)
53 #define NSEC_PER_SEC (1000*NANOSEC_PER_MILLISEC)
693 // abstime.tv_nsec = NANOSEC_PER_MILLISEC * currSysTime.millitm;
698 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 51 #define NANOSEC_PER_MILLISEC (1000000)
52 #define NSEC_PER_SEC (1000*NANOSEC_PER_MILLISEC)
670 // abstime.tv_nsec = NANOSEC_PER_MILLISEC * currSysTime.millitm;
675 nano_sec = (timeout % 1000) * NANOSEC_PER_MILLISEC;
    [all...]

Completed in 295 milliseconds