Searched refs:abbrevs_end (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | __tz.c | 36 static const unsigned char *zi, *trans, *index, *types, *abbrevs, *abbrevs_end; variable 224 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs)) in __tm_to_tzname()
|
/third_party/musl/porting/uniproton/kernel/src/time/ |
H A D | __tz.c | 40 static const unsigned char *zi, *trans, *index_local, *types, *abbrevs, *abbrevs_end; variable 230 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs)) in __tm_to_tzname()
|
/third_party/musl/porting/liteos_m/kernel/src/time/ |
H A D | __tz.c | 40 static const unsigned char *zi, *trans, *index_local, *types, *abbrevs, *abbrevs_end; variable 230 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs)) in __tm_to_tzname()
|
/third_party/musl/porting/linux/user/src/time/ |
H A D | __tz.c | 53 static const unsigned char *zi, *trans, *index, *types, *abbrevs, *abbrevs_end; variable 295 abbrevs_end = abbrevs + zi_read32(trans-4); in do_tzset() 522 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs)) { in __tm_to_tzname()
|
/third_party/musl/src/time/ |
H A D | __tz.c | 43 static const unsigned char *zi, *trans, *index, *types, *abbrevs, *abbrevs_end, *tzdata_map; variable 369 abbrevs_end = abbrevs + zi_read32(trans-4); in do_tzset() 597 (!zi || (uintptr_t)p-(uintptr_t)abbrevs >= abbrevs_end - abbrevs)) in __tm_to_tzname()
|
Completed in 3 milliseconds