Home
last modified time | relevance | path

Searched defs:pool (Results 201 - 225 of 390) sorted by relevance

12345678910>>...16

/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c141 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy() argument
626 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy() argument
754 ossl_pool_add_nonce_data(RAND_POOL *pool) ossl_pool_add_nonce_data() argument
777 ossl_rand_pool_add_additional_data(RAND_POOL *pool) ossl_rand_pool_add_additional_data() argument
[all...]
H A Drand_vms.c344 size_t data_collect_method(RAND_POOL *pool) in data_collect_method() argument
500 size_t get_entropy_method(RAND_POOL *pool) in get_entropy_method() argument
543 ossl_pool_acquire_entropy(RAND_POOL *pool) ossl_pool_acquire_entropy() argument
550 ossl_pool_add_nonce_data(RAND_POOL *pool) ossl_pool_add_nonce_data() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_ctx.c65 BN_POOL pool; member
162 BN_POOL_ITEM *pool = ctx->pool.head; in BN_CTX_free() local
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs83 private FileDescriptor(ByteString descriptorData, FileDescriptorProto proto, IEnumerable<FileDescriptor> dependencies, DescriptorPool pool, bool allowUnknownDependencies, GeneratedClrTypeInfo generatedCodeInfo) in FileDescriptor() argument
/third_party/pulseaudio/src/pulsecore/
H A Dmemblock.h63 pa_mempool *pool; member
H A Dsample-util.c180 static pa_memblock *silence_memblock_new(pa_mempool *pool, uint8_t c) { in silence_memblock_new() argument
217 pa_memchunk* pa_silence_memchunk_get(pa_silence_cache *cache, pa_mempool *pool, pa_memchunk* ret, const pa_sample_spec *spec, size_t length) { in pa_silence_memchunk_get() argument
373 void pa_memchunk_sine(pa_memchunk *c, pa_mempool *pool, unsigne argument
[all...]
H A Dcore.c111 pa_mempool *pool; in pa_core_new() local
/third_party/pulseaudio/src/tests/
H A Dresampler-rewind-test.c47 static pa_memblock *silence_memblock_new(pa_mempool *pool, uint8_t c) { in silence_memblock_new() argument
141 static pa_memblock* generate_block(pa_mempool *pool, const pa_sample_spec *ss, unsigned frequency, double amplitude, size_t nr_of_samples) { in generate_block() argument
223 pa_mempool *pool = NULL; in main() local
[all...]
/third_party/openssl/crypto/bn/
H A Dbn_ctx.c65 BN_POOL pool; member
162 BN_POOL_ITEM *pool = ctx->pool.head; in BN_CTX_free() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRef.hpp215 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkDescriptorPool pool) in Deleter() argument
238 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkCommandPool pool) in Deleter() argument
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline.cc78 Result Pipeline::Initialize(CommandPool* pool) { in Initialize() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp93 void DestroyPool(VmaAllocator allocator, VmaPool pool) in DestroyPool() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.cpp414 void Device::FreeCommandBuffer(VkCommandPool pool, VkCommandBuffer buffer) in FreeCommandBuffer() argument
299 AllocateDescriptorSet( VkDescriptorPool pool, VkDescriptorSetLayout layout, VkDescriptorSet *out) const AllocateDescriptorSet() argument
401 AllocateCommandBuffer( VkCommandPool pool, VkCommandBuffer *out) const AllocateCommandBuffer() argument
/third_party/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c141 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy() argument
626 size_t ossl_pool_acquire_entropy(RAND_POOL *pool) in ossl_pool_acquire_entropy() argument
754 ossl_pool_add_nonce_data(RAND_POOL *pool) ossl_pool_add_nonce_data() argument
777 ossl_rand_pool_add_additional_data(RAND_POOL *pool) ossl_rand_pool_add_additional_data() argument
[all...]
H A Drand_vms.c344 size_t data_collect_method(RAND_POOL *pool) in data_collect_method() argument
500 size_t get_entropy_method(RAND_POOL *pool) in get_entropy_method() argument
543 ossl_pool_acquire_entropy(RAND_POOL *pool) ossl_pool_acquire_entropy() argument
550 ossl_pool_add_nonce_data(RAND_POOL *pool) ossl_pool_add_nonce_data() argument
[all...]
/third_party/openssl/providers/implementations/rands/
H A Dseed_src.c98 RAND_POOL *pool; in seed_src_generate() local
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dhuffman_encode_utils.c135 SetBitDepths(const HuffmanTree* const tree, const HuffmanTree* const pool, uint8_t* const bit_depths, int level) SetBitDepths() argument
/third_party/skia/tests/
H A DGrMemoryPoolTest.cpp234 AutoPoolReleaser(GrMemoryPool& pool): fPool(pool) { in AutoPoolReleaser() argument
262 auto pool in DEF_TEST() local
268 auto pool = GrMemoryPool::Make(kSmallestMinAllocSize, kSmallestMinAllocSize / 2); DEF_TEST() local
278 auto pool = GrMemoryPool::Make(kPreallocSize, 0); DEF_TEST() local
285 auto pool = GrMemoryPool::Make(0, kMinAllocSize); DEF_TEST() local
300 auto pool = GrMemoryPool::Make(kSmallestMinAllocSize, kMinAllocSize); DEF_TEST() local
[all...]
/third_party/skia/third_party/externals/dawn/examples/
H A DManualSwapChainTest.cpp338 utils::ScopedAutoreleasePool pool; in main() local
H A DComputeBoids.cpp328 utils::ScopedAutoreleasePool pool; in main() local
H A DCubeReflection.cpp305 utils::ScopedAutoreleasePool pool; in main() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-name-table.hh355 const char *pool; member
H A Dhb-ot-post-table.hh259 const uint8_t *pool; member
/third_party/protobuf/src/google/protobuf/compiler/
H A Dimporter.h179 inline const DescriptorPool* pool() const { return &pool_; } in pool() function in google::protobuf::compiler::Importer
/third_party/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.cc241 PyDescriptorPool* pool = cmessage::GetFactoryForMessage(self->parent)->pool; in _FindExtensionByName() local
271 PyDescriptorPool* pool = cmessage::GetFactoryForMessage(self->parent)->pool; in _FindExtensionByNumber() local
[all...]

Completed in 17 milliseconds

12345678910>>...16