/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
bytearrayobject.c | 927 size_t newsize;
local 934 newsize = 14 + 4 * length;
935 v = PyString_FromStringAndSize(NULL, newsize);
970 assert(newsize - (p - PyString_AS_STRING(v)) >= 5);
991 assert(newsize - (p - PyString_AS_STRING(v)) >= 1);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
bytearrayobject.c | 921 size_t newsize;
local 928 newsize = 14 + 4 * length;
929 v = PyString_FromStringAndSize(NULL, newsize);
964 assert(newsize - (p - PyString_AS_STRING(v)) >= 5);
985 assert(newsize - (p - PyString_AS_STRING(v)) >= 1);
[all...] |
/external/brotli/c/enc/ |
encode.c | 930 size_t newsize = s->num_commands_ + bytes \/ 2 + 1; local [all...] |
/external/libexif/libexif/ |
exif-entry.c | 198 unsigned int i, newsize; local 243 newsize = e->components * exif_format_get_size (EXIF_FORMAT_SHORT); 244 newdata = exif_entry_alloc (e, newsize); 247 "Could not allocate %lu byte(s).", (unsigned long)newsize); 263 e->size = newsize; [all...] |
/external/python/cpython2/Objects/ |
bytearrayobject.c | 928 size_t newsize; local 935 newsize = 14 + 4 * length; 936 v = PyString_FromStringAndSize(NULL, newsize); 971 assert(newsize - (p - PyString_AS_STRING(v)) >= 5); 992 assert(newsize - (p - PyString_AS_STRING(v)) >= 1); [all...] |
/external/python/cpython3/Objects/ |
bytearrayobject.c | 896 size_t newsize; local 912 newsize = 15 + length * 4; 913 buffer = PyObject_Malloc(newsize); 940 assert(newsize - (p - buffer) >= 5); 961 assert(newsize - (p - buffer) >= 1); [all...] |
/external/python/cpython3/Modules/_decimal/libmpdec/ |
mpdecimal.c | 3240 mpd_ssize_t newsize, shift; local 3658 mpd_ssize_t newsize; local [all...] |
/external/libxml2/ |
tree.c | [all...] |
/external/opencv/cxcore/src/ |
cxarray.cpp | 843 int newsize = MAX( mat->hashsize*2, CV_SPARSE_HASH_SIZE0); local 844 int newrawsize = newsize*sizeof(newtable[0]); 847 assert( (newsize & (newsize - 1)) == 0 ); 857 int newidx = node->hashval & (newsize - 1); 865 mat->hashsize = newsize; 866 tabidx = hashval & (newsize - 1); [all...] |
/external/libunwind_llvm/src/ |
UnwindCursor.hpp | 121 size_t newSize = oldSize * 4; 123 entry *newBuffer = (entry *)malloc(newSize * sizeof(entry)); 129 _bufferEnd = &newBuffer[newSize]; [all...] |
/external/python/cpython3/Parser/ |
tokenizer.c | 1046 Py_ssize_t newsize = curvalid + BUFSIZ; local 1049 newsize); 1059 tok->end = tok->buf + newsize; [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
ApplicationsState.java | [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/ |
ShellLib.h | [all...] |
/external/deqp/framework/qphelper/ |
qpTestLog.c | 624 deBool Buffer_resize (Buffer* buffer, size_t newSize) 627 if (newSize > buffer->capacity) 629 size_t newCapacity = (size_t)deAlign32(deMax32(2*(int)buffer->capacity, (int)newSize), 512); 640 buffer->size = newSize; [all...] |
/external/dlmalloc/ |
malloc.c | 4337 size_t newsize = sp->size - extra; local 4862 size_t newsize = oldsize + m->topsize; local 4886 size_t newsize = oldsize + dvs; local 4900 size_t newsize = oldsize + nextsize; local 4957 size_t newsize = chunksize(p) - leadsize; local 5148 size_t newsize = chunksize(next) + psize; local [all...] |
/external/llvm/include/llvm/ADT/ |
SmallPtrSet.h | 178 void Grow(unsigned NewSize);
|
/external/llvm/lib/Transforms/Scalar/ |
SeparateConstOffsetFromGEP.cpp | 592 unsigned NewSize = 0; 595 UserChain[NewSize] = I; 596 NewSize++; 599 UserChain.resize(NewSize); [all...] |
/external/ltp/testcases/kernel/io/aio/aio01/ |
aio01.c | 89 off_t newsize; member in struct:test_case_t
|
/external/python/cpython2/Doc/library/ |
mmap.rst | 209 .. method:: resize(newsize)
|
/external/python/cpython3/Doc/c-api/ |
bytes.rst | 191 .. c:function:: int _PyBytes_Resize(PyObject **bytes, Py_ssize_t newsize)
|
/external/python/cpython3/Doc/library/ |
mmap.rst | 227 .. method:: resize(newsize)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
SmallPtrSet.h | 190 void Grow(unsigned NewSize);
|
/external/tensorflow/tensorflow/contrib/lite/ |
context.h | 268 // NOTE: ResizeTensor takes ownership of newSize.
|
/external/valgrind/drd/ |
drd_clientreq.c | 126 DRD_(malloclike_block)(vg_tid, arg[1]/*addr*/, arg[3]/*newSize*/);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
SmallPtrSet.h | 207 void Grow(unsigned NewSize);
|