| /third_party/node/deps/uv/src/unix/ |
| H A D | netbsd.c | 55 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 D | pipe.c | 302 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 D | fs-event.c | 160 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 D | getaddrinfo.c | 399 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 D | process-stdio.c | 385 int uv__stdio_verify(BYTE* buffer, WORD size) { in uv__stdio_verify() argument
|
| /third_party/libbpf/src/ |
| H A D | zip.c | 130 __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 D | lame_test.cpp | 45 explicit PcmGenerator(int size) in PcmGenerator() argument
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/ |
| H A D | DigitSequenceMatcher.java | 120 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 D | dfa.rs | 593 let mut size = (self.trans.len() * size_of::<S>()) in calculate_size() variables
|
| /third_party/python/Python/ |
| H A D | thread_nt.h | 375 _pythread_nt_set_stacksize(size_t size) in _pythread_nt_set_stacksize() argument
|
| /third_party/openssl/test/ |
| H A D | params_conversion_test.c | 32 size_t size; member [all...] |
| H A D | sslcorrupttest.c | 77 static int tls_corrupt_gets(BIO *bio, char *buf, int size) in tls_corrupt_gets() argument
|
| H A D | tls13ccstest.c | 232 static int watchccs_gets(BIO *bio, char *buf, int size) in watchccs_gets() argument
|
| /third_party/pcre2/pcre2/src/ |
| H A D | pcre2_context.c | 56 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 D | pcre2_substring.c | 125 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 D | GenerateUcd.py | 728 size = len(records) * record_size global() variable [all...] |
| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitProtExecAllocator.c | 188 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 D | lookup3.c | 170 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 D | ParsingPrimitives.cs | 434 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 D | AbstractMessage.java | 127 void setMemoizedSerializedSize(int size) { in setMemoizedSerializedSize() argument [all...] |
| H A D | AbstractMessageLite.java | 105 void setMemoizedSerializedSize(int size) { in setMemoizedSerializedSize() argument [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | shm.c | 117 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 D | sample-util.c | 397 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 D | shared_memory.py | 219 def size(self): global() member in SharedMemory [all...] |
| /third_party/python/Include/internal/ |
| H A D | pycore_object.h | 100 _PyObject_InitVar(PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size) in _PyObject_InitVar() argument
|