Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zic/
H A Dprivate.h75 #ifndef TYPE_SIGNED
76 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
H A Dzic.c683 if (TYPE_SIGNED(zic_t)) { in setboundaries()
1189 if (dayoff < 0 && !TYPE_SIGNED(zic_t)) {
2221 if (dayoff < 0 && !TYPE_SIGNED(zic_t))