Home
last modified time | relevance | path

Searched defs:newsize (Results 26 - 50 of 71) sorted by relevance

123

/third_party/node/deps/uv/src/unix/
H A Dos390-syscalls.c107 unsigned int newsize; in maybe_resize() local
/third_party/python/Modules/
H A D_codecsmodule.c203 Py_ssize_t newsize; in _codecs_escape_encode_impl() local
/third_party/ntfs-3g/libfuse-lite/
H A Dfusermount.c266 unsigned newsize = oldsize + 1 + strlen(opt) + expand + 1; in add_option() local
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig.c132 size_t newsize; in commanjoin() local
/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_def.c713 size_t newsize; in str_copy() local
/third_party/openssl/crypto/conf/
H A Dconf_def.c713 size_t newsize; in str_copy() local
/third_party/python/Parser/
H A Dpegen.c188 int newsize = p->size * 2; in _resize_tokens_array() local
H A Dtokenizer.c357 Py_ssize_t newsize = oldsize + Py_MAX(size, oldsize >> 1); in tok_reserve_buf() local
/third_party/python/Modules/_io/
H A Dwinconsoleio.c797 DWORD newsize = new_buffersize(self, len); in _io__WindowsConsoleIO_readall_impl() local
/third_party/vulkan-loader/loader/
H A DcJSON.c148 size_t newsize; in ensure() local
/third_party/ffmpeg/libavcodec/
H A Domx.c866 int newsize = s->output_buf_size + buffer->nFilledLen + AV_INPUT_BUFFER_PADDING_SIZE; in omx_encode_frame() local
/third_party/backends/backend/
H A Dhp5400_internal.c565 int newsize = p->bufstart + maxoff + 2 * p->blksize; in CircBufferGetLine() local
H A Dhp-accessor.c75 hp_data_resize (HpData this, size_t newsize) in hp_data_resize() argument
97 size_t newsize = this->bufsiz; in hp_data_alloc() local
/third_party/libfuse/util/
H A Dfusermount.c672 unsigned newsize = oldsize + 1 + strlen(opt) + expand + 1; in add_option() local
/third_party/pcre2/pcre2/src/
H A Dpcre2_dfa_match.c429 uint32_t newsize = (rws->size >= UINT32_MAX/2)? UINT32_MAX/2 : rws->size * 2; in more_workspace() local
H A Dpcre2_match.c668 PCRE2_SIZE newsize = match_data->heapframes_size * 2; in match() local
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdflib.c318 unsigned long newsize = oldsize + ( oldsize >> 1 ) + 5; in _bdf_list_ensure() local
/third_party/python/Lib/test/
H A Dtest_sys.py1505 newsize = PySet_MINSIZE variable in SizeofTest.test_objecttypes.C
/third_party/python/Objects/
H A Dtupleobject.c915 _PyTuple_Resize(PyObject **pv, Py_ssize_t newsize) in _PyTuple_Resize() argument
H A Dlistobject.c44 list_resize(PyListObject *self, Py_ssize_t newsize) in list_resize() argument
[all...]
H A Dbytearrayobject.c938 Py_ssize_t newsize; in bytearray_repr() local
H A Dsetobject.c244 size_t newsize = PySet_MINSIZE; in set_table_resize() local
/third_party/ffmpeg/libavformat/
H A Daviobuf.c1100 int64_t newsize = avio_size(s); in ffio_limit() local
/third_party/cJSON/
H A DcJSON.c608 size_t newsize = 0; in ensure() local
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c948 int newsize; in devclass_alloc_unit() local

Completed in 59 milliseconds

123