Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c228 detzcode(const char *const codep) in detzcode() function
497 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody()
498 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt); in tzloadbody()
501 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody()
502 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody()
503 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody()
504 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()
544 = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
575 ttisp->tt_utoff = detzcode(p); in tzloadbody()
595 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
[all …]