Home
last modified time | relevance | path

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

/external/syslinux/com32/modules/
Dcptime.c91 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) 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
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h325 #define TYPE_SIGNED(type) (((type) -1) < 0) macro