Lines Matching defs:SHORT
80 #define SHORT 0x0004 /* h: short */
180 static const short basefix[17] =
249 if (flags & SHORT) {
250 flags &= ~SHORT;
253 flags |= SHORT;
335 else if (flags & SHORT)
336 *va_arg(ap, short *) = (short)nread;
795 else if (flags & SHORT)
796 *va_arg(ap, short *) = (short)res;
980 * match; thus, we can't short-circuit "infinity" or "nan(...)".