Home
last modified time | relevance | path

Searched refs:pool_ptr (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dmemory.c49 struct memory_pool_desc *pool_ptr; in clear_memory_pool_table() local
51 pool_ptr = (struct memory_pool_desc *) mpd; in clear_memory_pool_table()
52 while (pool_ptr->next) { in clear_memory_pool_table()
53 memset(pool_ptr->base_ptr, 0, pool_ptr->len); in clear_memory_pool_table()
54 pool_ptr->id = 0; in clear_memory_pool_table()
55 pool_ptr = pool_ptr->next; in clear_memory_pool_table()
59 memset(pool_ptr->base_ptr, 0, pool_ptr->len); in clear_memory_pool_table()
H A Dthread_pool.c157 thread_pool_t *pool_ptr = NULL; in deallocate_thread_pool() local
162 pool_ptr = (*pool); in deallocate_thread_pool()
163 worker = pool_ptr->free_list; in deallocate_thread_pool()
190 if (pool_ptr->mutex) free(pool_ptr->mutex); in deallocate_thread_pool()
191 if (pool_ptr->cond) free(pool_ptr->cond); in deallocate_thread_pool()
/dports/security/seal/SEAL-3.7.2/native/src/seal/c/
H A Devaluator.cpp228 unique_ptr<MemoryPoolHandle> pool_ptr = MemHandleFromVoid(pool); in Evaluator_Multiply() local
255 unique_ptr<MemoryPoolHandle> pool_ptr = MemHandleFromVoid(pool); in Evaluator_MultiplyMany() local
291 unique_ptr<MemoryPoolHandle> pool_ptr = MemHandleFromVoid(pool); in Evaluator_MultiplyPlain() local
316 unique_ptr<MemoryPoolHandle> pool_ptr = MemHandleFromVoid(pool); in Evaluator_Square() local
320 eval->square(*encrypted_ptr, *destination_ptr, *pool_ptr); in Evaluator_Square()
343 unique_ptr<MemoryPoolHandle> pool_ptr = MemHandleFromVoid(pool); in Evaluator_Relinearize() local
368 unique_ptr<MemoryPoolHandle> pool_ptr = MemHandleFromVoid(pool); in Evaluator_ModSwitchToNext1() local
414 unique_ptr<MemoryPoolHandle> pool_ptr = MemHandleFromVoid(pool); in Evaluator_ModSwitchTo1() local
466 unique_ptr<MemoryPoolHandle> pool_ptr = MemHandleFromVoid(pool); in Evaluator_RescaleToNext() local
492 unique_ptr<MemoryPoolHandle> pool_ptr = MemHandleFromVoid(pool); in Evaluator_RescaleTo() local
[all …]
/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Don_pool.cpp43 pool_ptr *tmp = nullptr; in alloc()
45 size += sizeof(pool_ptr); in alloc()
47 tmp = (pool_ptr *)p->alloc(size); in alloc()
49 tmp = (pool_ptr *)(::new (nothrow) char[size]); in alloc()
70 pool_ptr *tmp = ((pool_ptr *)ptr) - 1; in dealloc()
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/backend/A64/
H A Dconstant_pool.cpp41 u8* pool_ptr = code.GetWritableCodePtr(); in PatchPool() local
45 std::memcpy(pool_ptr, &std::get<0>(patch.constant), sizeof(u64)); in PatchPool()
46 std::memcpy(pool_ptr + sizeof(u64), &std::get<1>(patch.constant), sizeof(u64)); in PatchPool()
47 iter = constant_info.emplace(patch.constant, pool_ptr).first; in PatchPool()
48 pool_ptr += align_size; in PatchPool()
57 code.SetCodePtr(pool_ptr); in PatchPool()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/backend/A64/
H A Dconstant_pool.cpp41 u8* pool_ptr = code.GetWritableCodePtr(); in PatchPool() local
45 std::memcpy(pool_ptr, &std::get<0>(patch.constant), sizeof(u64)); in PatchPool()
46 std::memcpy(pool_ptr + sizeof(u64), &std::get<1>(patch.constant), sizeof(u64)); in PatchPool()
47 iter = constant_info.emplace(patch.constant, pool_ptr).first; in PatchPool()
48 pool_ptr += align_size; in PatchPool()
57 code.SetCodePtr(pool_ptr); in PatchPool()
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/cxx/src/aprwrap/
H A Dpool.hpp51 using pool_ptr = std::unique_ptr<apr_pool_t, delete_pool>; typedef
56 class pool : pool_ptr
87 : pool_ptr(svn_pool_create(get_root_pool())) in pool()
95 return pool_ptr::get(); in get()
102 : pool_ptr(svn_pool_create(parent->get())) in pool()
109 : pool_ptr(svn_pool_create(state->get_root_pool())) in pool()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/cxx/src/aprwrap/
H A Dpool.hpp51 using pool_ptr = std::unique_ptr<apr_pool_t, delete_pool>; typedef
56 class pool : pool_ptr
87 : pool_ptr(svn_pool_create(get_root_pool())) in pool()
95 return pool_ptr::get(); in get()
102 : pool_ptr(svn_pool_create(parent->get())) in pool()
109 : pool_ptr(svn_pool_create(state->get_root_pool())) in pool()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/cxx/src/aprwrap/
H A Dpool.hpp51 using pool_ptr = std::unique_ptr<apr_pool_t, delete_pool>; typedef
56 class pool : pool_ptr
87 : pool_ptr(svn_pool_create(get_root_pool())) in pool()
95 return pool_ptr::get(); in get()
102 : pool_ptr(svn_pool_create(parent->get())) in pool()
109 : pool_ptr(svn_pool_create(state->get_root_pool())) in pool()
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/cxx/src/aprwrap/
H A Dpool.hpp51 using pool_ptr = std::unique_ptr<apr_pool_t, delete_pool>; typedef
56 class pool : pool_ptr
87 : pool_ptr(svn_pool_create(get_root_pool())) in pool()
95 return pool_ptr::get(); in get()
102 : pool_ptr(svn_pool_create(parent->get())) in pool()
109 : pool_ptr(svn_pool_create(state->get_root_pool())) in pool()
/dports/dns/dnrd/dnrd-2.20.3/src/
H A Dqid.c15 static int pool_ptr = QID_POOL_SIZE - 1; variable
44 int i = myrand(pool_ptr) % QID_POOL_SIZE; in qid_get()
50 qid_pool[i] = qid_pool[pool_ptr-- % QID_POOL_SIZE]; in qid_get()
58 return (qid_pool[++pool_ptr % QID_POOL_SIZE] = qid); in qid_return()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/burst_buffer/common/
H A Dburst_buffer_common.c223 xfree(config_ptr->pool_ptr); in bb_clear_config()
618 state_ptr->bb_config.pool_ptr, in bb_load_config()
1284 burst_buffer_pool_t *pool_ptr; in bb_limit_add() local
1294 pool_ptr = state_ptr->bb_config.pool_ptr; in bb_limit_add()
1298 pool_ptr->used_space += bb_size; in bb_limit_add()
1318 burst_buffer_pool_t *pool_ptr; in bb_limit_rem() local
1342 pool_ptr = state_ptr->bb_config.pool_ptr; in bb_limit_rem()
1351 pool_ptr->used_space = 0; in bb_limit_rem()
1363 pool_ptr->unfree_space = 0; in bb_limit_rem()
1549 burst_buffer_pool_t *pool_ptr; in bb_valid_pool_test() local
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Did_alloc.c363 void idalloc_free_to_pool(struct id_alloc_pool **pool_ptr, uint32_t id) in idalloc_free_to_pool() argument
369 new_pool->next = *pool_ptr; in idalloc_free_to_pool()
370 *pool_ptr = new_pool; in idalloc_free_to_pool()
376 void idalloc_drain_pool(struct id_alloc *alloc, struct id_alloc_pool **pool_ptr) in idalloc_drain_pool() argument
380 while (*pool_ptr) { in idalloc_drain_pool()
381 current = *pool_ptr; in idalloc_drain_pool()
385 *pool_ptr = next; in idalloc_drain_pool()
394 struct id_alloc_pool **pool_ptr) in idalloc_allocate_prefer_pool() argument
397 struct id_alloc_pool *pool_head = *pool_ptr; in idalloc_allocate_prefer_pool()
401 *pool_ptr = pool_head->next; in idalloc_allocate_prefer_pool()
H A Did_alloc.h84 void idalloc_free_to_pool(struct id_alloc_pool **pool_ptr, uint32_t id);
86 struct id_alloc_pool **pool_ptr);
89 struct id_alloc_pool **pool_ptr);
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Did_alloc.c363 void idalloc_free_to_pool(struct id_alloc_pool **pool_ptr, uint32_t id) in idalloc_free_to_pool() argument
369 new_pool->next = *pool_ptr; in idalloc_free_to_pool()
370 *pool_ptr = new_pool; in idalloc_free_to_pool()
376 void idalloc_drain_pool(struct id_alloc *alloc, struct id_alloc_pool **pool_ptr) in idalloc_drain_pool() argument
380 while (*pool_ptr) { in idalloc_drain_pool()
381 current = *pool_ptr; in idalloc_drain_pool()
385 *pool_ptr = next; in idalloc_drain_pool()
394 struct id_alloc_pool **pool_ptr) in idalloc_allocate_prefer_pool() argument
397 struct id_alloc_pool *pool_head = *pool_ptr; in idalloc_allocate_prefer_pool()
401 *pool_ptr = pool_head->next; in idalloc_allocate_prefer_pool()
H A Did_alloc.h84 void idalloc_free_to_pool(struct id_alloc_pool **pool_ptr, uint32_t id);
86 struct id_alloc_pool **pool_ptr);
89 struct id_alloc_pool **pool_ptr);
/dports/ftp/R-cran-curl/curl/src/
H A Dmulti.c63 multiref *mref = get_multiref(pool_ptr); in R_multi_add()
85 R_SetExternalPtrProtected(pool_ptr, mref->handles); in R_multi_add()
100 SEXP R_multi_run(SEXP pool_ptr, SEXP timeout, SEXP max){ in R_multi_run() argument
101 multiref *mref = get_multiref(pool_ptr); in R_multi_run()
246 SEXP R_multi_setopt(SEXP pool_ptr, SEXP total_con, SEXP host_con, SEXP multiplex){ in R_multi_setopt() argument
248 CURLM *multi = get_multiref(pool_ptr)->m; in R_multi_setopt()
259 return pool_ptr; in R_multi_setopt()
262 SEXP R_multi_list(SEXP pool_ptr){ in R_multi_list() argument
263 return get_multiref(pool_ptr)->handles; in R_multi_list()
266 SEXP R_multi_fdset(SEXP pool_ptr){ in R_multi_fdset() argument
[all …]
/dports/devel/spdlog/spdlog-1.9.2/include/spdlog/
H A Dasync_logger-inl.h29 if (auto pool_ptr = thread_pool_.lock()) in sink_it_() local
31 pool_ptr->post_log(shared_from_this(), msg, overflow_policy_); in sink_it_()
42 if (auto pool_ptr = thread_pool_.lock()) in flush_() local
44 pool_ptr->post_flush(shared_from_this(), overflow_policy_); in flush_()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/spdlog/
H A Dasync_logger-inl.h29 if (auto pool_ptr = thread_pool_.lock()) in sink_it_() local
31 pool_ptr->post_log(shared_from_this(), msg, overflow_policy_); in sink_it_()
42 if (auto pool_ptr = thread_pool_.lock()) in flush_() local
44 pool_ptr->post_flush(shared_from_this(), overflow_policy_); in flush_()
/dports/deskutils/flameshot/flameshot-0.10.2/external/spdlog/include/spdlog/
H A Dasync_logger-inl.h29 if (auto pool_ptr = thread_pool_.lock()) in sink_it_() local
31 pool_ptr->post_log(shared_from_this(), msg, overflow_policy_); in sink_it_()
42 if (auto pool_ptr = thread_pool_.lock()) in flush_() local
44 pool_ptr->post_flush(shared_from_this(), overflow_policy_); in flush_()
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/details/
H A Dasync_logger_impl.h44 if (auto pool_ptr = thread_pool_.lock()) in sink_it_() local
46 pool_ptr->post_log(shared_from_this(), msg, overflow_policy_); in sink_it_()
57 if (auto pool_ptr = thread_pool_.lock()) in flush_() local
59 pool_ptr->post_flush(shared_from_this(), overflow_policy_); in flush_()
/dports/math/miracl/miracl-5.6/
H A Dmrstrong.c95 rng->pool_ptr=0; in fill_pool()
104 rng->pool_ptr=0; in strong_init()
125 rng->pool_ptr=rng->rndptr=0; in strong_kill()
136 r=rng->pool[rng->pool_ptr++]; in strong_rng()
137 if (rng->pool_ptr>=MR_HASH_BYTES) fill_pool(rng); in strong_rng()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/vector/
H A DROL_StdArray.hpp67 for( auto& vptr : pool_ptr ) { in StdArray()
165 for( std::size_t i=0; i<array_size; ++i ) pool_ptr[i] = makePtrFromRef(pool[i]); in initialize_pool()
171 for( auto& vptr : pool_ptr ) count += ( getCount(vptr)>1 ); in pool_count()
187 static std::array<Ptr<std::array<Real,array_size>>,pool_size> pool_ptr; member in ROL::StdArray
195 …:array<Ptr<std::array<Real,array_size>>,pool_size> StdArray<Real,array_size,pool_size>::pool_ptr; member in ROL::StdArray<Real,array_size,pool_size>
/dports/databases/cppdb/cppdb-0.3.1/src/
H A Dconn_manager.cpp51 connections_type::iterator pool_ptr = connections_.find(cs); in open() local
52 if(pool_ptr!=connections_.end()) in open()
53 p = pool_ptr->second; in open()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Dburst_buffer_info.c334 free_space = burst_buffer_ptr->pool_ptr[i].total_space - in slurm_print_burst_buffer_record()
335 burst_buffer_ptr->pool_ptr[i].unfree_space; in slurm_print_burst_buffer_record()
338 burst_buffer_ptr->pool_ptr[i].granularity); in slurm_print_burst_buffer_record()
340 burst_buffer_ptr->pool_ptr[i].total_space); in slurm_print_burst_buffer_record()
342 burst_buffer_ptr->pool_ptr[i].used_space); in slurm_print_burst_buffer_record()
344 i, burst_buffer_ptr->pool_ptr[i].name, in slurm_print_burst_buffer_record()

12345678910>>...12