Home
last modified time | relevance | path

Searched refs:firsttx (Results 1 – 22 of 22) sorted by relevance

/dports/games/ecwolf/ecwolf-1.3.3-src/src/textures/
H A Dtexturemanager.cpp504 int firsttx = Wads.GetFirstLump(wadnum); in AddGroup() local
515 for (; firsttx <= lasttx; ++firsttx) in AddGroup()
519 Wads.GetLumpName (name, firsttx); in AddGroup()
523 CreateTexture (firsttx, usetype); in AddGroup()
531 CreateTexture (firsttx, usetype); in AddGroup()
546 int firsttx = Wads.GetFirstLump(wadnum); in AddHiresTextures() local
552 if (firsttx == -1 || lasttx == -1) in AddHiresTextures()
559 for (;firsttx <= lasttx; ++firsttx) in AddHiresTextures()
563 Wads.GetLumpName (name, firsttx); in AddHiresTextures()
864 int firsttx = Wads.GetFirstLump(wadnum); in AddTexturesForWad() local
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/textures/
H A Dtexturemanager.cpp489 int firsttx = Wads.GetFirstLump(wadnum); in AddGroup() local
498 for (; firsttx <= lasttx; ++firsttx) in AddGroup()
502 Wads.GetLumpName (Name, firsttx); in AddGroup()
506 CreateTexture (firsttx, usetype); in AddGroup()
514 CreateTexture (firsttx, usetype); in AddGroup()
529 int firsttx = Wads.GetFirstLump(wadnum); in AddHiresTextures() local
535 if (firsttx == -1 || lasttx == -1) in AddHiresTextures()
540 for (;firsttx <= lasttx; ++firsttx) in AddHiresTextures()
544 Wads.GetLumpName (Name, firsttx); in AddHiresTextures()
831 int firsttx = Wads.GetFirstLump(wadnum); in AddTexturesForWad() local
[all …]
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dmod_skeletal_animatevertices_sse.c110 firsttx = firstpose7s[0], firstty = firstpose7s[1], firsttz = firstpose7s[2], in Mod_Skeletal_AnimateVertices_SSE() local
115 dx = firsttx*rw + firstty*rz - firsttz*ry, in Mod_Skeletal_AnimateVertices_SSE()
116 dy = -firsttx*rz + firstty*rw + firsttz*rx, in Mod_Skeletal_AnimateVertices_SSE()
117 dz = firsttx*ry - firstty*rx + firsttz*rw, in Mod_Skeletal_AnimateVertices_SSE()
118 dw = -firsttx*rx - firstty*ry - firsttz*rz, in Mod_Skeletal_AnimateVertices_SSE()
H A Dmodel_alias.c99 firsttx = firstpose7s[0], firstty = firstpose7s[1], firsttz = firstpose7s[2], in Mod_Skeletal_BuildTransforms() local
104 dx = firsttx*rw + firstty*rz - firsttz*ry, in Mod_Skeletal_BuildTransforms()
105 dy = -firsttx*rz + firstty*rw + firsttz*rx, in Mod_Skeletal_BuildTransforms()
106 dz = firsttx*ry - firstty*rx + firsttz*rw, in Mod_Skeletal_BuildTransforms()
107 dw = -firsttx*rx - firstty*ry - firsttz*rz, in Mod_Skeletal_BuildTransforms()
/dports/games/darkplaces/darkplaces/
H A Dmod_skeletal_animatevertices_sse.c110 firsttx = firstpose7s[0], firstty = firstpose7s[1], firsttz = firstpose7s[2], in Mod_Skeletal_AnimateVertices_SSE() local
115 dx = firsttx*rw + firstty*rz - firsttz*ry, in Mod_Skeletal_AnimateVertices_SSE()
116 dy = -firsttx*rz + firstty*rw + firsttz*rx, in Mod_Skeletal_AnimateVertices_SSE()
117 dz = firsttx*ry - firstty*rx + firsttz*rw, in Mod_Skeletal_AnimateVertices_SSE()
118 dw = -firsttx*rx - firstty*ry - firsttz*rz, in Mod_Skeletal_AnimateVertices_SSE()
H A Dmodel_alias.c99 firsttx = firstpose7s[0], firstty = firstpose7s[1], firsttz = firstpose7s[2], in Mod_Skeletal_BuildTransforms() local
104 dx = firsttx*rw + firstty*rz - firsttz*ry, in Mod_Skeletal_BuildTransforms()
105 dy = -firsttx*rz + firstty*rw + firsttz*rx, in Mod_Skeletal_BuildTransforms()
106 dz = firsttx*ry - firstty*rx + firsttz*rw, in Mod_Skeletal_BuildTransforms()
107 dw = -firsttx*rx - firstty*ry - firsttz*rz, in Mod_Skeletal_BuildTransforms()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dsmc83c170.c363 int error, firsttx, nexttx, opending, seg; in epic_start() local
371 firsttx = EPIC_NEXTTX(sc->sc_txlast); in epic_start()
479 if (nexttx == firsttx) in epic_start()
509 sc->sc_txdirty = firsttx; in epic_start()
523 EPIC_CDTX(sc, firsttx)->et_txstatus |= ET_TXSTAT_OWNER; in epic_start()
524 EPIC_CDTXSYNC(sc, firsttx, in epic_start()
H A Datw.c3460 int ctl, error, firsttx, nexttx, lasttx, first, ofree, seg; in atw_start() local
3473 firsttx = lasttx = sc->sc_txnext; in atw_start()
3476 device_xname(sc->sc_dev), ofree, firsttx)); in atw_start()
3754 ((nexttx == firsttx) ? 0 : htole32(ATW_TXCTL_OWN)); in atw_start()
3813 device_xname(sc->sc_dev), lasttx, firsttx)); in atw_start()
3826 sc->sc_txdescs[firsttx].at_ctl |= htole32(ATW_TXCTL_OWN); in atw_start()
3827 ATW_CDTXSYNC(sc, firsttx, 1, in atw_start()
H A Dgem.c1364 int error, firsttx, nexttx = -1, lasttx = -1, ofree, seg; in gem_start() local
1488 firsttx = sc->sc_txnext; in gem_start()
1489 for (nexttx = firsttx, seg = 0; in gem_start()
1502 if (nexttx == firsttx) { in gem_start()
H A Dtulip.c673 int error, firsttx, nexttx, lasttx = 1, ofree, seg; in tlp_start() local
699 firsttx = sc->sc_txnext; in tlp_start()
702 device_xname(sc->sc_dev), ofree, firsttx)); in tlp_start()
813 (nexttx == firsttx) ? 0 : htole32(TDSTAT_OWN); in tlp_start()
886 device_xname(sc->sc_dev), lasttx, firsttx)); in tlp_start()
912 sc->sc_txdescs[firsttx].td_status |= htole32(TDSTAT_OWN); in tlp_start()
913 TULIP_CDTXSYNC(sc, firsttx, 1, in tlp_start()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_vr.c1008 int error, firsttx, nexttx, opending; in vr_start() local
1020 firsttx = VR_NEXTTX(sc->vr_txlast); in vr_start()
1123 if (nexttx == firsttx) in vr_start()
1147 sc->vr_txdirty = firsttx; in vr_start()
1161 VR_CDTX(sc, firsttx)->vr_status = htole32(VR_TXSTAT_OWN); in vr_start()
1162 VR_CDTXSYNC(sc, firsttx, in vr_start()
H A Dif_stge.c788 int error, firsttx, nexttx, opending, seg, totlen; in stge_start() local
799 firsttx = STGE_NEXTTX(sc->sc_txlast); in stge_start()
985 sc->sc_txdirty = firsttx; in stge_start()
H A Dif_sip.c1449 int firsttx = sc->sc_txnext; in sipcom_start()
1675 SIP_CDTXADDR(sc, firsttx)); in sipcom_start()
/dports/shells/ksh93/ast-93u/src/lib/libpp/
H A Dppop.c1185 if (xp = pp.firsttx) in ppop()
1234 pp.firsttx = pp.lasttx = newof(0, struct oplist, 1, 0); in ppop()
H A Dpplib.h272 struct oplist* firsttx; /* first text file */ \
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libpp/
H A Dppop.c1185 if (xp = pp.firsttx) in ppop()
1234 pp.firsttx = pp.lasttx = newof(0, struct oplist, 1, 0); in ppop()
H A Dpplib.h272 struct oplist* firsttx; /* first text file */ \
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libpp/
H A Dppop.c1194 if (xp = pp.firsttx) in ppop()
1243 pp.firsttx = pp.lasttx = newof(0, struct oplist, 1, 0); in ppop()
H A Dpplib.h273 struct oplist* firsttx; /* first text file */ \
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/INIT/
H A Dproto.c385 …lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* l… member
437 …lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* l… member
/dports/shells/ksh93/ast-93u/src/cmd/INIT/
H A Dproto.c385 …lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* l… member
437 …lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* l… member
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/INIT/
H A Dproto.c385 …lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* l… member
437 …lastindex; struct oplist* firstop; struct oplist* lastop; struct oplist* firsttx; struct oplist* l… member