Home
last modified time | relevance | path

Searched defs:TYPE_SIGNED (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/tools/tzcode/
Dprivate.h201 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
/external/bison/lib/
Dstrtol.c133 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
Dintprops.h52 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro