Home
last modified time | relevance | path

Searched defs:size (Results 9726 - 9750 of 15539) sorted by relevance

1...<<381382383384385386387388389390>>...622

/third_party/node/deps/uv/src/unix/
H A Dnetbsd.c55 size_t size = sizeof(info); in uv_loadavg() local
66 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() argument
102 size_t size = sizeof(info); in uv_get_free_memory() local
120 size_t size = sizeof(info); uv_get_total_memory() local
167 size_t size = sizeof(info); uv_uptime() local
189 size_t size; uv_cpu_info() local
[all...]
H A Dpipe.c302 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname() argument
307 int uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getpeername() argument
258 uv__pipe_getsockpeername(const uv_pipe_t* handle, uv__peersockfunc func, char* buffer, size_t* size) uv__pipe_getsockpeername() argument
/third_party/node/deps/uv/src/win/
H A Dfs-event.c160 int name_size, is_path_dir, size; in uv_fs_event_start() local
429 int err, sizew, size; in uv__process_fs_event_req() local
[all...]
H A Dgetaddrinfo.c399 int uv_if_indextoname(unsigned int ifindex, char* buffer, size_t* size) { in uv_if_indextoname() argument
445 uv_if_indextoiid(unsigned int ifindex, char* buffer, size_t* size) uv_if_indextoiid() argument
[all...]
H A Dprocess-stdio.c385 int uv__stdio_verify(BYTE* buffer, WORD size) { in uv__stdio_verify() argument
/third_party/libbpf/src/
H A Dzip.c130 __u32 size; member
135 static void *check_access(struct zip_archive *archive, __u32 offset, __u32 size) in check_access() argument
202 off_t size; in zip_archive_open() local
[all...]
/third_party/lame/test/
H A Dlame_test.cpp45 explicit PcmGenerator(int size) in PcmGenerator() argument
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DDigitSequenceMatcher.java120 abstract int size(); in size() method in DigitSequenceMatcher
203 int size() { in size() method in DigitSequenceMatcher.ByteArrayMatcher
270 int size() { in size() method in DigitSequenceMatcher.StringMatcher
[all...]
/third_party/rust/crates/aho-corasick/src/
H A Ddfa.rs593 let mut size = (self.trans.len() * size_of::<S>()) in calculate_size() variables
/third_party/python/Python/
H A Dthread_nt.h375 _pythread_nt_set_stacksize(size_t size) in _pythread_nt_set_stacksize() argument
/third_party/openssl/test/
H A Dparams_conversion_test.c32 size_t size; member
[all...]
H A Dsslcorrupttest.c77 static int tls_corrupt_gets(BIO *bio, char *buf, int size) in tls_corrupt_gets() argument
H A Dtls13ccstest.c232 static int watchccs_gets(BIO *bio, char *buf, int size) in watchccs_gets() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_context.c56 static void *default_malloc(size_t size, void *data) in default_malloc() argument
86 PRIV(memctl_malloc)(size_t size, pcre2_memctl *memctl) in memctl_malloc() argument
H A Dpcre2_substring.c125 PCRE2_SIZE size; in pcre2_substring_copy_bynumber() local
213 PCRE2_SIZE size; pcre2_substring_get_bynumber() local
376 PCRE2_SIZE size; pcre2_substring_list_get() local
[all...]
/third_party/pcre2/pcre2/maint/
H A DGenerateUcd.py728 size = len(records) * record_size global() variable
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitProtExecAllocator.c188 static SLJIT_INLINE struct chunk_header* alloc_chunk(sljit_uw size) in alloc_chunk() argument
225 alloc_chunk(sljit_uw size) alloc_chunk() argument
252 free_chunk(void *chunk, sljit_uw size) free_chunk() argument
267 sljit_uw size; global() member
276 sljit_uw size; global() member
290 sljit_insert_free_block(struct free_block *free_block, sljit_uw size) sljit_insert_free_block() argument
315 sljit_malloc_exec(sljit_uw size) sljit_malloc_exec() argument
[all...]
/third_party/popt/src/
H A Dlookup3.c170 uint32_t jlu32w(uint32_t h, const uint32_t *k, size_t size) in jlu32w() argument
238 jlu32l(uint32_t h, const void *key, size_t size) jlu32l() argument
443 jlu32lpair(const void *key, size_t size, uint32_t *pc, uint32_t *pb) jlu32lpair() argument
647 jlu32b(uint32_t h, const void *key, size_t size) jlu32b() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParsingPrimitives.cs434 public static byte[] ReadRawBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int size) in ReadRawBytes() argument
453 private static byte[] ReadRawBytesSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int size) in ReadRawBytesSlow() argument
518 SkipRawBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int size) SkipRawBytes() argument
673 ValidateCurrentLimit(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int size) ValidateCurrentLimit() argument
769 IsDataAvailable(ref ParserInternalState state, int size) IsDataAvailable() argument
786 IsDataAvailableInSource(ref ParserInternalState state, int size) IsDataAvailableInSource() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractMessage.java127 void setMemoizedSerializedSize(int size) { in setMemoizedSerializedSize() argument
[all...]
H A DAbstractMessageLite.java105 void setMemoizedSerializedSize(int size) { in setMemoizedSerializedSize() argument
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dshm.c117 static int privatemem_create(pa_shm *m, size_t size) { in privatemem_create() argument
148 static int sharedmem_create(pa_shm *m, pa_mem_type_t type, size_t size, mode_t mode) { in sharedmem_create() argument
235 pa_shm_create_rw(pa_shm *m, pa_mem_type_t type, size_t size, mode_t mode) pa_shm_create_rw() argument
309 pa_shm_punch(pa_shm *m, size_t offset, size_t size) pa_shm_punch() argument
[all...]
H A Dsample-util.c397 size_t pa_convert_size(size_t size, const pa_sample_spec *from, const pa_sample_spec *to) { in pa_convert_size() argument
/third_party/python/Lib/multiprocessing/
H A Dshared_memory.py219 def size(self): global() member in SharedMemory
[all...]
/third_party/python/Include/internal/
H A Dpycore_object.h100 _PyObject_InitVar(PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size) in _PyObject_InitVar() argument

Completed in 22 milliseconds

1...<<381382383384385386387388389390>>...622