Home
last modified time | relevance | path

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

/time/
A Ddifftime.c25 #define TYPE_BITS(type) (sizeof (type) * CHAR_BIT)
A Dtst-mktime2.c26 : ((((t) 1 << (sizeof (t) * CHAR_BIT - 2)) - 1) * 2 + 1)))
A Dstrftime_l.c131 #ifndef CHAR_BIT
132 # define CHAR_BIT 8 macro
147 ((sizeof (t) * CHAR_BIT - TYPE_SIGNED (t)) * 302 / 1000 + 1 + TYPE_SIGNED (t))
A Dtzfile.c78 int result = *p & (1 << (CHAR_BIT - 1)) ? ~0 : 0; in decode()

Completed in 8 milliseconds