Home
last modified time | relevance | path

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

/time/
A Ddifftime.c27 #define TYPE_SIGNED(type) ((type) -1 < 0) macro
35 if (! TYPE_SIGNED (__time64_t)) in subtract()
A Dtst-mktime2.c13 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
20 ((t) (! TYPE_SIGNED (t) \
24 ((t) (! TYPE_SIGNED (t) \
A Dmktime.c150 = ((TYPE_SIGNED (__time64_t)
A Dstrftime_l.c139 #define TYPE_SIGNED(t) ((t) -1 < 0) macro
147 ((sizeof (t) * CHAR_BIT - TYPE_SIGNED (t)) * 302 / 1000 + 1 + TYPE_SIGNED (t))

Completed in 7 milliseconds