HomeSort by: relevance | last modified time | path
    Searched refs:MAX_SHORT (Results 1 - 21 of 21) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/arch/nova/
macdefs.h 74 #define MAX_SHORT 32767
77 #define MAX_INT MAX_SHORT
  /src/external/bsd/pcc/dist/pcc/arch/m68k/
order.c 41 if (off > MAX_SHORT || off < MIN_SHORT)
macdefs.h 67 #define MAX_SHORT 32767
  /src/external/bsd/pcc/dist/pcc/arch/m16c/
macdefs.h 80 #define MAX_SHORT 32767
  /src/external/bsd/pcc/dist/pcc/arch/pdp11/
macdefs.h 79 #define MAX_SHORT 32767
  /src/external/bsd/pcc/dist/pcc/arch/vax/
macdefs.h 72 #define MAX_SHORT 32767
  /src/external/bsd/pcc/dist/pcc/arch/i86/
macdefs.h 80 #define MAX_SHORT 32767
83 #define MAX_INT MAX_SHORT
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
macdefs.h 81 #define MAX_SHORT 32767
  /src/external/bsd/pcc/dist/pcc/arch/arm/
macdefs.h 76 #define MAX_SHORT 32767
  /src/external/bsd/pcc/dist/pcc/arch/mips/
macdefs.h 90 #define MAX_SHORT 32767
  /src/external/bsd/pcc/dist/pcc/arch/pdp10/
macdefs.h 82 #define MAX_SHORT 131071
  /src/external/bsd/pcc/dist/pcc/arch/powerpc/
macdefs.h 88 #define MAX_SHORT 32767
  /src/external/bsd/pcc/dist/pcc/arch/sparc64/
macdefs.h 80 #define MAX_SHORT 32767
  /src/external/bsd/flex/dist/src/
flexdef.h 314 #define MAX_SHORT 32700
  /src/external/bsd/pcc/dist/pcc/arch/hppa/
macdefs.h 77 #define MAX_SHORT 32767
  /src/external/bsd/pcc/dist/pcc/arch/i386/
macdefs.h 88 #define MAX_SHORT 32767
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
stabs.c 111 ptype("short", ADDTYPE(SHORT)->num, INTNUM, MIN_SHORT, MAX_SHORT);
pftn.c 832 else if (enumhigh <= MAX_SHORT && enumlow >= MIN_SHORT)
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
stabs.c 111 ptype("short", ADDTYPE(SHORT)->num, INTNUM, MIN_SHORT, MAX_SHORT);
pftn.c 799 else if (enumhigh <= MAX_SHORT && enumlow >= MIN_SHORT)
  /src/external/bsd/pcc/dist/pcc/cc/cc/
cc.c 1650 "-D__SHRT_MAX__=" MKS(MAX_SHORT),

Completed in 98 milliseconds