Searched refs:MIN_LONGWORD (Results 1 – 4 of 4) sorted by relevance
68 return A >= MAX_LONGWORD ? MIN_LONGWORD :-(longword)A-2;94 return A >= MAX_LONGWORD ? MIN_LONGWORD : -(longword)A - 1;
48 #define MIN_LONGWORD (-2147483647 - 1) macro105 >= MAX_LONGWORD ? MIN_LONGWORD : -(longword)utmp-2 ) \
80 case '-': return MIN_LONGWORD;142 : (w == MIN_LONGWORD ? "/--"
15 ; -- and ++ mean MIN_LONGWORD and MAX_LONGWORD.