OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tv_cmp
(Results
1 - 3
of
3
) sorted by null
/external/strace/
count.c
73
if (
tv_cmp
(tv, &tcp->dtime) > 0)
91
else if (
tv_cmp
(tv, &one_tick) > 0)
93
if (
tv_cmp
(&shortest, &one_tick) < 0)
100
if (
tv_cmp
(tv, &shortest) < 0)
110
return -
tv_cmp
(&counts[*((int *) a)].time,
defs.h
596
extern int
tv_cmp
(struct timeval *, struct timeval *);
util.c
106
tv_cmp
(a, b)
function
[
all
...]
Completed in 206 milliseconds