Home
last modified time | relevance | path

Searched refs:newly_opened (Results 1 – 11 of 11) sorted by relevance

/dports/math/mfem/mfem-4.3/miniapps/common/
H A Dfem_extras.cpp63 bool newly_opened = false; in VisualizeMesh() local
72 newly_opened = true; in VisualizeMesh()
78 if (newly_opened) in VisualizeMesh()
89 connection_failed = !sock && !newly_opened; in VisualizeMesh()
100 bool newly_opened = false; in VisualizeField() local
109 newly_opened = true; in VisualizeField()
116 if (newly_opened) in VisualizeField()
127 connection_failed = !sock && !newly_opened; in VisualizeField()
H A Dpfem_extras.cpp274 bool newly_opened = false; in VisualizeMesh() local
285 newly_opened = true; in VisualizeMesh()
292 if (myid == 0 && newly_opened) in VisualizeMesh()
305 connection_failed = !sock && !newly_opened; in VisualizeMesh()
323 bool newly_opened = false; in VisualizeField() local
334 newly_opened = true; in VisualizeField()
342 if (myid == 0 && newly_opened) in VisualizeField()
355 connection_failed = !sock && !newly_opened; in VisualizeField()
/dports/math/mfem/mfem-4.3/miniapps/navier/
H A Dnavier_cht.cpp531 bool newly_opened = false; in VisualizeField() local
542 newly_opened = true; in VisualizeField()
550 if (myid == 0 && newly_opened) in VisualizeField()
565 connection_failed = !sock && !newly_opened; in VisualizeField()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/laghos/serial/
H A Dlaghos_solver_s.cpp32 bool newly_opened = false; in VisualizeField() local
41 newly_opened = true; in VisualizeField()
48 if (newly_opened) in VisualizeField()
58 connection_failed = !sock && !newly_opened; in VisualizeField()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/laghos/
H A Dlaghos_solver.cpp40 bool newly_opened = false; in VisualizeField() local
51 newly_opened = true; in VisualizeField()
59 if (myid == 0 && newly_opened) in VisualizeField()
71 connection_failed = !sock && !newly_opened; in VisualizeField()
/dports/biology/infernal/infernal-1.1.3/src/
H A Dcm_file.c209 cmfp->newly_opened = TRUE; /* well, it will be, real soon now */ in cm_file_OpenBuffer()
1572 if (cmfp->newly_opened) in read_asc_1p1_cm()
1575 cmfp->newly_opened = FALSE; in read_asc_1p1_cm()
2134 if (cmfp->newly_opened) in read_bin_1p1_cm()
2137 cmfp->newly_opened = FALSE; in read_bin_1p1_cm()
2342 if (cmfp->newly_opened) in read_asc_1p0_cm()
2345 cmfp->newly_opened = FALSE; in read_asc_1p0_cm()
2811 if (hfp->newly_opened) in read_asc30hmm()
2814 hfp->newly_opened = FALSE; in read_asc30hmm()
3146 if (hfp->newly_opened) in read_bin30hmm()
[all …]
H A Dinfernal.h2021 int newly_opened; /* TRUE if we just opened the stream (and parsed magic) */ member
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dp7_hmmfile.c224 hfp->newly_opened = TRUE; /* well, it will be, real soon now */ in p7_hmmfile_OpenBuffer()
294 hfp->newly_opened = TRUE; /* well, it will be, real soon now */ in open_engine()
1220 hfp->newly_opened = FALSE; /* because we're poised on the magic number, and must read it */ in p7_hmmfile_PositionByKey()
1243 hfp->newly_opened = FALSE; /* because we're poised on the magic number, and must read it */ in p7_hmmfile_Position()
1310 if (hfp->newly_opened) in read_asc30hmm()
1313 hfp->newly_opened = FALSE; in read_asc30hmm()
1645 if (hfp->newly_opened) in read_bin30hmm()
1648 hfp->newly_opened = FALSE; in read_bin30hmm()
1770 if (hfp->newly_opened) in read_asc20hmm()
1773 hfp->newly_opened = FALSE; in read_asc20hmm()
H A Dhmmer.h418 int newly_opened; /* TRUE if we just opened the stream (and parsed magic) */ member
/dports/biology/hmmer/hmmer-3.3/src/
H A Dp7_hmmfile.c224 hfp->newly_opened = TRUE; /* well, it will be, real soon now */ in p7_hmmfile_OpenBuffer()
294 hfp->newly_opened = TRUE; /* well, it will be, real soon now */ in open_engine()
1220 hfp->newly_opened = FALSE; /* because we're poised on the magic number, and must read it */ in p7_hmmfile_PositionByKey()
1243 hfp->newly_opened = FALSE; /* because we're poised on the magic number, and must read it */ in p7_hmmfile_Position()
1310 if (hfp->newly_opened) in read_asc30hmm()
1313 hfp->newly_opened = FALSE; in read_asc30hmm()
1645 if (hfp->newly_opened) in read_bin30hmm()
1648 hfp->newly_opened = FALSE; in read_bin30hmm()
1770 if (hfp->newly_opened) in read_asc20hmm()
1773 hfp->newly_opened = FALSE; in read_asc20hmm()
H A Dhmmer.h418 int newly_opened; /* TRUE if we just opened the stream (and parsed magic) */ member