Home
last modified time | relevance | path

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

/src/contrib/tzcode/
H A Dlocaltime.c657 detzcode(const char *const codep) in detzcode() function
1056 ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt), in tzloadbody()
1057 ttisutcnt = detzcode(up->tzhead.tzh_ttisutcnt), in tzloadbody()
1058 leapcnt = detzcode(up->tzhead.tzh_leapcnt), in tzloadbody()
1059 timecnt = detzcode(up->tzhead.tzh_timecnt), in tzloadbody()
1060 typecnt = detzcode(up->tzhead.tzh_typecnt), in tzloadbody()
1061 charcnt = detzcode(up->tzhead.tzh_charcnt); in tzloadbody()
1103 = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
1132 int_fast32_2s utoff = detzcode(p); in tzloadbody()
1161 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
[all …]
H A DNEWS6432 one-line fix for sign extension problems in detzcode
/src/contrib/tzdata/
H A DNEWS6432 one-line fix for sign extension problems in detzcode