HomeSort by relevance Sort by last modified time
    Searched refs:BSD_MIN_BITS (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppp-comp.h 176 #define BSD_MIN_BITS 9 /* smallest code size supported */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h 176 #define BSD_MIN_BITS 9 /* smallest code size supported */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h 176 #define BSD_MIN_BITS 9 /* smallest code size supported */
  /external/ppp/pppd/include/net/
ppp-comp.h 146 #define BSD_MIN_BITS 9 /* smallest code size supported */
  /external/ppp/pppd/
ccp.c 277 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
278 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
280 BSD_MIN_BITS, BSD_MAX_BITS);
631 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
761 if (go->bsd_bits < BSD_MIN_BITS) {
    [all...]

Completed in 31 milliseconds