Home
last modified time | relevance | path

Searched refs:wpool (Results 1 – 25 of 51) sorted by relevance

123

/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/hmm2/src/u_calibrate/
H A Duhmmcalibrate.cpp144 struct plan7_s *hmm = wpool->hmm; in calibrateParallel()
156 wpool->nseq++; in calibrateParallel()
157 if (wpool->nseq > wpool->nsample) { /* we're done; release input lock, break loop */ in calibrateParallel()
160 if (wpool->fixedlen) { in calibrateParallel()
161 len = wpool->fixedlen; in calibrateParallel()
164 len = (int) Gaussrandom(wpool->lenmean, wpool->lensd); in calibrateParallel()
185 AddToHistogram(wpool->hist, sc); in calibrateParallel()
186 wpool->max_score = qMax(wpool->max_score, sc); in calibrateParallel()
187 … si.progress = int(100*wpool->nseq/float(wpool->nsample)); //TODO: update progress for all tasks? in calibrateParallel()
188 if (wpool->progress!=NULL) { in calibrateParallel()
[all …]
H A DHMMCalibrateTask.cpp33 wpool.hmm = hmm; in HMMCalibrateParallelTask()
84 if (wpool.hist != NULL) { in cleanup()
86 wpool.hist = NULL; in cleanup()
110 SetAlphabet(wpool->hmm->atype); in runUnsafe()
115 wpool->lenmean = settings.lenmean; in runUnsafe()
116 wpool->lensd = settings.lensd; in runUnsafe()
117 wpool->nsample = settings.nsample; in runUnsafe()
118 wpool->nseq = 0; in runUnsafe()
119 wpool->randomseq.resize(MAXABET); in runUnsafe()
120 wpool->max_score = -FLT_MAX; in runUnsafe()
[all …]
H A DHMMCalibrateTask.h86 return &wpool; in getWorkPool()
91 WorkPool_s wpool; variable
H A Duhmmcalibrate.h66 static void calibrateParallel(WorkPool_s *wpool, TaskStateInfo& si);
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/libsvn_delta/
H A Dvdelta-test.c59 apr_pool_t *wpool = svn_pool_create(pool); in do_one_diff() local
70 err = svn_txdelta_next_window(&delta_window, delta_stream, wpool); in do_one_diff()
76 svn_pool_clear(wpool); in do_one_diff()
83 svn_pool_destroy(wpool); in do_one_diff()
104 apr_pool_t *wpool = svn_pool_create(pool); in do_one_test_cycle() local
143 err = svn_txdelta_next_window(&window_A, stream_A, wpool); in do_one_test_cycle()
146 err = svn_txdelta_next_window(&window_B, stream_B, wpool); in do_one_test_cycle()
160 wpool); in do_one_test_cycle()
162 svn_pool_clear(wpool); in do_one_test_cycle()
H A Drandom-test.c450 apr_pool_t *wpool = svn_pool_create(delta_pool); in do_random_combine_test() local
455 wpool)); in do_random_combine_test()
459 wpool)); in do_random_combine_test()
472 wpool); in do_random_combine_test()
485 svn_pool_clear(wpool); in do_random_combine_test()
488 svn_pool_destroy(wpool); in do_random_combine_test()
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/libsvn_delta/
H A Dvdelta-test.c59 apr_pool_t *wpool = svn_pool_create(pool); in do_one_diff() local
70 err = svn_txdelta_next_window(&delta_window, delta_stream, wpool); in do_one_diff()
76 svn_pool_clear(wpool); in do_one_diff()
83 svn_pool_destroy(wpool); in do_one_diff()
104 apr_pool_t *wpool = svn_pool_create(pool); in do_one_test_cycle() local
143 err = svn_txdelta_next_window(&window_A, stream_A, wpool); in do_one_test_cycle()
146 err = svn_txdelta_next_window(&window_B, stream_B, wpool); in do_one_test_cycle()
160 wpool); in do_one_test_cycle()
162 svn_pool_clear(wpool); in do_one_test_cycle()
H A Drandom-test.c450 apr_pool_t *wpool = svn_pool_create(delta_pool); in do_random_combine_test() local
455 wpool)); in do_random_combine_test()
459 wpool)); in do_random_combine_test()
472 wpool); in do_random_combine_test()
485 svn_pool_clear(wpool); in do_random_combine_test()
488 svn_pool_destroy(wpool); in do_random_combine_test()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/libsvn_delta/
H A Dvdelta-test.c59 apr_pool_t *wpool = svn_pool_create(pool); in do_one_diff() local
70 err = svn_txdelta_next_window(&delta_window, delta_stream, wpool); in do_one_diff()
76 svn_pool_clear(wpool); in do_one_diff()
83 svn_pool_destroy(wpool); in do_one_diff()
104 apr_pool_t *wpool = svn_pool_create(pool); in do_one_test_cycle() local
143 err = svn_txdelta_next_window(&window_A, stream_A, wpool); in do_one_test_cycle()
146 err = svn_txdelta_next_window(&window_B, stream_B, wpool); in do_one_test_cycle()
160 wpool); in do_one_test_cycle()
162 svn_pool_clear(wpool); in do_one_test_cycle()
H A Drandom-test.c450 apr_pool_t *wpool = svn_pool_create(delta_pool); in do_random_combine_test() local
455 wpool)); in do_random_combine_test()
459 wpool)); in do_random_combine_test()
472 wpool); in do_random_combine_test()
485 svn_pool_clear(wpool); in do_random_combine_test()
488 svn_pool_destroy(wpool); in do_random_combine_test()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/libsvn_delta/
H A Dvdelta-test.c59 apr_pool_t *wpool = svn_pool_create(pool); in do_one_diff() local
70 err = svn_txdelta_next_window(&delta_window, delta_stream, wpool); in do_one_diff()
76 svn_pool_clear(wpool); in do_one_diff()
83 svn_pool_destroy(wpool); in do_one_diff()
104 apr_pool_t *wpool = svn_pool_create(pool); in do_one_test_cycle() local
143 err = svn_txdelta_next_window(&window_A, stream_A, wpool); in do_one_test_cycle()
146 err = svn_txdelta_next_window(&window_B, stream_B, wpool); in do_one_test_cycle()
160 wpool); in do_one_test_cycle()
162 svn_pool_clear(wpool); in do_one_test_cycle()
H A Drandom-test.c450 apr_pool_t *wpool = svn_pool_create(delta_pool); in do_random_combine_test() local
455 wpool)); in do_random_combine_test()
459 wpool)); in do_random_combine_test()
472 wpool); in do_random_combine_test()
485 svn_pool_clear(wpool); in do_random_combine_test()
488 svn_pool_destroy(wpool); in do_random_combine_test()
/dports/textproc/dadadodo/dadadodo-1.04/
H A Dparse.c28 pword_pool *wpool = 0; variable
57 if (!wpool || wpool->fp+1 >= PWORD_POOL_COUNT) in new_pword()
62 p->next = wpool; in new_pword()
63 wpool = p; in new_pword()
66 pw = &wpool->pwords[wpool->fp++]; in new_pword()
H A Dparsei.h64 extern pword_pool *wpool;
/dports/graphics/Coin/coin-Coin-4.0.0/src/threads/
H A DMakefile.in60 mutex.cpp rwmutex.cpp condvar.cpp worker.cpp wpool.cpp \
69 @BUILD_WITH_THREADS_TRUE@ wpool.$(OBJEXT) recmutex.$(OBJEXT) \
83 worker.cpp wpool.cpp recmutex.cpp sched.cpp sync.cpp fifo.cpp \
91 mutex.cpp rwmutex.cpp condvar.cpp worker.cpp wpool.cpp \
97 @BUILD_WITH_THREADS_TRUE@ worker.lo wpool.lo recmutex.lo \
110 worker.cpp wpool.cpp recmutex.cpp sched.cpp sync.cpp fifo.cpp \
116 worker.cpp wpool.cpp recmutex.cpp sched.cpp sync.cpp fifo.cpp \
126 worker.cpp wpool.cpp recmutex.cpp sched.cpp sync.cpp fifo.cpp \
146 @AMDEP_TRUE@ ./$(DEPDIR)/wpool.Plo ./$(DEPDIR)/wpool.Po \
436 @BUILD_WITH_THREADS_TRUE@ wpool.cpp \
[all …]
/dports/math/vtk8/VTK-8.2.0/Utilities/PythonInterpreter/
H A DvtkPythonInterpreter.cxx337 static WCharStringPool wpool; in SetProgramName() local
338 Py_SetProgramName(wpool.push_back(argv0)); in SetProgramName()
615 static WCharStringPool wpool; in SetupPythonPrefix() local
616 Py_SetProgramName(wpool.push_back(vtk_Py_DecodeLocale(newprogramname.c_str(), nullptr))); in SetupPythonPrefix()
/dports/math/vtk9/VTK-9.1.0/Utilities/PythonInterpreter/
H A DvtkPythonInterpreter.cxx370 static WCharStringPool wpool; in SetProgramName() local
371 Py_SetProgramName(wpool.push_back(argv0)); in SetProgramName()
722 static WCharStringPool wpool; in SetupPythonPrefix() local
723 Py_SetProgramName(wpool.push_back(vtk_Py_DecodeLocale(newprogramname.c_str(), nullptr))); in SetupPythonPrefix()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/C/threads/
H A DMakefile.am11 wpool.h \
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Dtext_delta.c937 apr_pool_t *wpool = svn_pool_create(pool); in svn_txdelta_send_txstream() local
942 svn_pool_clear(wpool); in svn_txdelta_send_txstream()
945 SVN_ERR(svn_txdelta_next_window(&window, txstream, wpool)); in svn_txdelta_send_txstream()
952 svn_pool_destroy(wpool); in svn_txdelta_send_txstream()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Dtext_delta.c937 apr_pool_t *wpool = svn_pool_create(pool); in svn_txdelta_send_txstream() local
942 svn_pool_clear(wpool); in svn_txdelta_send_txstream()
945 SVN_ERR(svn_txdelta_next_window(&window, txstream, wpool)); in svn_txdelta_send_txstream()
952 svn_pool_destroy(wpool); in svn_txdelta_send_txstream()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_delta/
H A Dtext_delta.c937 apr_pool_t *wpool = svn_pool_create(pool); in svn_txdelta_send_txstream() local
942 svn_pool_clear(wpool); in svn_txdelta_send_txstream()
945 SVN_ERR(svn_txdelta_next_window(&window, txstream, wpool)); in svn_txdelta_send_txstream()
952 svn_pool_destroy(wpool); in svn_txdelta_send_txstream()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Dtext_delta.c937 apr_pool_t *wpool = svn_pool_create(pool); in svn_txdelta_send_txstream() local
942 svn_pool_clear(wpool); in svn_txdelta_send_txstream()
945 SVN_ERR(svn_txdelta_next_window(&window, txstream, wpool)); in svn_txdelta_send_txstream()
952 svn_pool_destroy(wpool); in svn_txdelta_send_txstream()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs_base/
H A Dreps-strings.c1442 apr_pool_t *wpool; in svn_fs_base__rep_deltify() local
1480 wpool = svn_pool_create(pool); in svn_fs_base__rep_deltify()
1491 svn_pool_clear(wpool); in svn_fs_base__rep_deltify()
1494 SVN_ERR(svn_txdelta_next_window(&window, txdelta_stream, wpool)); in svn_fs_base__rep_deltify()
1515 svn_pool_destroy(wpool); in svn_fs_base__rep_deltify()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_fs_base/
H A Dreps-strings.c1442 apr_pool_t *wpool; in svn_fs_base__rep_deltify() local
1480 wpool = svn_pool_create(pool); in svn_fs_base__rep_deltify()
1491 svn_pool_clear(wpool); in svn_fs_base__rep_deltify()
1494 SVN_ERR(svn_txdelta_next_window(&window, txdelta_stream, wpool)); in svn_fs_base__rep_deltify()
1515 svn_pool_destroy(wpool); in svn_fs_base__rep_deltify()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_fs_base/
H A Dreps-strings.c1442 apr_pool_t *wpool; in svn_fs_base__rep_deltify() local
1480 wpool = svn_pool_create(pool); in svn_fs_base__rep_deltify()
1491 svn_pool_clear(wpool); in svn_fs_base__rep_deltify()
1494 SVN_ERR(svn_txdelta_next_window(&window, txdelta_stream, wpool)); in svn_fs_base__rep_deltify()
1515 svn_pool_destroy(wpool); in svn_fs_base__rep_deltify()

123