OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_local
(Results
1 - 3
of
3
) sorted by null
/external/walt/android/WALT/app/src/main/jni/
sync_clock.c
263
int
t_local
= micros(clk);
local
268
times_local_received[digit-1] =
t_local
;
/external/wpa_supplicant_8/src/utils/
os_win32.c
66
time_t
t_local
, t1, t2;
local
82
t_local
= mktime(&tm);
85
tm1 = localtime(&
t_local
);
88
tm1 = gmtime(&
t_local
);
97
*t = (os_time_t)
t_local
- tz_offset;
os_unix.c
134
time_t
t_local
, t1, t2;
local
150
t_local
= mktime(&tm);
153
tm1 = localtime(&
t_local
);
156
tm1 = gmtime(&
t_local
);
165
*t = (os_time_t)
t_local
- tz_offset;
Completed in 64 milliseconds