OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TICKS_PER_SEC
(Results
1 - 21
of
21
) sorted by null
/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/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/libnfc-nci/src/gki/common/
gki.h
105
#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/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
)
timer.c
30
#define HZ
TICKS_PER_SEC
cs89x0.c
102
unsigned long tmo = currticks() + 4*
TICKS_PER_SEC
;
172
unsigned long tmo = currticks() +
TICKS_PER_SEC
;
219
if (currticks() - tmo > 40*
TICKS_PER_SEC
) {
387
for (tmo = currticks() + 5*
TICKS_PER_SEC
; currticks() < tmo; );
401
for (tmo = currticks()+5*
TICKS_PER_SEC
;
davicom.c
53
#define TX_TIME_OUT 2*
TICKS_PER_SEC
379
to = currticks() + 2 *
TICKS_PER_SEC
;
508
davicom_wait(
TICKS_PER_SEC
);
tiara.c
185
time = currticks() +
TICKS_PER_SEC
; /* wait one second */
smc9000.c
215
for (time_out = currticks() + 5*
TICKS_PER_SEC
; currticks() < time_out; ) {
280
status = 0; time_out = currticks() + 5*
TICKS_PER_SEC
;
sis900.h
357
#define TX_TIMEOUT (4*
TICKS_PER_SEC
)
main.c
676
ip.bp.bp_secs = htons ((currticks () - starttime) /
TICKS_PER_SEC
);
1130
#define TWO_SECOND_DIVISOR (2147483647l/
TICKS_PER_SEC
)
1155
tmo = (base << exp) + (
TICKS_PER_SEC
- (seed / TWO_SECOND_DIVISOR));
natsemi.c
68
#define TX_TIMEOUT (4*
TICKS_PER_SEC
)
rtl8139.c
69
#define RTL_TIMEOUT (1*
TICKS_PER_SEC
)
lance.c
369
time = currticks() +
TICKS_PER_SEC
; /* wait one second */
tulip.c
118
#define TX_TIME_OUT 2*
TICKS_PER_SEC
[
all
...]
i82586.c
351
time = currticks() +
TICKS_PER_SEC
; /* allow 1 second to init */
/external/libnfc-nci/src/include/
gki_target.h
131
#ifndef
TICKS_PER_SEC
132
#define
TICKS_PER_SEC
100
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c
58
#define LINUX_SEC (1000/
TICKS_PER_SEC
)
549
/* adjust hear bit tick in btld by changning
TICKS_PER_SEC
!!!!! this formula works only for
[
all
...]
/external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c
57
#define LINUX_SEC (1000/
TICKS_PER_SEC
)
524
/* adjust hear bit tick in btld by changning
TICKS_PER_SEC
!!!!! this formula works only for
[
all
...]
/external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c
71
#define LINUX_SEC (1000/
TICKS_PER_SEC
)
821
/* adjust hear bit tick in btld by changning
TICKS_PER_SEC
!!!!! this formula works only for
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_media_task.c
120
(1000/
TICKS_PER_SEC
) (10) */
[
all
...]
Completed in 747 milliseconds