Searched refs:VT_SIGNED (Results 1 – 1 of 1) sorted by relevance
2546 #define VT_SIGNED 0x2000 /* signed type */ macro12399 t |= VT_SIGNED; in parse_btype()12461 if ((t & (VT_SIGNED|VT_UNSIGNED)) == (VT_SIGNED|VT_UNSIGNED)) in parse_btype()12464 if ((t & (VT_SIGNED|VT_UNSIGNED|VT_BTYPE)) == VT_BYTE) in parse_btype()12467 t &= ~VT_SIGNED; in parse_btype()