Searched defs:IS_SIGNED (Results 1 – 3 of 3) sorted by relevance
27 IS_SIGNED = "is_signed" variable
154 #define IS_SIGNED (1 << 2) // when the unmarshaled type is a signed value macro
111 #define IS_SIGNED(TYPE) (((TYPE)-1) < (TYPE)0) in test_sizeof_c_types() macro