Home
last modified time | relevance | path

Searched refs:TICKS_PER_SEC (Results 1 – 6 of 6) sorted by relevance

/external/libnfc-nci/src/hal/include/
Dgki_hal_target.h87 #ifndef TICKS_PER_SEC
88 #define TICKS_PER_SEC 100 macro
95 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))
99 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))
103 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC)
107 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC)
/external/libnfc-nci/src/gki/common/
Dgki.h105 #ifdef TICKS_PER_SEC
106 #define GKI_MS_TO_TICKS(x) ((x) / (1000/TICKS_PER_SEC))
107 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))
108 #define GKI_TICKS_TO_MS(x) ((x) * (1000/TICKS_PER_SEC))
109 #define GKI_TICKS_TO_SECS(x) ((x) * (1/TICKS_PER_SEC))
/external/libnfc-nci/src/include/
Dgki_target.h131 #ifndef TICKS_PER_SEC
132 #define TICKS_PER_SEC 100 macro
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c935 #define TICKS_PER_SEC 10000000LL macro
939 return n * TICKS_PER_SEC * timebase->num / timebase->den; in timebase_units_to_ticks()
944 const int64_t round = TICKS_PER_SEC * timebase->num / 2 - 1; in ticks_to_timebase_units()
945 return (n * timebase->den + round) / timebase->num / TICKS_PER_SEC; in ticks_to_timebase_units()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c57 #define LINUX_SEC (1000/TICKS_PER_SEC)
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c56 #define LINUX_SEC (1000/TICKS_PER_SEC)