Home
last modified time | relevance | path

Searched defs:pool (Results 151 - 175 of 421) sorted by relevance

12345678910>>...17

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c24 DympoolType *pool = FILLP_NULL_PTR; in DympCreatePool() local
75 DympDestroyPool(DympoolType *pool) DympDestroyPool() argument
110 DympSetConsSafe(DympoolType *pool, FILLP_BOOL safe) DympSetConsSafe() argument
115 DympSetProdSafe(DympoolType *pool, FILLP_BOOL safe) DympSetProdSafe() argument
120 DympExpandMemory(DympoolType *pool, int stepSizeWork) DympExpandMemory() argument
176 DympAskMoreMemory(DympoolType *pool, int stepSize, int throttleGrow) DympAskMoreMemory() argument
204 DympAlloc(DympoolType *pool, void **data, int throttleGrow) DympAlloc() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dget_buffer.c57 FramePool *pool = (FramePool*)data; in frame_pool_free() local
68 FramePool *pool = av_mallocz(sizeof(*pool)); in frame_pool_alloc() local
86 FramePool *pool in update_frame_pool() local
203 FramePool *pool = (FramePool*)avctx->internal->pool->data; audio_get_buffer() local
248 FramePool *pool = (FramePool*)s->internal->pool->data; video_get_buffer() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dbuffer.c263 AVBufferPool *pool = av_mallocz(sizeof(*pool)); in av_buffer_pool_init2() local
282 AVBufferPool *pool = av_mallocz(sizeof(*pool)); av_buffer_pool_init() local
296 buffer_pool_flush(AVBufferPool *pool) buffer_pool_flush() argument
311 buffer_pool_free(AVBufferPool *pool) buffer_pool_free() argument
324 AVBufferPool *pool; av_buffer_pool_uninit() local
342 AVBufferPool *pool = buf->pool; pool_release_buffer() local
358 pool_alloc_buffer(AVBufferPool *pool) pool_alloc_buffer() argument
387 av_buffer_pool_get(AVBufferPool *pool) av_buffer_pool_get() argument
[all...]
/third_party/benchmark/src/
H A Dbenchmark_runner.h99 std::vector<std::thread> pool; member in benchmark::internal::BenchmarkRunner
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_queue.c70 struct nine_cmdbuf pool[NINE_CMD_BUFS]; member
[all...]
H A Dstateblock9.c65 struct nine_range_pool *pool = &This->base.device->range_pool; in NineStateBlock9_dtor() local
563 struct nine_range_pool *pool = &device->range_pool; in NineStateBlock9_Apply() local
139 nine_state_copy_common(struct NineDevice9 *device, struct nine_state *dst, struct nine_state *src, struct nine_state *mask, const boolean apply, struct nine_range_pool *pool) nine_state_copy_common() argument
390 nine_state_copy_common_all(struct NineDevice9 *device, struct nine_state *dst, struct nine_state *src, struct nine_state *help, const boolean apply, struct nine_range_pool *pool, const int MaxStreams) nine_state_copy_common_all() argument
[all...]
H A Dnine_dump.c28 const char *nine_D3DPOOL_to_str(D3DPOOL pool) in nine_D3DPOOL_to_str() argument
H A Dnine_helpers.h181 nine_range_pool_put(struct nine_range_pool *pool, struct nine_range *r) in nine_range_pool_put() argument
188 nine_range_pool_put_chain(struct nine_range_pool *pool, in nine_range_pool_put_chain() argument
/third_party/nghttp2/src/
H A Dhttp2_test.cc222 MemchunkPool pool; in test_http2_build_http1_headers_from_headers() local
/third_party/ninja/src/
H A Dstate.cc74 void State::AddPool(Pool* pool) { in AddPool() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_query_pool.c30 struct vn_query_pool *pool = in vn_CreateQueryPool() local
75 struct vn_query_pool *pool = vn_query_pool_from_handle(queryPool); vn_DestroyQueryPool() local
114 struct vn_query_pool *pool = vn_query_pool_from_handle(queryPool); vn_GetQueryPoolResults() local
[all...]
H A Dvn_feedback.h53 VkCommandPool pool; member
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_indirect_dispatch.c57 GENX(pan_indirect_dispatch_emit)(struct pan_pool *pool, in pan_indirect_dispatch_emit() argument
/third_party/mesa3d/src/util/
H A Dslab.c125 void slab_create_child(struct slab_child_pool *pool, in slab_create_child() argument
140 slab_destroy_child(struct slab_child_pool *pool) slab_destroy_child() argument
177 slab_add_new_page(struct slab_child_pool *pool) slab_add_new_page() argument
207 slab_alloc(struct slab_child_pool *pool) slab_alloc() argument
238 slab_zalloc(struct slab_child_pool *pool) slab_zalloc() argument
255 slab_free(struct slab_child_pool *pool, void *ptr) slab_free() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/async/
H A Dasync.c106 async_pool *pool; in async_get_pool_job() local
138 async_pool *pool; in async_release_job() local
320 async_empty_pool(async_pool *pool) async_empty_pool() argument
354 async_pool *pool; ASYNC_init_thread() local
415 async_pool *pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); async_delete_thread_state() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_pool.c25 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); in ossl_rand_pool_new() local
68 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); ossl_rand_pool_attach() local
94 ossl_rand_pool_free(RAND_POOL *pool) ossl_rand_pool_free() argument
118 ossl_rand_pool_buffer(RAND_POOL *pool) ossl_rand_pool_buffer() argument
126 ossl_rand_pool_entropy(RAND_POOL *pool) ossl_rand_pool_entropy() argument
134 ossl_rand_pool_length(RAND_POOL *pool) ossl_rand_pool_length() argument
145 ossl_rand_pool_detach(RAND_POOL *pool) ossl_rand_pool_detach() argument
157 ossl_rand_pool_reattach(RAND_POOL *pool, unsigned char *buffer) ossl_rand_pool_reattach() argument
180 ossl_rand_pool_entropy_available(RAND_POOL *pool) ossl_rand_pool_entropy_available() argument
196 ossl_rand_pool_entropy_needed(RAND_POOL *pool) ossl_rand_pool_entropy_needed() argument
205 rand_pool_grow(RAND_POOL *pool, size_t len) rand_pool_grow() argument
246 ossl_rand_pool_bytes_needed(RAND_POOL *pool, unsigned int entropy_factor) ossl_rand_pool_bytes_needed() argument
291 ossl_rand_pool_bytes_remaining(RAND_POOL *pool) ossl_rand_pool_bytes_remaining() argument
305 ossl_rand_pool_add(RAND_POOL *pool, const unsigned char *buffer, size_t len, size_t entropy) ossl_rand_pool_add() argument
360 ossl_rand_pool_add_begin(RAND_POOL *pool, size_t len) ossl_rand_pool_add_begin() argument
399 ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy) ossl_rand_pool_add_end() argument
[all...]
/third_party/pulseaudio/src/pulsecore/filter/
H A Dlfe-filter.c113 pa_mempool *pool; in pa_lfe_filter_process() local
138 pa_mempool_unref(pool), pool = NULL; in pa_lfe_filter_process() local
/third_party/pulseaudio/src/tests/
H A Dcpu-mix-test.c65 pa_mempool *pool; in run_mix_test() local
H A Dresampler-test.c127 static pa_memblock* generate_block(pa_mempool *pool, const pa_sample_spec *ss) { in generate_block() argument
300 pa_mempool *pool = NULL; in main() local
[all...]
/third_party/openssl/crypto/async/
H A Dasync.c106 async_pool *pool; in async_get_pool_job() local
138 async_pool *pool; in async_release_job() local
320 async_empty_pool(async_pool *pool) async_empty_pool() argument
354 async_pool *pool; ASYNC_init_thread() local
415 async_pool *pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); async_delete_thread_state() local
[all...]
/third_party/openssl/crypto/rand/
H A Drand_pool.c25 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); in ossl_rand_pool_new() local
68 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); ossl_rand_pool_attach() local
94 ossl_rand_pool_free(RAND_POOL *pool) ossl_rand_pool_free() argument
118 ossl_rand_pool_buffer(RAND_POOL *pool) ossl_rand_pool_buffer() argument
126 ossl_rand_pool_entropy(RAND_POOL *pool) ossl_rand_pool_entropy() argument
134 ossl_rand_pool_length(RAND_POOL *pool) ossl_rand_pool_length() argument
145 ossl_rand_pool_detach(RAND_POOL *pool) ossl_rand_pool_detach() argument
157 ossl_rand_pool_reattach(RAND_POOL *pool, unsigned char *buffer) ossl_rand_pool_reattach() argument
180 ossl_rand_pool_entropy_available(RAND_POOL *pool) ossl_rand_pool_entropy_available() argument
196 ossl_rand_pool_entropy_needed(RAND_POOL *pool) ossl_rand_pool_entropy_needed() argument
205 rand_pool_grow(RAND_POOL *pool, size_t len) rand_pool_grow() argument
246 ossl_rand_pool_bytes_needed(RAND_POOL *pool, unsigned int entropy_factor) ossl_rand_pool_bytes_needed() argument
291 ossl_rand_pool_bytes_remaining(RAND_POOL *pool) ossl_rand_pool_bytes_remaining() argument
305 ossl_rand_pool_add(RAND_POOL *pool, const unsigned char *buffer, size_t len, size_t entropy) ossl_rand_pool_add() argument
360 ossl_rand_pool_add_begin(RAND_POOL *pool, size_t len) ossl_rand_pool_add_begin() argument
399 ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy) ossl_rand_pool_add_end() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferComputeInstance.cpp192 Move<VkDescriptorSet> createDescriptorSet (VkDescriptorPool pool, in createDescriptorSet() argument
157 createDescriptorSet(vkt::Context& context, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer buffer, deUint32 offset, VkBuffer resBuf) createDescriptorSet() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferComputeInstance.cpp192 Move<VkDescriptorSet> createDescriptorSet (VkDescriptorPool pool, in createDescriptorSet() argument
157 createDescriptorSet(vkt::Context& context, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer buffer, deUint32 offset, VkBuffer resBuf) createDescriptorSet() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCompiler.cpp310 auto &pool = mPools[type]; in getInstance() local
328 auto &pool = mPools[instance.getShaderType()]; in putInstance() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline.h114 VkDescriptorPool pool = VK_NULL_HANDLE; member

Completed in 16 milliseconds

12345678910>>...17