Home
last modified time | relevance | path

Searched defs:newsize (Results 1 – 25 of 45) sorted by relevance

12

/device/google/cuttlefish_common/common/libs/auto_resources/
Dauto_resources.cpp53 bool AutoFreeBuffer::Reserve(size_t newsize) { in Reserve()
67 bool AutoFreeBuffer::Resize(size_t newsize) { in Resize()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfgetstr.c68 __slbexpand(FILE *fp, size_t newsize) in __slbexpand()
Dvfwprintf.c1945 int n, newsize = oldsize * 2; in __grow_type_table() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlmem.c49 int newsize; in luaM_growaux_() local
Dlstring.c64 void luaS_resize (lua_State *L, int newsize) { in luaS_resize()
Dldo.c161 void luaD_reallocstack (lua_State *L, int newsize) { in luaD_reallocstack()
181 int newsize = 2 * size; in luaD_growstack() local
Dllex.c55 size_t newsize; in save() local
Dlauxlib.c441 size_t newsize = B->size * 2; /* double buffer size */ in luaL_prepbuffsize() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c968 Py_ssize_t newsize = curvalid + BUFSIZ; in tok_nextc() local
1341 int newsize = atoi(tp + strlen(*cp)); in tok_get() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c948 Py_ssize_t newsize = curvalid + BUFSIZ; in tok_nextc() local
1321 int newsize = atoi(tp + strlen(*cp)); in tok_get() local
/device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
Dfdt_rw.c418 int newsize; in fdt_open_into() local
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
Dfdt_rw.c423 int newsize; in fdt_open_into() local
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dst.c116 int newsize; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcStringIO.c408 size_t newsize = oself->buf_size; in O_cwrite() local
Dunicodedata.c532 Py_ssize_t newsize = PyString_GET_SIZE(result) + 10; in nfd_nfkd() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dfileio.c552 size_t newsize = new_buffersize(self, total); in fileio_readall() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dfileio.c542 size_t newsize = new_buffersize(self, total); in fileio_readall() local
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
Dglob.c822 size_t i, newsize, len; in globextend() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtupleobject.c837 _PyTuple_Resize(PyObject **pv, Py_ssize_t newsize) in _PyTuple_Resize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtupleobject.c847 _PyTuple_Resize(PyObject **pv, Py_ssize_t newsize) in _PyTuple_Resize()
Dlongobject.c3634 Py_ssize_t shiftby, newsize, wordshift, loshift, hishift, i, j; in long_rshift() local
3698 Py_ssize_t shiftby, oldsize, newsize, wordshift, remshift, i, j; in long_lshift() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmarshal.c83 Py_ssize_t size, newsize; in w_more() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dmarshal.c83 Py_ssize_t size, newsize; in w_more() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Dmarshal.c82 Py_ssize_t size, newsize; in w_more() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dunicodedata.c525 Py_ssize_t newsize = PyString_GET_SIZE(result) + 10; in nfd_nfkd() local

12