HomeSort by relevance Sort by last modified time
    Searched refs:tzhead (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
tzfile.h 51 struct tzhead { struct
ZoneProc.c 365 struct tzhead * tzhp;
367 struct tzhead tzhead; member in union:__anon12112
376 ttisstdcnt = (int) detzcode(u.tzhead.tzh_ttisstdcnt);
377 ttisgmtcnt = (int) detzcode(u.tzhead.tzh_ttisgmtcnt);
378 sp->leapcnt = (int) detzcode(u.tzhead.tzh_leapcnt);
379 sp->timecnt = (int) detzcode(u.tzhead.tzh_timecnt);
380 sp->typecnt = (int) detzcode(u.tzhead.tzh_typecnt);
381 sp->charcnt = (int) detzcode(u.tzhead.tzh_charcnt);
382 p = u.tzhead.tzh_charcnt + sizeof u.tzhead.tzh_charcnt;
    [all...]
  /bionic/libc/tzcode/
tzfile.h 40 struct tzhead { struct
79 ** of tzhead and a second instance of the data in which each coded transition
localtime.c 350 struct tzhead tzhead; member in union:input_buffer
353 char buf[2 * sizeof(struct tzhead) + 2 * sizeof (struct state)
388 register int tzheadsize = sizeof (struct tzhead);
440 int_fast32_t ttisstdcnt = detzcode(up->tzhead.tzh_ttisstdcnt);
441 int_fast32_t ttisgmtcnt = detzcode(up->tzhead.tzh_ttisgmtcnt);
442 int_fast32_t leapcnt = detzcode(up->tzhead.tzh_leapcnt);
443 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt);
444 int_fast32_t typecnt = detzcode(up->tzhead.tzh_typecnt);
445 int_fast32_t charcnt = detzcode(up->tzhead.tzh_charcnt)
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tzfile.h 40 struct tzhead { struct
79 ** of tzhead and a second instance of the data in which each coded transition
localtime.c 333 struct tzhead tzhead; member in union:__anon21834
334 char buf[2 * sizeof(struct tzhead) +
394 ttisstdcnt = (int) detzcode(up->tzhead.tzh_ttisstdcnt);
395 ttisgmtcnt = (int) detzcode(up->tzhead.tzh_ttisgmtcnt);
396 sp->leapcnt = (int) detzcode(up->tzhead.tzh_leapcnt);
397 sp->timecnt = (int) detzcode(up->tzhead.tzh_timecnt);
398 sp->typecnt = (int) detzcode(up->tzhead.tzh_typecnt);
399 sp->charcnt = (int) detzcode(up->tzhead.tzh_charcnt);
400 p = up->tzhead.tzh_charcnt + sizeof up->tzhead.tzh_charcnt
    [all...]
zic.c     [all...]

Completed in 321 milliseconds