Searched refs:BSD_MIN_BITS (Results 1 – 5 of 5) sorted by relevance
217 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))218 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {220 BSD_MIN_BITS, BSD_MAX_BITS);543 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);655 if (res < 0 || go->bsd_bits <= BSD_MIN_BITS) {1039 nb > ao->bsd_bits || nb < BSD_MIN_BITS) {1045 else if (nb < BSD_MIN_BITS)1046 nb = BSD_MIN_BITS;1064 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {
123 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
127 #define BSD_INIT_BITS BSD_MIN_BITS
150 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
143 #define BSD_INIT_BITS BSD_MIN_BITS