HomeSort by: relevance | last modified time | path
    Searched defs:ftyp (Results 1 - 10 of 10) sorted by relevancy

  /src/games/hack/
hack.vault.c 104 xchar fx, fy, ftyp; member in struct:fakecorridor
137 crm->typ = egd->fakecorr[fcbeg].ftyp;
260 egd->fakecorr[0].ftyp = levl[x][y].typ;
360 fcp->ftyp = typ;
hack.vault.c 104 xchar fx, fy, ftyp; member in struct:fakecorridor
137 crm->typ = egd->fakecorr[fcbeg].ftyp;
260 egd->fakecorr[0].ftyp = levl[x][y].typ;
360 fcp->ftyp = typ;
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_warc.c 222 warc_type_t ftyp; local
301 ftyp = _warc_rdtyp(buf, eoh - buf);
307 switch (ftyp) {
364 switch (ftyp) {
archive_read_support_format_warc.c 222 warc_type_t ftyp; local
301 ftyp = _warc_rdtyp(buf, eoh - buf);
307 switch (ftyp) {
364 switch (ftyp) {
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cxxcode.c 444 int ftyp = flags & SMASK; local
472 if ((sp->sflags & SMASK) == ftyp)
477 sp = getsymtab(s, ftyp);
480 if (cppdebug)printf("cxxlookup: adding %s %s %s at %s\n", symclass[ftyp], s, sp->soname, nscur ? nscur->sname : "base");
493 return getsymtab(n, ftyp);
496 sp = getsymtab(n, ftyp);
cxxcode.c 444 int ftyp = flags & SMASK; local
472 if ((sp->sflags & SMASK) == ftyp)
477 sp = getsymtab(s, ftyp);
480 if (cppdebug)printf("cxxlookup: adding %s %s %s at %s\n", symclass[ftyp], s, sp->soname, nscur ? nscur->sname : "base");
493 return getsymtab(n, ftyp);
496 sp = getsymtab(n, ftyp);
trees.c 1165 TWORD ftyp = s->stype; local
1166 int fal = talign(ftyp, ap);
1169 p = block(FLD, p, NIL, ftyp, 0, ap);
trees.c 1165 TWORD ftyp = s->stype; local
1166 int fal = talign(ftyp, ap);
1169 p = block(FLD, p, NIL, ftyp, 0, ap);
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c 1242 TWORD ftyp = s->stype; local
1243 int fal = talign(ftyp, ap);
1247 p = block(FLD, p, NULL, ftyp, 0, ap);
1252 ftyp = INT;
1253 else if (fsz > SZINT && fsz < SZLONG && ftyp < LONG)
1254 ftyp = LONG;
1255 else if (fsz > SZLONG && fsz < SZLONGLONG && ftyp < LONGLONG)
1256 ftyp = LONGLONG;
1257 if (ftyp != p->n_type)
1258 p = makety(p, ftyp, 0, 0, 0)
    [all...]
trees.c 1242 TWORD ftyp = s->stype; local
1243 int fal = talign(ftyp, ap);
1247 p = block(FLD, p, NULL, ftyp, 0, ap);
1252 ftyp = INT;
1253 else if (fsz > SZINT && fsz < SZLONG && ftyp < LONG)
1254 ftyp = LONG;
1255 else if (fsz > SZLONG && fsz < SZLONGLONG && ftyp < LONGLONG)
1256 ftyp = LONGLONG;
1257 if (ftyp != p->n_type)
1258 p = makety(p, ftyp, 0, 0, 0)
    [all...]

Completed in 50 milliseconds