Searched refs:detzcode (Results 1 – 3 of 3) sorted by relevance
259 detzcode(const char *const codep) in detzcode() function538 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt); in tzloadbody()539 int_fast32_t ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt); in tzloadbody()542 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt); in tzloadbody()543 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); in tzloadbody()544 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt); in tzloadbody()545 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()585 = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()616 ttisp->tt_utoff = detzcode(p); in tzloadbody()636 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()[all …]
6097 one-line fix for sign extension problems in detzcode
6200 one-line fix for sign extension problems in detzcode