Home
last modified time | relevance | path

Searched defs:count (Results 4976 - 5000 of 6537) sorted by relevance

1...<<191192193194195196197198199200>>...262

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c906 EVP_MD_meth_set_update(EVP_MD *md, int (*update)(EVP_MD_CTX *ctx, const void *data, size_t count)) EVP_MD_meth_set_update() argument
1063 EVP_MD_CTX_set_update_fn(EVP_MD_CTX *ctx, int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count)) EVP_MD_CTX_set_update_fn() argument
/third_party/node/deps/uv/src/unix/
H A Dcore.c1268 int uv_os_environ(uv_env_item_t** envitems, int* count) { in uv_os_environ() argument
H A Daix.c144 int count; in uv__io_poll() local
1044 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { in uv_cpu_info() argument
1100 int uv_interface_addresses(uv_interface_address_t** addresses, int* count) { in uv_interface_addresses() argument
1268 uv_free_interface_addresses(uv_interface_address_t* addresses, int count) uv_free_interface_addresses() argument
[all...]
H A Dos390.c229 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { in uv_cpu_info() argument
273 uv__interface_addresses_v6(uv_interface_address_t** addresses, int* count) uv__interface_addresses_v6() argument
396 uv_interface_addresses(uv_interface_address_t** addresses, int* count) uv_interface_addresses() argument
571 uv_free_interface_addresses(uv_interface_address_t* addresses, int count) uv_free_interface_addresses() argument
815 int count; uv__io_poll() local
[all...]
H A Dstream.c1032 unsigned int count; in uv__stream_recv_cmsg() local
1083 int count; in uv__read() local
[all...]
/third_party/node/deps/uv/src/
H A Duv-common.c92 void* uv__calloc(size_t count, size_t size) { in uv__calloc() argument
870 void uv_os_free_environ(uv_env_item_t* envitems, int count) { in uv_os_free_environ() argument
881 void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count) { in uv_free_cpu_info() argument
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h1070 unsigned count; global() member
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_dfa_match.c297 int count; /* Count for repeats */ member
752 int count; in internal_dfa_match() local
[all...]
/third_party/python/Lib/collections/
H A D__init__.py1306 def count(self, item): global() member in UserList
1429 def count(self, sub, start=0, end=_sys.maxsize): global() member in UserString
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dcli-command.c2118 unsigned i, count; in pa_cli_command_execute_line_stateful() local
/third_party/pulseaudio/sonic/
H A Dsonic.c348 int count = numSamples*stream->numChannels; in addFloatSamplesToInputBuffer() local
389 int count = numSamples*stream->numChannels; in addUnsignedCharSamplesToInputBuffer() local
463 int count; in sonicReadFloatFromStream() local
521 int count; in sonicReadUnsignedCharFromStream() local
[all...]
/third_party/openssl/crypto/evp/
H A Devp_lib.c906 EVP_MD_meth_set_update(EVP_MD *md, int (*update)(EVP_MD_CTX *ctx, const void *data, size_t count)) EVP_MD_meth_set_update() argument
1063 EVP_MD_CTX_set_update_fn(EVP_MD_CTX *ctx, int (*update) (EVP_MD_CTX *ctx, const void *data, size_t count)) EVP_MD_CTX_set_update_fn() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp347 deUint32 count = 0; in getDeviceImageSparseMemoryRequirements() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiMaintenance3Check.cpp103 deUint32 count; member
444 deUint32 count; getBindingsDescription() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp218 deUint32 count; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRatePixelConsistency.cpp1364 deUint32 count; in createPixelConsistencyTests() member
1370 VkExtent2D count; in createPixelConsistencyTests() member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp730 deInt32 count = 0; in createPipelineCreateInfos() local
967 deInt32 count = 0; in createPipelineCreateInfos() local
H A DvktPipelineInputAssemblyTests.cpp759 deUint32 count = 1; in PrimitiveRestartTest() local
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp589 std::vector<VkClearValue> genClearValues (const VkFormat format, const deUint32 count) in genClearValues() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp849 const deUint32 count = static_cast<deUint32>(xfbBufferSize / sizeof(tcu::Vec4)); in iterate() local
94 verifyXfbBuffer(const tcu::Vec4* const xfbResults, const std::vector<tcu::Vec4>& vertices, const std::vector<size_t>& provoking, deUint32 count, VkPrimitiveTopology topology, ProvokingVertexMode mode, std::string& errorMessage) verifyXfbBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassSampleReadTests.cpp234 VkSampleCountFlagBits sampleCountBitFromSampleCount (deUint32 count) in sampleCountBitFromSampleCount() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectRenderingTests.cpp697 deUint32 count = colorAttachmentCount + m_params.extraFragmentOutputCount; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm8bitStorageTests.cpp169 void addInfo(vector<bool>& info, int& ndx, const int count, const bool isData) in addInfo() argument
1054 unsigned count; in addCompute8bitStorage32To8Group() member
1361 unsigned count; in addCompute8bitStoragePushConstant8To32Group() member
1529 unsigned count; in addCompute8bitStorage16To8Group() member
1847 unsigned count; in addCompute8bitStoragePushConstant8To16Group() member
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp111 inline void addQueueFamilyIndex (const deUint32& queueFamilyIndex, const deUint32& count) in addQueueFamilyIndex() argument
H A DvktSynchronizationOperationMultiQueueTests.cpp243 void addQueueIndex (const deUint32 queueFamilyIndex, const deUint32 count, const VkQueueFlags flags) in addQueueIndex() argument
339 deUint32 count = 0; in totalQueueCount() local

Completed in 46 milliseconds

1...<<191192193194195196197198199200>>...262