Lines Matching refs:zi_read32
122 static uint32_t zi_read32(const unsigned char *z)
132 x = zi_read32(z);
366 index = trans + (zi_read32(trans-12) << scale);
367 types = index + zi_read32(trans-12);
368 abbrevs = types + 6*zi_read32(trans-8);
369 abbrevs_end = abbrevs + zi_read32(trans-4);
380 __timezone = -zi_read32(p);
384 dst_off = -zi_read32(p);
438 x = zi_read32(trans + (m<<scale));
439 if (scale == 3) x = x<<32 | zi_read32(trans + (m<<scale) + 4);
441 if (local) off = (int32_t)zi_read32(types + 6 * index[m-1]);
455 x = zi_read32(trans);
456 if (scale == 3) x = x<<32 | zi_read32(trans + 4);
463 if (local) off = (int32_t)zi_read32(types + j);
537 *offset = (int32_t)zi_read32(types+6*i);
539 if (oppoff) *oppoff = (int32_t)zi_read32(types+6*alt);