Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c1014 int isofm, days; in __XL_NPP() local
1213 isofm = (((x[1] - x[0]) + 11) % 7) - 3; /* [-3,3] */ in __XL_NPP()
1215 if (x[1] < isofm) { /* belongs to previous year */ in __XL_NPP()
1221 field_val = ((x[1] - isofm) / 7) + 1; /* week # */ in __XL_NPP()
1223 isofm = ((isofm + 7*53 + 3 - days)) % 7 + days - 3; /* next year */ in __XL_NPP()
1224 if (x[1] >= isofm) { /* next year */ in __XL_NPP()

Completed in 5 milliseconds