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

  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_post.c 1742 u32 data, pass, timecnt; local in function:ddr_phy_init_2500
1747 for (timecnt = 0; timecnt < TIMEOUT; timecnt++) {
1752 if (timecnt != TIMEOUT) {
  /src/lib/libc/time/
localtime.c 252 int timecnt; member in struct:state
525 for (i = sp->timecnt - 1; stddst_mask && 0 <= i; i--)
696 int_fast32_t timecnt = detzcode(up->tzhead.tzh_timecnt); local in function:tzloadbody
705 && 0 <= timecnt && timecnt < TZ_MAX_TIMES
711 = (timecnt * stored /* ats */
712 + timecnt /* types */
728 sp->timecnt = (int)timecnt;
735 timecnt = 0
1326 register int timecnt; local in function:tzparse
    [all...]
zic.c 236 static ptrdiff_t timecnt; variable in typeref:typename:ptrdiff_t
2432 as this is a bit faster. Do not malloc(0) if !timecnt,
2434 zic_t *ats = xmalloc(align_to(size_product(timecnt + !timecnt,
2437 void *typesptr = ats + timecnt;
2444 if (timecnt > 1)
2445 qsort(attypes, (size_t) timecnt, sizeof *attypes, atcomp);
2454 for ( ; fromi < timecnt; ++fromi) {
2475 timecnt = toi;
2478 if (noise && timecnt > 1200)
    [all...]

Completed in 41 milliseconds