Home
last modified time | relevance | path

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

/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dlocln.c30 logical bfound, efound; in locln_() local
471 efound = FALSE_; in locln_()
539 while(! efound && ! eof) { in locln_()
576 efound = TRUE_; in locln_()
589 efound = TRUE_; in locln_()
598 *found = bfound && efound; in locln_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dlocln.c30 logical bfound, efound; in locln_() local
471 efound = FALSE_; in locln_()
539 while(! efound && ! eof) { in locln_()
576 efound = TRUE_; in locln_()
589 efound = TRUE_; in locln_()
598 *found = bfound && efound; in locln_()
/dports/sysutils/zidrav/zidrav4unix-1.2.0/
H A Dflayer.cpp69 int efound; in MakePatchFLayer() local
98 MakePatchCore( cdtFile, vFile, outFile, cdspecs.st_size, vspecs.st_size, &efound ); in MakePatchFLayer()
104 if( efound ) in MakePatchFLayer()
H A Dcore.cpp106 …PatchCore( istream &cdti, istream &vstr, iostream &output, int cdtlen, int vstrlen, int * efound) { in MakePatchCore() argument
124 *efound = 0; in MakePatchCore()
188 *efound = 1; in MakePatchCore()
195 if( *efound ) { in MakePatchCore()
H A Dcore.h108 …PatchCore( istream &cdti, istream &vstr, iostream &output, int cdtlen, int vstrlen, int * efound );
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dcsv_util.cc221 size_t dlen = 0, elen = 0, efound = 0; in csv_lineparse() local
269 efound = 1; in csv_lineparse()
301 if (elen && efound) { in csv_lineparse()
358 bool efound = false; in csv_linesplit() local
367 efound = true; in csv_linesplit()
391 if (efound) { in csv_linesplit()
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepTool/
H A DTopOpeBRepTool_REGUW.cxx529 …_Boolean TopOpeBRepTool_REGUW::NearestE(const TopTools_ListOfShape& loe, TopoDS_Edge& efound) const in NearestE()
536 efound.Nullify(); in NearestE()
543 efound = TopoDS::Edge(ite.Value()); in NearestE()
547 TopOpeBRepTool_C2DF c2defound;Standard_Boolean isbfound = myCORRISO.UVRep(efound,c2defound); in NearestE()
550 gp_Vec2d tg2dfound = TopOpeBRepTool_TOOL::tryTg2dApp(iv0e1,efound,c2defound,fac); in NearestE()
551 if (M_REVERSED(efound.Orientation())) tg2dfound.Reverse(); in NearestE()
556 if (trc) std::cout<<"ang(e"<<FUN_adds(myed)<<",e"<<FUN_adds(efound)<<")="<<angfound<<std::endl; in NearestE()
586 if (angi < angfound) {efound = ei; angfound = angi;} in NearestE()
649 TopoDS_Edge efound; Standard_Boolean found = NearestE(le,efound); in NextinBlock() local
651 myed = efound; in NextinBlock()
H A DTopOpeBRepTool_REGUW.hxx84 …Standard_EXPORT Standard_Boolean NearestE (const TopTools_ListOfShape& loe, TopoDS_Edge& efound) c…
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dgetpath.c376 int pfound, efound; /* 1 if found; -1 if found build directory */ in calculate_path() local
528 if (!(efound = search_for_exec_prefix(argv0_path, home))) { in calculate_path()
537 if ((!pfound || !efound) && !Py_FrozenFlag) in calculate_path()
643 if (efound > 0) { in calculate_path()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dgetpath.c376 int pfound, efound; /* 1 if found; -1 if found build directory */ in calculate_path() local
528 if (!(efound = search_for_exec_prefix(argv0_path, home))) { in calculate_path()
537 if ((!pfound || !efound) && !Py_FrozenFlag) in calculate_path()
643 if (efound > 0) { in calculate_path()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgetpath.c384 int pfound, efound; /* 1 if found; -1 if found build directory */ in calculate_path() local
536 if (!(efound = search_for_exec_prefix(argv0_path, home))) { in calculate_path()
545 if ((!pfound || !efound) && !Py_FrozenFlag) in calculate_path()
648 if (efound > 0) { in calculate_path()
/dports/science/PETSc/petsc-3.14.1/src/sys/utils/
H A Dstr.c1252 PetscBool efound; in PetscEnumFind() local
1258 ierr = PetscEListFind(n,enumlist,str,&evalue,&efound);CHKERRQ(ierr); in PetscEnumFind()
1259 if (efound) *value = (PetscEnum)evalue; in PetscEnumFind()
1260 if (found) *found = efound; in PetscEnumFind()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTopOpeBRepTool_REGUW.hxx84 …Standard_EXPORT Standard_Boolean NearestE (const TopTools_ListOfShape& loe, TopoDS_Edge& efound) c…
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTopOpeBRepTool_REGUW.hxx84 …Standard_EXPORT Standard_Boolean NearestE (const TopTools_ListOfShape& loe, TopoDS_Edge& efound) c…
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmlpm/
H A DParsercomb.sig200 Expected <eexpd> but found <efound> at element number n
201 where efound is the result of applying showe to the first element
203 the number of stream element efound counting from the beginning of
/dports/lang/mosml/mosml-ver-2.10.1/examples/parsercomb/
H A DParsercomb.sig200 Expected <eexpd> but found <efound> at element number n
201 where efound is the result of applying showe to the first element
203 the number of stream element efound counting from the beginning of
/dports/editors/emacs/emacs-27.2/src/
H A Dlread.c1150 Lisp_Object found, efound, hist_file_name; variable
1340 efound = ENCODE_FILE (found);
1348 result = stat (SSDATA (efound), &s1);
1351 SSET (efound, SBYTES (efound) - 1, 0);
1352 result = stat (SSDATA (efound), &s2);
1353 SSET (efound, SBYTES (efound) - 1, 'c');
1406 efound = ENCODE_FILE (found);
1407 stream = emacs_fopen (SSDATA (efound), fmode);
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dlread.c1225 Lisp_Object found, efound, hist_file_name; variable
1432 efound = ENCODE_FILE (found);
1440 result = emacs_fstatat (AT_FDCWD, SSDATA (efound), &s1, 0);
1443 SSET (efound, SBYTES (efound) - 1, 0);
1444 result = emacs_fstatat (AT_FDCWD, SSDATA (efound), &s2, 0);
1445 SSET (efound, SBYTES (efound) - 1, 'c');
1498 efound = ENCODE_FILE (found);
1499 stream = emacs_fopen (SSDATA (efound), fmode);
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dcsv_util.c294 size_t dlen = 0, elen = 0, efound = 0; in csv_lineparse() local
343 efound = 1; in csv_lineparse()
375 if (elen && efound) { in csv_lineparse()
/dports/net/kamailio/kamailio-5.4.5/src/modules/pv/
H A Dpv_core.c3472 unsigned int efound = 0; in pv_get_expires() local
3506 efound = 1; in pv_get_expires()
3511 efound = 1; in pv_get_expires()
3522 if(efound==0 && msg->expires && msg->expires->parsed) { in pv_get_expires()
3524 efound = 1; in pv_get_expires()
3529 if(efound==0) { in pv_get_expires()
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DBDS.cpp481 BDS_Edge *efound = find_edge(p1, p2); in add_edge() local
482 if(efound) return efound; in add_edge()
/dports/security/suricata/suricata-6.0.4/suricata-update/tests/
H A Demerging-current_events.rules1345 …nfo|name)|(?:mom|z)\.info|www\.biz)|(?:r(?:b(?:asic|onus)|(?:slov|fac)e)|efound)\.com|oneyhome\.bi…