Home
last modified time | relevance | path

Searched defs:count (Results 5576 - 5600 of 15853) sorted by relevance

1...<<221222223224225226227228229230>>...635

/third_party/libuv/src/unix/
H A Dpipe.c397 void uv_pipe_pending_instances(uv_pipe_t* handle, int count) { in uv_pipe_pending_instances() argument
H A Dfreebsd.c177 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { in uv_cpu_info() argument
H A Dnetbsd.c185 int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count) { in uv_cpu_info() argument
245 size_t count, req; in uv__random_sysctl() local
H A Dtcp.c230 int count, i; in uv__ipv6_link_local_scope_id() local
H A Dkqueue.c149 int count; in uv__io_poll() local
/third_party/libuv/src/win/
H A Dprocess-stdio.c173 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/libsnd/regtest/
H A Ddatabase.c47 int count ; member
/third_party/libsnd/src/
H A Ddwvw.c191 int k, bufferlen, readcount = 0, count ; in dwvw_read_s() local
218 int readcount, count ; in dwvw_read_i() local
245 int k, bufferlen, readcount = 0, count ; in dwvw_read_f() local
277 int k, bufferlen, readcount = 0, count ; dwvw_read_d() local
306 { int count ; dwvw_decode_data() local
484 { int count ; dwvw_encode_data() local
562 int k, bufferlen, writecount = 0, count ; dwvw_write_s() local
589 int writecount, count ; dwvw_write_i() local
616 int k, bufferlen, writecount = 0, count ; dwvw_write_f() local
648 int k, bufferlen, writecount = 0, count ; dwvw_write_d() local
[all...]
H A Dvoc.c204 short count ; in voc_read_header() local
H A Dgsm610.c242 { int count, total = 0, indx = 0 ; in gsm610_read_block() local
268 int readcount, count ; in gsm610_read_s() local
295 int k, bufferlen, readcount = 0, count ; gsm610_read_i() local
321 int k, bufferlen, readcount = 0, count ; gsm610_read_f() local
350 int k, bufferlen, readcount = 0, count ; gsm610_read_d() local
475 { int count, total = 0, indx = 0 ; gsm610_write_block() local
498 int writecount, count ; gsm610_write_s() local
525 int k, bufferlen, writecount = 0, count ; gsm610_write_i() local
551 int k, bufferlen, writecount = 0, count ; gsm610_write_f() local
582 int k, bufferlen, writecount = 0, count ; gsm610_write_d() local
[all...]
H A Dg72x.c204 { int count, total = 0, indx = 0 ; in g72x_read_block() local
230 int readcount, count ; in g72x_read_s() local
257 int k, bufferlen, readcount = 0, count ; g72x_read_i() local
287 int k, bufferlen, readcount = 0, count ; g72x_read_f() local
319 int k, bufferlen, readcount = 0, count ; g72x_read_d() local
449 { int count, total = 0, indx = 0 ; g72x_write_block() local
472 int writecount, count ; g72x_write_s() local
498 int k, bufferlen, writecount = 0, count ; g72x_write_i() local
526 int k, bufferlen, writecount = 0, count ; g72x_write_f() local
558 int k, bufferlen, writecount = 0, count ; g72x_write_d() local
[all...]
/third_party/libsnd/src/ALAC/
H A Dalac_decoder.c589 int16_t count ; in alac_fill_element() local
612 uint16_t count ; in alac_data_stream_element() local
[all...]
/third_party/libsnd/tests/
H A Dlossy_comp_test.c2363 sf_count_t count, datalen ; in read_raw_test() local
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-metrics.h118 uint64_t count; member
180 uint32_t count[2]; member
/third_party/mbedtls/programs/test/
H A Dmetatest.c201 size_t start = 0, offset = 0, count = 0; in test_memory_poison() local
[all...]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_core.py23 count = 0 variable in BignumCoreShiftR
164 count variable in BignumCoreAddAndAddIf
185 count = 0 global() variable in BignumCoreSub
207 count = 0 global() variable in BignumCoreMLA
289 count = 0 global() variable in BignumCoreMul
314 count = 0 global() variable in BignumCoreMontmul
855 count = 0 global() variable in BignumCoreSubInt
886 count = 0 global() variable in BignumCoreZeroCheckCT
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_esgs_io_to_mem.c91 int start, count; in emit_split_buffer_store() local
/third_party/lzma/CPP/Windows/
H A DRegistry.cpp211 DWORD count = sizeof(DWORD); in QueryValue() local
245 LONG CKey::QueryValue(LPCTSTR name, LPTSTR value, UInt32 &count) throw() in QueryValue() argument
272 LONG CKey::QueryValue(LPCWSTR name, LPWSTR value, UInt32 &count) in QueryValue() argument
312 LONG CKey::QueryValue(LPCTSTR name, void *value, UInt32 &count) throw() in QueryValue() argument
/third_party/libdrm/nouveau/nvif/
H A Dioctl.h41 __u8 count; member
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs24 public override int Read(byte[] buffer, int offset, int count) in Read() argument
46 public override void Write(byte[] buffer, int offset, int count) in Write() argument
/third_party/mbedtls/library/
H A Dpkcs7.c383 int count = 0; in pkcs7_get_signers_info_set() local
/third_party/json/tests/src/
H A Dunit-class_parser.cpp134 explicit SaxCountdown(const int count) : events_left(count) in SaxCountdown() argument
/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp409 size_type count(const Key& key) const in count() function in nlohmann::fifo_map
/third_party/lame/frontend/
H A Drtp.c327 int count, size; in rtp_send() local
/third_party/jerryscript/jerry-core/lit/
H A Dlit-magic-strings.c142 lit_magic_strings_ex_set(const lit_utf8_byte_t * const *ex_str_items, uint32_t count, const lit_utf8_size_t *ex_str_sizes) lit_magic_strings_ex_set() argument

Completed in 25 milliseconds

1...<<221222223224225226227228229230>>...635