OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:t2us
(Results
1 - 1
of
1
) sorted by null
/external/iproute2/tc/
tc_core.c
188
__u32
t2us
;
local
195
if (fscanf(fp, "%08x%08x%08x", &
t2us
, &us2t, &clock_res) != 3) {
206
t2us
= us2t;
209
tick_in_usec = (double)
t2us
/ us2t * clock_factor;
Completed in 1083 milliseconds