OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tleft
(Results
1 - 1
of
1
) sorted by null
/external/dropbear/libtommath/
pretty.build
30
my $
tleft
= ($count - $i) / $rate;
31
my $tsec = $
tleft
%60;
32
my $tmin = ($
tleft
/60)%60;
33
my $thour = ($
tleft
/3600)%60;
Completed in 33 milliseconds