Home
last modified time | relevance | path

Searched refs:fvt (Results 1 – 25 of 149) sorted by relevance

123456

/dports/games/ldmud/ldmud-3.3.720/src/
H A Dexec.h304 do{ vartype_t *fvt = v; \
305 if (fvt->t_struct) (void)ref_struct_type(fvt->t_struct);\
309 do{ fulltype_t *fvt = v; \
310 if (fvt->t_struct) (void)ref_struct_type(fvt->t_struct);\
322 do{ vartype_t *fvt = v; \
344 do{ vartype_t *fvt = v; \
345 if (fvt->t_struct) clear_struct_type_ref(fvt->t_struct);\
350 if (fvt->t_struct) clear_struct_type_ref(fvt->t_struct);\
362 do{ vartype_t *fvt = v; \
363 if (fvt->t_struct) count_struct_type_ref(fvt->t_struct);\
[all …]
/dports/math/piranha/piranha-0.11/tests/
H A Darray_key.cpp587 struct fvt { struct
588 fvt() = default;
589 fvt(int);
590 fvt(const fvt &) = default;
591 fvt(fvt &&) noexcept;
592 fvt &operator=(const fvt &) = default;
593 fvt &operator=(fvt &&) noexcept;
594 bool operator<(const fvt &) const;
595 bool operator==(const fvt &) const;
634 struct hash<fvt> {
[all …]
/dports/math/py-piranha/piranha-0.11/tests/
H A Darray_key.cpp587 struct fvt { struct
588 fvt() = default;
589 fvt(int);
590 fvt(const fvt &) = default;
591 fvt(fvt &&) noexcept;
592 fvt &operator=(const fvt &) = default;
593 fvt &operator=(fvt &&) noexcept;
594 bool operator<(const fvt &) const;
595 bool operator==(const fvt &) const;
634 struct hash<fvt> {
[all …]
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/PEngine/
H A Dmodel.cpp450 int fvt[3]; in loadASE() local
456 … if (sscanf(buff2," *MESH_FACE %u: A: %i B: %i C: %i",&fnum,&fvt[0],&fvt[1],&fvt[2]) == 4) { in loadASE()
458 curmesh->face[fnum].vt[0] = fvt[0]; in loadASE()
459 curmesh->face[fnum].vt[1] = fvt[1]; in loadASE()
460 curmesh->face[fnum].vt[2] = fvt[2]; in loadASE()
466 int fvt[3]; in loadASE() local
472 … if (sscanf(buff2," *MESH_TFACE %u %i %i %i",&fnum,&fvt[0],&fvt[1],&fvt[2]) == 4) { in loadASE()
474 curmesh->face[fnum].tc[0] = fvt[0]; in loadASE()
475 curmesh->face[fnum].tc[1] = fvt[1]; in loadASE()
476 curmesh->face[fnum].tc[2] = fvt[2]; in loadASE()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/hbr/
H A DfvarEdit.h94 HbrFVarData<T> &fvt = face->GetVertex(vertexid)->GetFVarData(face); in ApplyEditToFace() local
95 if (fvt.GetFaceID() != face->GetID()) { in ApplyEditToFace()
98 newfvt.SetAllData(face->GetMesh()->GetTotalFVarWidth(), fvt.GetData(0)); in ApplyEditToFace()
101 fvt.ApplyFVarEdit(*const_cast<const HbrFVarEdit<T>*>(this)); in ApplyEditToFace()
H A Dvertex.h892 HbrFVarData<T> *fvt = (HbrFVarData<T> *)((char *) morefvar + sizeof(int)); in GetFVarData() local
894 if (fvt->GetFaceID() == face->GetID()) { in GetFVarData()
895 return *fvt; in GetFVarData()
897 fvt = (HbrFVarData<T>*)((char*) fvt + fvtsize); in GetFVarData()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgtransferfunction/
H A Dosgtransferfunction.cpp495 FindVolumeTiles fvt; in main() local
496 model->accept(fvt); in main()
498 if (!fvt._tiles.empty()) in main()
500 osgVolume::VolumeTile* tile = fvt._tiles[0].get(); in main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/macintosh/
H A Dwindfarm_pm91.c147 struct smu_sdbp_fvt *fvt; in wf_smu_create_cpu_fans() local
164 fvt = (struct smu_sdbp_fvt *)&hdr[1]; in wf_smu_create_cpu_fans()
165 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
H A Dwindfarm_pm81.c398 struct smu_sdbp_fvt *fvt; in wf_smu_create_cpu_fans() local
415 fvt = (struct smu_sdbp_fvt *)&hdr[1]; in wf_smu_create_cpu_fans()
416 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
H A Dwindfarm_pm121.c645 struct smu_sdbp_fvt *fvt; in pm121_create_cpu_fans() local
664 fvt = (struct smu_sdbp_fvt *)&hdr[1]; in pm121_create_cpu_fans()
665 tmax = ((s32)fvt->maxtemp) << 16; in pm121_create_cpu_fans()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/macintosh/
H A Dwindfarm_pm91.c147 struct smu_sdbp_fvt *fvt; in wf_smu_create_cpu_fans() local
164 fvt = (struct smu_sdbp_fvt *)&hdr[1]; in wf_smu_create_cpu_fans()
165 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
H A Dwindfarm_pm81.c398 struct smu_sdbp_fvt *fvt; in wf_smu_create_cpu_fans() local
415 fvt = (struct smu_sdbp_fvt *)&hdr[1]; in wf_smu_create_cpu_fans()
416 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
H A Dwindfarm_pm121.c645 struct smu_sdbp_fvt *fvt; in pm121_create_cpu_fans() local
664 fvt = (struct smu_sdbp_fvt *)&hdr[1]; in pm121_create_cpu_fans()
665 tmax = ((s32)fvt->maxtemp) << 16; in pm121_create_cpu_fans()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/macintosh/
H A Dwindfarm_pm91.c147 struct smu_sdbp_fvt *fvt; in wf_smu_create_cpu_fans() local
164 fvt = (struct smu_sdbp_fvt *)&hdr[1]; in wf_smu_create_cpu_fans()
165 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
H A Dwindfarm_pm81.c398 struct smu_sdbp_fvt *fvt; in wf_smu_create_cpu_fans() local
415 fvt = (struct smu_sdbp_fvt *)&hdr[1]; in wf_smu_create_cpu_fans()
416 tmax = ((s32)fvt->maxtemp) << 16; in wf_smu_create_cpu_fans()
H A Dwindfarm_pm121.c645 struct smu_sdbp_fvt *fvt; in pm121_create_cpu_fans() local
664 fvt = (struct smu_sdbp_fvt *)&hdr[1]; in pm121_create_cpu_fans()
665 tmax = ((s32)fvt->maxtemp) << 16; in pm121_create_cpu_fans()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgtransferfunction/
H A Dosgtransferfunction.cpp545 FindVolumeTiles fvt; in main() local
546 model->accept(fvt); in main()
548 if (!fvt._tiles.empty()) in main()
550 osgVolume::VolumeTile* tile = fvt._tiles[0].get(); in main()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/regression/common/
H A Dhbr_utils.h565 OpenSubdiv::HbrFVarData<T> & fvt = e->GetOrgVertex()->GetFVarData(f); in createFaceVaryingUV() local
569 if (! fvt.IsInitialized()) { in createFaceVaryingUV()
570 fvt.SetAllData(2, fvdata); in createFaceVaryingUV()
571 } else if (! fvt.CompareAll(2, fvdata)) { in createFaceVaryingUV()
/dports/databases/tile38/tile38-1.12.0/controller/
H A Dcrud.go19 type fvt struct { struct
24 type byField []fvt
36 func orderFields(fmap map[string]int, fields []float64) []fvt {
37 var fv fvt
38 fvs := make([]fvt, 0, len(fmap))
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_ParseCommands.c1567 float *fvt; in SUMA_RegisterEngineListCommand() local
1569 fvt = (float*)FldValp; in SUMA_RegisterEngineListCommand()
1582 float *fvt; in SUMA_RegisterEngineListCommand() local
1584 fvt = (float*)FldValp; in SUMA_RegisterEngineListCommand()
1597 float *fvt; in SUMA_RegisterEngineListCommand() local
1599 fvt = (float*)FldValp; in SUMA_RegisterEngineListCommand()
1983 float *fvt; in SUMA_RegisterEngineData() local
1985 fvt = (float*)FldValp; in SUMA_RegisterEngineData()
1999 float *fvt; in SUMA_RegisterEngineData() local
2001 fvt = (float*)FldValp; in SUMA_RegisterEngineData()
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-flowint.c96 FlowVar *fvt; in DetectFlowintMatch() local
114 fvt = FlowVarGet(p->flow, tvar_idx); in DetectFlowintMatch()
116 if (fvt == NULL) in DetectFlowintMatch()
119 targetval = fvt->data.fv_int.value; in DetectFlowintMatch()
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/eclipse/paho.mqtt.golang/fvt/
H A DREADME.md64 Launch mosquitto from the fvt directory, specifiying mosquitto.cfg as config file
/dports/net/tunneller/tunneller-release-0.6/vendor/github.com/eclipse/paho.mqtt.golang/fvt/
H A DREADME.md64 Launch mosquitto from the fvt directory, specifiying mosquitto.cfg as config file
/dports/sysutils/hared/hared-hare-1.0-45-g8341d8a/vendor/github.com/eclipse/paho.mqtt.golang/fvt/
H A DREADME.md64 Launch mosquitto from the fvt directory, specifiying mosquitto.cfg as config file
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/documentation/
H A Dusing_osd_hbr.rst526 OpenSubdiv::HbrFVarData<Vertex> & fvt = e->GetOrgVertex()->GetFVarData(f);
530 if (not fvt.IsInitialized()) {
533 fvt.SetAllData(2, fvdata);
535 } else if (not fvt.CompareAll(2, fvdata)) {

123456