Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dintprops.h38 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
45 ((t) (! TYPE_SIGNED (t) \
51 ((t) (! TYPE_SIGNED (t) \
62 # define signed_type_or_expr__(t) TYPE_SIGNED (__typeof__ (t))