OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tnow
(Results
1 - 4
of
4
) sorted by null
/system/extras/tests/timetest/
timetest.c
60
long long
tnow
, tlast;
local
98
tnow
= nanotime();
99
if(
tnow
< tlast) {
102
tlast,
tnow
);
105
fprintf(stderr,"%lld ROLLBACK\n",
tnow
);
107
fprintf(stderr,"%lld\n",
tnow
);
109
tlast =
tnow
;
/external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c
172
unsigned long long
tnow
, ttmr;
local
192
tnow
= getustime(clks[i].id);
212
ticks, (ttmr -
tnow
) * 1e-6);
216
tnow
= getustime(clks[i].id);
217
set_timespec(&tmr.it_value,
tnow
+ 500 * 1000);
232
ticks, (ttmr -
tnow
) * 1e-6);
235
tnow
= getustime(clks[i].id);
236
set_timespec(&tmr.it_value,
tnow
+ 100 * 1000);
265
const double delta = (ttmr -
tnow
) * 1e-6;
274
tnow
= getustime(clks[i].id)
[
all
...]
/external/e2fsprogs/e2fsck/
problem.c
337
N_("@S last mount time (%t,\n\
tnow
= %T) is in the future.\n"),
342
N_("@S last write time (%t,\n\
tnow
= %T) is in the future.\n"),
[
all
...]
/external/e2fsprogs/po/
e2fsprogs.pot
1033
#. @-expanded: \
tnow
= %T) is in the future.\n
1036
"\
tnow
= %T) is in the future.\n"
1041
#. @-expanded: \
tnow
= %T) is in the future.\n
1044
"\
tnow
= %T) is in the future.\n"
[
all
...]
Completed in 547 milliseconds