Home
last modified time | relevance | path

Searched refs:t_local (Results 1 – 4 of 4) sorted by relevance

/external/walt/android/WALT/app/src/main/jni/
DREADME.md22 message (denote it as `t_local`) and have the remote reply with his timestamps
27 t_remote = t_local - E + travel_time
28 E = t_local - t_remote + travel_time > t_local - t_remote
30 E > t_local - t_remote
32 set minE to max(minE, t_local - t_remote)
46 t_local = t_remote + E + travel_time
47 E = t_local - t_remote - travel time < t_local - t_remote
48 set maxE = min(maxE, t_local - t_remote)
Dsync_clock.c263 int t_local = micros(clk); in improve_maxE() local
268 times_local_received[digit-1] = t_local; in improve_maxE()
/external/wpa_supplicant_8/src/utils/
Dos_win32.c66 time_t t_local, t1, t2; in os_mktime() local
82 t_local = mktime(&tm); in os_mktime()
85 tm1 = localtime(&t_local); in os_mktime()
88 tm1 = gmtime(&t_local); in os_mktime()
97 *t = (os_time_t) t_local - tz_offset; in os_mktime()
Dos_unix.c134 time_t t_local, t1, t2; in os_mktime() local
150 t_local = mktime(&tm); in os_mktime()
153 tm1 = localtime(&t_local); in os_mktime()
156 tm1 = gmtime(&t_local); in os_mktime()
165 *t = (os_time_t) t_local - tz_offset; in os_mktime()