Searched defs:TICKS_PER_SEC (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/hal/include/
H A Dgki_hal_target.h69 #ifndef TICKS_PER_SEC
70 #define TICKS_PER_SEC 100 macro
77 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))
81 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))
85 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC)
89 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC)
/external/libnfc-nci/src/hal/include/
H A Dgki_hal_target.h69 #ifndef TICKS_PER_SEC
70 #define TICKS_PER_SEC 100 macro
77 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))
81 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))
85 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC)
89 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC)
/external/bluetooth/bluedroid/include/
H A Dgki_target.h89 #ifndef TICKS_PER_SEC
90 #define TICKS_PER_SEC 100 macro
97 #define GKI_MS_TO_TICKS(x) ((x) / (1000 / TICKS_PER_SEC))
101 #define GKI_SECS_TO_TICKS(x) ((x) * (TICKS_PER_SEC))
105 #define GKI_TICKS_TO_MS(x) ((x) * 1000 / TICKS_PER_SEC)
109 #define GKI_TICKS_TO_SECS(x) ((x) / TICKS_PER_SEC)
/external/libnfc-nci/src/include/
H A Dgki_target.h131 #ifndef TICKS_PER_SEC
132 #define TICKS_PER_SEC 100 macro
/external/grub/netboot/
H A Detherboot.h71 #define TICKS_PER_SEC 18 macro
74 #define TIMEOUT (10 * TICKS_PER_SEC)
78 #define TFTP_TIMEOUT (30 * TICKS_PER_SEC)
80 #define TFTP_REXMT (3 * TICKS_PER_SEC)

Completed in 162 milliseconds