OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ticks_per_sec
(Results
1 - 8
of
8
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
timer.cc
80
static long
ticks_per_sec
;
member in namespace:gold
86
ticks_per_sec
= TICKS_PER_SECOND;
97
now->wall = (times(&t) * 1000) /
ticks_per_sec
;
98
now->user = (t.tms_utime * 1000) /
ticks_per_sec
;
99
now->sys = (t.tms_stime * 1000) /
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/libnfc-nci/src/include/
gki_target.h
131
#ifndef
TICKS_PER_SEC
132
#define
TICKS_PER_SEC
100
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c
57
#define LINUX_SEC (1000/
TICKS_PER_SEC
)
551
/* 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
56
#define LINUX_SEC (1000/
TICKS_PER_SEC
)
526
/* adjust hear bit tick in btld by changning
TICKS_PER_SEC
!!!!! this formula works only for
[
all
...]
/system/bt/btif/src/
btif_media_task.c
134
(1000/
TICKS_PER_SEC
) (10) */
[
all
...]
Completed in 1568 milliseconds