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

  /external/libnfc-nci/src/hal/include/
gki_hal_target.h 87 #ifndef TICKS_PER_SEC
88 #define TICKS_PER_SEC 100
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/bluetooth/bluedroid/include/
gki_target.h 89 #ifndef TICKS_PER_SEC
90 #define TICKS_PER_SEC 100
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/
gki_target.h 131 #ifndef TICKS_PER_SEC
132 #define TICKS_PER_SEC 100
  /external/grub/netboot/
etherboot.h 71 #define TICKS_PER_SEC 18
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 81 milliseconds