HomeSort by: relevance | last modified time | path
    Searched refs:timecnt (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/time/
localtime.c 576 int timecnt; member in struct:state
855 for (i = sp->timecnt - 1; stddst_mask && 0 <= i; i--)
1150 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); local
1159 && 0 <= timecnt && timecnt < TZ_MAX_TIMES
1165 = (timecnt * stored /* ats */
1166 + timecnt /* types */
1182 sp->timecnt = (int)timecnt;
1189 timecnt = 0
1783 register int timecnt; local
    [all...]
zic.c 337 static ptrdiff_t timecnt; variable
2679 as this is a bit faster. Do not malloc(0) if !timecnt,
2681 zic_t *ats = xmalloc(align_to(size_product(timecnt + !timecnt,
2684 void *typesptr = ats + timecnt;
2691 if (timecnt > 1)
2692 qsort(attypes, (size_t) timecnt, sizeof *attypes, atcomp);
2701 for ( ; fromi < timecnt; ++fromi) {
2722 timecnt = toi;
2725 if (noise && timecnt > 1200)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_post.c 1742 u32 data, pass, timecnt; local
1747 for (timecnt = 0; timecnt < TIMEOUT; timecnt++) {
1752 if (timecnt != TIMEOUT) {

Completed in 21 milliseconds