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

  /src/external/bsd/pcc/dist/pcc/f77/fcom/
ftypes.h 48 #define TYSHORT 2
77 #define TYINT TYSHORT
intr.c 213 { TYREAL,TYSHORT,1,"h_nint" },
216 { TYDREAL,TYSHORT,1,"h_dnnt" },
220 { TYSHORT,TYSHORT,1,"h_abs" },
226 { TYSHORT,TYSHORT,2,"h_mod" },
232 { TYSHORT,TYSHORT,2,"h_sign" },
237 { TYSHORT,TYSHORT,2,"h_dim" }
    [all...]
put.c 175 case TYSHORT:
240 case TYSHORT:
defines.h 241 #define MSKINT M(TYSHORT)|M(TYLONG)
expr.c 85 p->vtype = TYSHORT;
644 if(q->vtype == TYSHORT)
1772 case TYSHORT:
1783 case TYSHORT:
1816 case TYSHORT:
1847 case TYSHORT:
1906 case TYSHORT:
1923 case TYSHORT:
1940 case TYSHORT:
1961 case TYSHORT
    [all...]
main.c 134 tyint = TYSHORT;
data.c 285 case TYSHORT:
proc.c 277 case TYSHORT:
756 case TYSHORT:
774 return(TYSHORT);
putscj.c 326 case TYSHORT:
580 (t==TYSHORT ? SHORT : (t==TYLONG ? LONG : LDOUBLE)));
1422 case TYSHORT:
  /src/external/bsd/pcc/dist/pcc/arch/i386/
flocal.c 103 fprintf(fp, "\t%s\t%ld\n", (type==TYSHORT ? ".word" : ".long"), n);
macdefs.h 121 #define MSKIREG (M(TYSHORT)|M(TYLONG))
  /src/external/bsd/pcc/dist/pcc/arch/i86/
flocal.c 103 fprintf(fp, "\t%s\t%ld\n", (type==TYSHORT ? ".word" : ".long"), n);
macdefs.h 108 #define MSKIREG (M(TYSHORT)|M(TYLONG))
  /src/external/bsd/pcc/dist/pcc/arch/pdp11/
macdefs.h 106 #define MSKIREG (M(TYSHORT)|M(TYLONG))
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
macdefs.h 109 #define MSKIREG (M(TYSHORT)|M(TYLONG))
  /src/external/bsd/pcc/dist/pcc/arch/m68k/
macdefs.h 95 #define MSKIREG (M(TYSHORT)|M(TYLONG))

Completed in 43 milliseconds