Searched refs:scan_trans (Results 1 – 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/time/ |
D | __tz.c | 56 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans() function 167 size_t alt, i = scan_trans(t, local, &alt); in __secs_to_zone()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
D | __tz.c | 56 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans() function 167 size_t alt, i = scan_trans(t, local, &alt); in __secs_to_zone()
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
D | __tz.c | 52 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans() function 161 size_t alt, i = scan_trans(t, local, &alt); in __secs_to_zone()
|
/third_party/musl/porting/linux/user/src/time/ |
D | __tz.c | 348 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans() function 457 size_t alt, i = scan_trans(t, local, &alt); in __secs_to_zone()
|
/third_party/musl/src/time/ |
D | __tz.c | 346 static size_t scan_trans(long long t, int local, size_t *alt) in scan_trans() function 455 size_t alt, i = scan_trans(t, local, &alt); in __secs_to_zone()
|