Home
last modified time | relevance | path

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

/components/libc/compilers/common/
A Dctime.c56 static const short __spm[13] = variable
194 for (i = 11; i && (__spm[i] > work); --i); in gmtime_r()
197 r->tm_mday += work - __spm[i]; in gmtime_r()
415 while (t->tm_mday > __spm[1 + t->tm_mon]) in timegm()
421 t->tm_mday -= __spm[t->tm_mon]; in timegm()
453 day += t->tm_yday = __spm[t->tm_mon] + t->tm_mday - 1 + in timegm()

Completed in 4 milliseconds