| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | evp_lib.c | 906 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 D | core.c | 1268 int uv_os_environ(uv_env_item_t** envitems, int* count) { in uv_os_environ() argument
|
| H A D | aix.c | 144 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 D | os390.c | 229 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 D | stream.c | 1032 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 D | uv-common.c | 92 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 D | coap_uthash_internal.h | 1070 unsigned count; global() member [all...] |
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_dfa_match.c | 297 int count; /* Count for repeats */ member 752 int count; in internal_dfa_match() local [all...] |
| /third_party/python/Lib/collections/ |
| H A D | __init__.py | 1306 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 D | cli-command.c | 2118 unsigned i, count; in pa_cli_command_execute_line_stateful() local
|
| /third_party/pulseaudio/sonic/ |
| H A D | sonic.c | 348 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 D | evp_lib.c | 906 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 D | vkQueryUtil.cpp | 347 deUint32 count = 0; in getDeviceImageSparseMemoryRequirements() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiMaintenance3Check.cpp | 103 deUint32 count; member 444 deUint32 count; getBindingsDescription() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| H A D | vktBindingDescriptorBufferTests.cpp | 218 deUint32 count; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
| H A D | vktFragmentShadingRatePixelConsistency.cpp | 1364 deUint32 count; in createPixelConsistencyTests() member 1370 VkExtent2D count; in createPixelConsistencyTests() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineCreationCacheControlTests.cpp | 730 deInt32 count = 0; in createPipelineCreateInfos() local 967 deInt32 count = 0; in createPipelineCreateInfos() local
|
| H A D | vktPipelineInputAssemblyTests.cpp | 759 deUint32 count = 1; in PrimitiveRestartTest() local
|
| H A D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 589 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 D | vktRasterizationProvokingVertexTests.cpp | 849 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 D | vktRenderPassSampleReadTests.cpp | 234 VkSampleCountFlagBits sampleCountBitFromSampleCount (deUint32 count) in sampleCountBitFromSampleCount() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| H A D | vktShaderObjectRenderingTests.cpp | 697 deUint32 count = colorAttachmentCount + m_params.extraFragmentOutputCount; in iterate() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm8bitStorageTests.cpp | 169 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 D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 111 inline void addQueueFamilyIndex (const deUint32& queueFamilyIndex, const deUint32& count) in addQueueFamilyIndex() argument
|
| H A D | vktSynchronizationOperationMultiQueueTests.cpp | 243 void addQueueIndex (const deUint32 queueFamilyIndex, const deUint32 count, const VkQueueFlags flags) in addQueueIndex() argument 339 deUint32 count = 0; in totalQueueCount() local
|