Home
last modified time | relevance | path

Searched refs:j (Results 1 – 4 of 4) sorted by relevance

/time/
A Dtst-strftime2.c90 int i, j, k, yr; in mkreftable() local
113 for (j = 0; j < array_length (formats); j++) in mkreftable()
139 sprintf (ref[i][j][k], "%s\u5143%s", era, sfx); in mkreftable()
140 else if (j == 0) in mkreftable()
142 else if (j == 1) in mkreftable()
144 else if (j == 2) in mkreftable()
154 int i, j, k, result = 0; in do_test() local
168 for (j = 0; j < array_length (formats); j++) in do_test()
177 e = strlen (ref[i][j][k]); in do_test()
179 if (strcmp (buf, ref[i][j][k]) != 0) in do_test()
[all …]
A Dtst-mktime2.c116 bigtime_test (int j) in bigtime_test() argument
120 tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec = j; in bigtime_test()
144 unsigned int j; in do_test() local
160 for (j = 1; j <= INT_MAX; j *= 2) in do_test()
161 bigtime_test (j); in do_test()
162 bigtime_test (j - 1); in do_test()
A Dtst-cpuclock1.c38 for (size_t j = 0; j < sizeof buf; ++j) in chew_cpu() local
39 buf[j] = 0xaa; in chew_cpu()
42 for (size_t j = 0; j < sizeof buf; ++j) in chew_cpu() local
43 buf[j] = 0xbb; in chew_cpu()
A Dtzfile.c609 size_t j = i; in __tzfile_compute() local
610 while (j < num_types) in __tzfile_compute()
611 if (types[j].isdst) in __tzfile_compute()
613 __tzname[1] = __tzstring (&zone_names[types[j].idx]); in __tzfile_compute()
617 ++j; in __tzfile_compute()
709 size_t j = i; in __tzfile_compute() local
710 while (j < num_transitions) in __tzfile_compute()
712 int type = type_idxs[j]; in __tzfile_compute()
724 ++j; in __tzfile_compute()

Completed in 9 milliseconds