| /third_party/gstreamer/gstreamer/gst/ |
| D | gsttaskpool.c | 61 default_func (TaskData * tdata, GstTaskPool * pool) in default_func() 74 default_prepare (GstTaskPool * pool, GError ** error) in default_prepare() 82 default_cleanup (GstTaskPool * pool) in default_cleanup() 100 default_push (GstTaskPool * pool, GstTaskPoolFunction func, in default_push() 124 default_join (GstTaskPool * pool, gpointer id) in default_join() 149 gst_task_pool_init (GstTaskPool * pool) in gst_task_pool_init() 173 GstTaskPool *pool; in gst_task_pool_new() local 193 gst_task_pool_prepare (GstTaskPool * pool, GError ** error) in gst_task_pool_prepare() 215 gst_task_pool_cleanup (GstTaskPool * pool) in gst_task_pool_cleanup() 241 gst_task_pool_push (GstTaskPool * pool, GstTaskPoolFunction func, in gst_task_pool_push() [all …]
|
| D | gstbufferpool.c | 93 #define GST_BUFFER_POOL_LOCK(pool) (g_rec_mutex_lock(&pool->priv->rec_lock)) argument 94 #define GST_BUFFER_POOL_UNLOCK(pool) (g_rec_mutex_unlock(&pool->priv->rec_lock)) argument 155 gst_buffer_pool_init (GstBufferPool * pool) in gst_buffer_pool_init() 186 GstBufferPool *pool; in gst_buffer_pool_finalize() local 227 default_alloc_buffer (GstBufferPool * pool, GstBuffer ** buffer, in default_alloc_buffer() 253 do_alloc_buffer (GstBufferPool * pool, GstBuffer ** buffer, in do_alloc_buffer() 313 default_start (GstBufferPool * pool) in default_start() 345 do_start (GstBufferPool * pool) in do_start() 367 default_free_buffer (GstBufferPool * pool, GstBuffer * buffer) in default_free_buffer() 373 do_free_buffer (GstBufferPool * pool, GstBuffer * buffer) in do_free_buffer() [all …]
|
| D | gsttaskpool.h | 31 #define GST_TASK_POOL(pool) (G_TYPE_CHECK_INSTANCE_CAST ((pool), GST_TYPE_TASK_POOL, Gst… argument 32 #define GST_IS_TASK_POOL(pool) (G_TYPE_CHECK_INSTANCE_TYPE ((pool), GST_TYPE_TASK_POOL)) argument 35 #define GST_TASK_POOL_GET_CLASS(pool) (G_TYPE_INSTANCE_GET_CLASS ((pool), GST_TYPE_TASK_POOL, GstT… argument 36 #define GST_TASK_POOL_CAST(pool) ((GstTaskPool*)(pool)) argument 58 GThreadPool *pool; member
|
| /third_party/iowow/src/utils/ |
| D | iwpool.c | 29 IWPOOL *pool; in iwpool_create() local 67 IW_INLINE int iwpool_extend(IWPOOL *pool, size_t siz) { in iwpool_extend() 86 void *iwpool_alloc(size_t siz, IWPOOL *pool) { in iwpool_alloc() 108 void *iwpool_calloc(size_t siz, IWPOOL *pool) { in iwpool_calloc() 117 char *iwpool_strndup(IWPOOL *pool, const char *str, size_t len, iwrc *rcp) { in iwpool_strndup() 130 char *iwpool_strdup(IWPOOL *pool, const char *str, iwrc *rcp) { in iwpool_strdup() 139 static char *_iwpool_printf_va(IWPOOL *pool, int size, const char *format, va_list ap) { in _iwpool_printf_va() 148 char *iwpool_printf(IWPOOL *pool, const char *format, ...) { in iwpool_printf() 159 char **iwpool_split_string(IWPOOL *pool, const char *haystack, const char *split_chars, in iwpool_split_string() 192 char **iwpool_printf_split(IWPOOL *pool, in iwpool_printf_split() [all …]
|
| /third_party/openssl/crypto/rand/ |
| D | rand_lib.c | 52 size_t rand_acquire_entropy_from_tsc(RAND_POOL *pool) in rand_acquire_entropy_from_tsc() 85 size_t rand_acquire_entropy_from_cpu(RAND_POOL *pool) in rand_acquire_entropy_from_cpu() 136 RAND_POOL *pool; in rand_drbg_get_entropy() local 235 RAND_POOL *pool; in rand_drbg_get_nonce() local 285 size_t rand_drbg_get_additional_data(RAND_POOL *pool, unsigned char **pout) in rand_drbg_get_additional_data() 299 void rand_drbg_cleanup_additional_data(RAND_POOL *pool, unsigned char *out) in rand_drbg_cleanup_additional_data() 383 RAND_POOL *pool = NULL; in RAND_poll() local 435 RAND_POOL *pool; in rand_pool_new() local 483 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); in rand_pool_attach() local 509 void rand_pool_free(RAND_POOL *pool) in rand_pool_free() [all …]
|
| /third_party/skia/tests/ |
| D | SkBlockAllocatorTest.cpp | 19 static size_t ScratchBlockSize(SkSBlockAllocator<N>& pool) { in ScratchBlockSize() 26 static int block_count(const SkSBlockAllocator<N>& pool) { in block_count() 36 static Block* get_block(SkSBlockAllocator<N>& pool, int blockIndex) { in get_block() 55 static size_t total_size(SkSBlockAllocator<N>& pool) { in total_size() 60 static size_t add_block(SkSBlockAllocator<N>& pool) { in add_block() 70 static void* alloc_byte(SkSBlockAllocator<N>& pool) { in alloc_byte() 102 SkSBlockAllocator<1024> pool{}; in DEF_TEST() local 183 SkSBlockAllocator<1024> pool{}; in DEF_TEST() local 236 SkSBlockAllocator<1024> pool{}; in DEF_TEST() local 270 SkSBlockAllocator<1024> pool{}; in DEF_TEST() local [all …]
|
| /third_party/gstreamer/gstplugins_good/sys/v4l2/ |
| D | gstv4l2bufferpool.c | 111 gst_v4l2_buffer_pool_copy_buffer (GstV4l2BufferPool * pool, GstBuffer * dest, in gst_v4l2_buffer_pool_copy_buffer() 200 gst_v4l2_buffer_pool_import_userptr (GstV4l2BufferPool * pool, in gst_v4l2_buffer_pool_import_userptr() 326 gst_v4l2_buffer_pool_import_dmabuf (GstV4l2BufferPool * pool, in gst_v4l2_buffer_pool_import_dmabuf() 375 gst_v4l2_buffer_pool_prepare_buffer (GstV4l2BufferPool * pool, in gst_v4l2_buffer_pool_prepare_buffer() 422 GstV4l2BufferPool *pool = GST_V4L2_BUFFER_POOL (bpool); in gst_v4l2_buffer_pool_alloc_buffer() local 487 GstV4l2BufferPool *pool = GST_V4L2_BUFFER_POOL (bpool); in gst_v4l2_buffer_pool_set_config() local 614 gst_v4l2_buffer_pool_resurrect_buffer (GstV4l2BufferPool * pool) in gst_v4l2_buffer_pool_resurrect_buffer() 640 gst_v4l2_buffer_pool_streamon (GstV4l2BufferPool * pool) in gst_v4l2_buffer_pool_streamon() 686 gst_v4l2_buffer_pool_streamoff (GstV4l2BufferPool * pool) in gst_v4l2_buffer_pool_streamoff() 736 GstV4l2BufferPool *pool = GST_V4L2_BUFFER_POOL (bpool); in gst_v4l2_buffer_pool_start() local [all …]
|
| /third_party/gstreamer/gstreamer/tests/check/gst/ |
| D | gstbufferpool.c | 30 GstBufferPool *pool = gst_buffer_pool_new (); in create_pool() local 64 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST() local 81 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST() local 110 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST() local 142 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST() local 159 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST() local 174 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST() local 232 GstBufferPool *pool = gst_buffer_pool_new (); in GST_START_TEST() local 262 GstBufferPool *pool = create_pool (5, 4, 30); in GST_START_TEST() local 284 GstBufferPool *pool = create_pool (10, 0, 0); in GST_START_TEST() local
|
| /third_party/nghttp2/src/ |
| D | memchunk_test.cc | 37 MemchunkPool pool; in test_pool_recycle() local 90 MemchunkPool16 pool; in test_memchunks_append() local 131 MemchunkPool16 pool; in test_memchunks_drain() local 151 MemchunkPool16 pool; in test_memchunks_riovec() local 184 MemchunkPool16 pool; in test_memchunks_recycle() local 201 MemchunkPool16 pool; in test_memchunks_reset() local 224 MemchunkPool16 pool; in test_peek_memchunks_append() local 259 MemchunkPool16 pool; in test_peek_memchunks_disable_peek_drain() local 287 MemchunkPool16 pool; in test_peek_memchunks_disable_peek_no_drain() local 315 MemchunkPool16 pool; in test_peek_memchunks_reset() local
|
| /third_party/gstreamer/gstreamer/tests/examples/streams/ |
| D | testrtpool.c | 34 default_prepare (GstTaskPool * pool, GError ** error) in default_prepare() 42 default_cleanup (GstTaskPool * pool) in default_cleanup() 48 default_push (GstTaskPool * pool, GstTaskPoolFunction func, gpointer data, in default_push() 88 default_join (GstTaskPool * pool, gpointer id) in default_join() 117 test_rt_pool_init (TestRTPool * pool) in test_rt_pool_init() 130 GstTaskPool *pool; in test_rt_pool_new() local
|
| D | testrtpool.h | 29 #define TEST_RT_POOL(pool) (G_TYPE_CHECK_INSTANCE_CAST ((pool), TEST_TYPE_RT_POOL, TestR… argument 30 #define TEST_IS_RT_POOL(pool) (G_TYPE_CHECK_INSTANCE_TYPE ((pool), TEST_TYPE_RT_POOL)) argument 33 #define TEST_RT_POOL_GET_CLASS(pool) (G_TYPE_INSTANCE_GET_CLASS ((pool), TEST_TYPE_RT_POOL, TestRT… argument 34 #define TEST_RT_POOL_CAST(pool) ((TestRTPool*)(pool)) argument
|
| /third_party/gstreamer/gstplugins_bad/sys/vdpau/ |
| D | gstvdpvideobufferpool.c | 43 gst_vdp_video_buffer_pool_get_options (GstBufferPool * pool) in gst_vdp_video_buffer_pool_get_options() 53 gst_vdp_video_buffer_pool_set_config (GstBufferPool * pool, in gst_vdp_video_buffer_pool_set_config() 120 gst_vdp_video_buffer_pool_alloc (GstBufferPool * pool, GstBuffer ** buffer, in gst_vdp_video_buffer_pool_alloc() 171 GstVdpVideoBufferPool *pool; in gst_vdp_video_buffer_pool_new() local 196 gst_vdp_video_buffer_pool_init (GstVdpVideoBufferPool * pool) in gst_vdp_video_buffer_pool_init() 204 GstVdpVideoBufferPool *pool = GST_VDP_VIDEO_BUFFER_POOL_CAST (object); in gst_vdp_video_buffer_pool_finalize() local
|
| /third_party/glib/glib/ |
| D | gthreadpool.c | 91 GThreadPool pool; member 123 GThreadPool *pool; member 142 g_thread_pool_queue_push_unlocked (GRealThreadPool *pool, in g_thread_pool_queue_push_unlocked() 157 GRealThreadPool *pool; in g_thread_pool_wait_for_new_pool() local 244 g_thread_pool_wait_for_new_task (GRealThreadPool *pool) in g_thread_pool_wait_for_new_task() 331 GRealThreadPool *pool; in g_thread_pool_thread_proxy() local 430 g_thread_pool_start_thread (GRealThreadPool *pool, in g_thread_pool_start_thread() 670 g_thread_pool_push (GThreadPool *pool, in g_thread_pool_push() 735 g_thread_pool_set_max_threads (GThreadPool *pool, in g_thread_pool_set_max_threads() 787 g_thread_pool_get_max_threads (GThreadPool *pool) in g_thread_pool_get_max_threads() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| D | pool_test.cpp | 22 marl::UnboundedPool<int> pool; in TEST_P() local 26 marl::BoundedPool<int, 10> pool; in TEST_P() local 40 marl::UnboundedPool<int> pool; in TEST_P() local 47 marl::UnboundedPool<int> pool; in TEST_P() local 60 marl::BoundedPool<int, 100> pool; in TEST_P() local 67 marl::BoundedPool<int, 10> pool; in TEST_P() local 95 marl::UnboundedPool<CtorDtorCounter, marl::PoolPolicy::Reconstruct> pool; in TEST_P() local 116 marl::BoundedPool<CtorDtorCounter, 10, marl::PoolPolicy::Reconstruct> pool; in TEST_P() local 138 marl::UnboundedPool<CtorDtorCounter, marl::PoolPolicy::Preserve> pool; in TEST_P() local 162 marl::BoundedPool<CtorDtorCounter, 10, marl::PoolPolicy::Preserve> pool; in TEST_P() local [all …]
|
| /third_party/libunwind/src/mi/ |
| D | mempool.c | 69 free_object (struct mempool *pool, void *object) in free_object() 79 add_memory (struct mempool *pool, char *mem, size_t size, size_t obj_size) in add_memory() 88 expand (struct mempool *pool) in expand() 110 mempool_init (struct mempool *pool, size_t obj_size, size_t reserve) in mempool_init() 137 mempool_alloc (struct mempool *pool) in mempool_alloc() 158 mempool_free (struct mempool *pool, void *object) in mempool_free()
|
| /third_party/gstreamer/gstplugins_base/sys/xvimage/ |
| D | xvimagepool.c | 48 xvimage_buffer_pool_get_options (GstBufferPool * pool) in xvimage_buffer_pool_get_options() 58 xvimage_buffer_pool_set_config (GstBufferPool * pool, GstStructure * config) in xvimage_buffer_pool_set_config() 196 xvimage_buffer_pool_alloc (GstBufferPool * pool, GstBuffer ** buffer, in xvimage_buffer_pool_alloc() 247 GstXvImageBufferPool *pool; in gst_xvimage_buffer_pool_new() local 272 gst_xvimage_buffer_pool_init (GstXvImageBufferPool * pool) in gst_xvimage_buffer_pool_init() 280 GstXvImageBufferPool *pool = GST_XVIMAGE_BUFFER_POOL_CAST (object); in gst_xvimage_buffer_pool_finalize() local
|
| /third_party/gstreamer/gstplugins_bad/sys/kms/ |
| D | gstkmsbufferpool.c | 53 gst_kms_buffer_pool_get_options (GstBufferPool * pool) in gst_kms_buffer_pool_get_options() 64 gst_kms_buffer_pool_set_config (GstBufferPool * pool, GstStructure * config) in gst_kms_buffer_pool_set_config() 133 gst_kms_buffer_pool_alloc_buffer (GstBufferPool * pool, GstBuffer ** buffer, in gst_kms_buffer_pool_alloc_buffer() 184 GstKMSBufferPool *pool; in gst_kms_buffer_pool_finalize() local 197 gst_kms_buffer_pool_init (GstKMSBufferPool * pool) in gst_kms_buffer_pool_init() 221 GstBufferPool *pool; in gst_kms_buffer_pool_new() local
|
| /third_party/boost/boost/pool/detail/ |
| D | mutex.hpp | 15 namespace boost{ namespace details{ namespace pool{ namespace 36 namespace boost{ namespace details{ namespace pool{ namespace 46 namespace boost{ namespace details{ namespace pool{ namespace 57 namespace boost{ namespace details{ namespace pool{ namespace 99 namespace boost{ namespace details{ namespace pool{ namespace
|
| /third_party/eudev/src/shared/ |
| D | mempool.c | 27 struct pool { struct 28 struct pool *next; argument 33 void* mempool_alloc_tile(struct mempool *mp) { in mempool_alloc_tile() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| D | memorypool.c | 89 struct MemoryPool *pool; in MHD_pool_create() local 135 MHD_pool_destroy (struct MemoryPool *pool) in MHD_pool_destroy() 165 MHD_pool_allocate (struct MemoryPool *pool, in MHD_pool_allocate() 208 MHD_pool_reallocate (struct MemoryPool *pool, in MHD_pool_reallocate() 262 MHD_pool_reset (struct MemoryPool *pool, in MHD_pool_reset()
|
| /third_party/gstreamer/gstplugins_bad/sys/msdk/ |
| D | gstmsdkbufferpool.c | 66 gst_msdk_buffer_pool_get_options (GstBufferPool * pool) in gst_msdk_buffer_pool_get_options() 98 gst_msdk_buffer_pool_set_config (GstBufferPool * pool, GstStructure * config) in gst_msdk_buffer_pool_set_config() 211 gst_msdk_buffer_pool_alloc_buffer (GstBufferPool * pool, in gst_msdk_buffer_pool_alloc_buffer() 266 gst_msdk_buffer_pool_acquire_buffer (GstBufferPool * pool, in gst_msdk_buffer_pool_acquire_buffer() 322 gst_msdk_buffer_pool_release_buffer (GstBufferPool * pool, GstBuffer * buf) in gst_msdk_buffer_pool_release_buffer() 344 GstMsdkBufferPool *pool = GST_MSDK_BUFFER_POOL_CAST (object); in gst_msdk_buffer_pool_finalize() local 354 gst_msdk_buffer_pool_init (GstMsdkBufferPool * pool) in gst_msdk_buffer_pool_init() 378 GstMsdkBufferPool *pool = g_object_new (GST_TYPE_MSDK_BUFFER_POOL, NULL); in gst_msdk_buffer_pool_new() local
|
| /third_party/boost/libs/asio/test/ |
| D | thread_pool.cpp | 42 void decrement_to_zero(thread_pool* pool, int* count) in decrement_to_zero() 56 void nested_decrement_to_zero(thread_pool* pool, int* count) in nested_decrement_to_zero() 72 thread_pool pool(1); in thread_pool_test() local 163 thread_pool pool(1); in thread_pool_executor_query_test() local 224 thread_pool pool(1); in thread_pool_executor_execute_test() local 379 thread_pool pool(1); in thread_pool_scheduler_test() local 451 thread_pool pool(1); in thread_pool_executor_bulk_execute_test() local
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
| D | gstglbufferpool.c | 72 gst_gl_buffer_pool_get_options (GstBufferPool * pool) in gst_gl_buffer_pool_get_options() 86 gst_gl_buffer_pool_set_config (GstBufferPool * pool, GstStructure * config) in gst_gl_buffer_pool_set_config() 261 gst_gl_buffer_pool_start (GstBufferPool * pool) in gst_gl_buffer_pool_start() 268 gst_gl_buffer_pool_alloc (GstBufferPool * pool, GstBuffer ** buffer, in gst_gl_buffer_pool_alloc() 313 GstGLBufferPool *pool; in gst_gl_buffer_pool_new() local 340 gst_gl_buffer_pool_init (GstGLBufferPool * pool) in gst_gl_buffer_pool_init() 356 GstGLBufferPool *pool = GST_GL_BUFFER_POOL_CAST (object); in gst_gl_buffer_pool_finalize() local
|
| /third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
| D | vkbufferpool.c | 62 gst_vulkan_buffer_pool_get_options (GstBufferPool * pool) in gst_vulkan_buffer_pool_get_options() 72 gst_vulkan_buffer_pool_set_config (GstBufferPool * pool, GstStructure * config) in gst_vulkan_buffer_pool_set_config() 148 gst_vulkan_buffer_pool_alloc (GstBufferPool * pool, GstBuffer ** buffer, in gst_vulkan_buffer_pool_alloc() 205 GstVulkanBufferPool *pool; in gst_vulkan_buffer_pool_new() local 231 gst_vulkan_buffer_pool_init (GstVulkanBufferPool * pool) in gst_vulkan_buffer_pool_init() 239 GstVulkanBufferPool *pool = GST_VULKAN_BUFFER_POOL_CAST (object); in gst_vulkan_buffer_pool_finalize() local
|
| /third_party/boringssl/src/crypto/pool/ |
| D | pool.c | 43 CRYPTO_BUFFER_POOL *pool = OPENSSL_malloc(sizeof(CRYPTO_BUFFER_POOL)); in CRYPTO_BUFFER_POOL_new() local 60 void CRYPTO_BUFFER_POOL_free(CRYPTO_BUFFER_POOL *pool) { in CRYPTO_BUFFER_POOL_free() 77 CRYPTO_BUFFER_POOL *pool) { in CRYPTO_BUFFER_new() 159 CRYPTO_BUFFER* CRYPTO_BUFFER_new_from_CBS(CBS *cbs, CRYPTO_BUFFER_POOL *pool) { in CRYPTO_BUFFER_new_from_CBS() 168 CRYPTO_BUFFER_POOL *const pool = buf->pool; in CRYPTO_BUFFER_free() local
|