/third_party/node/deps/uv/src/unix/ |
H A D | netbsd.c | 180 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { in uv_cpu_info() argument 240 size_t count, req; in uv__random_sysctl() local
|
H A D | pipe.c | 312 void uv_pipe_pending_instances(uv_pipe_t* handle, int count) { in uv_pipe_pending_instances() argument
|
/third_party/node/deps/uv/src/win/ |
H A D | process-stdio.c | 173 int count, i; in uv__stdio_create() local 358 int i, count; uv__stdio_destroy() local 373 int i, count; uv__stdio_noinherit() local 386 unsigned int count; uv__stdio_verify() local [all...] |
/third_party/libcoap/man/ |
H A D | examples-code-check.c | 455 int count = 1; in main() local
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | Operation.java | 285 private final int count; field in Operation.Any 288 Any(boolean isTerminating, int count, ImmutableList<DfaNode> outs) { in Any() argument
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_printint.c | 243 int count = 0; in get_ucpname() local
|
H A D | pcre2_study.c | 478 int count = GET2(cc, 1+IMM2_SIZE); in find_minlength() local 1674 int count = 0; in study() local
|
H A D | pcre2_substring.c | 319 int count = match_data->rc; in pcre2_substring_length_bynumber() local 375 int i, count, count2; in pcre2_substring_list_get() local [all...] |
/third_party/pcre2/pcre2/maint/ |
H A D | GenerateUcd.py | 868 count = 8 variable 872 count = 0 variable
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | CodedInputStreamTest.cs | 377 public override int Read(byte[] buffer, int offset, int count)
in Read() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | ByteString.cs | 235 public static ByteString CopyFrom(byte[] bytes, int offset, int count)
in CopyFrom() argument
|
H A D | JsonTokenizer.cs | 538 private char? ConsumeDigits(StringBuilder builder, out int count) in ConsumeDigits() argument
|
/third_party/python/Lib/distutils/ |
H A D | _msvccompiler.py | 26 from itertools import count namespace
|
/third_party/python/Lib/multiprocessing/ |
H A D | shared_memory.py | 519 def count(self, value): member in ShareableList
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluetooth-policy.c | 246 unsigned count = 0; in source_output_count() local
|
/third_party/python/Lib/test/libregrtest/ |
H A D | main.py | 20 from test.libregrtest.utils import removepy, count, format_duration, printlist namespace [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | srbchannel.c | 37 pa_atomic_t *count; /* amount of data in the buffer */ member 43 static void *pa_ringbuffer_peek(pa_ringbuffer *r, int *count) { in pa_ringbuffer_peek() argument 55 static bool pa_ringbuffer_drop(pa_ringbuffer *r, int count) { in pa_ringbuffer_drop() argument 64 static void *pa_ringbuffer_begin_write(pa_ringbuffer *r, int *count) { in pa_ringbuffer_begin_write() argument 72 pa_ringbuffer_end_write(pa_ringbuffer *r, int count) pa_ringbuffer_end_write() argument [all...] |
/third_party/openssl/crypto/cms/ |
H A D | cms_att.c | 233 int count = X509_ATTRIBUTE_count(at); in cms_check_attribute() local
|
/third_party/openssl/crypto/bn/ |
H A D | bn_asm.c | 210 int i, count = 2; in bn_div_words() local
|
H A D | bn_rand.c | 137 int count = 100; in bnrand_range() local
|
/third_party/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 145 int ossl_cmp_mock_srv_set_pollCount(OSSL_CMP_SRV_CTX *srv_ctx, int count) in ossl_cmp_mock_srv_set_pollCount() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 373 deUint32 count = 0; in testShadingRates() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktCommandPoolMemoryReservationTests.cpp | 318 deUint32 count; in createCommandPoolMemoryReservationTests() member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectCreateTests.cpp | 508 const deUint32 count = m_stage == vk::VK_SHADER_STAGE_ALL ? 50 : 10; in iterate() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmUtils.cpp | 339 std::vector<deInt64> getInt64s (de::Random& rnd, const deUint32 count) in getInt64s() argument 374 std::vector<deInt32> getInt32s (de::Random& rnd, const deUint32 count) in getInt32s() argument 409 getInt16s(de::Random& rnd, const deUint32 count) getInt16s() argument 436 getInt8s(de::Random& rnd, const deUint32 count) getInt8s() argument 486 getFloat64s(de::Random& rnd, deUint32 count, deBool includeSpecialFloat16Values) getFloat64s() argument 584 getFloat32s(de::Random& rnd, deUint32 count, deBool includeSpecialFloat16Values) getFloat32s() argument 681 getFloat16s(de::Random& rnd, deUint32 count, deBool includeSpecialFloat16Values) getFloat16s() argument [all...] |