/external/python/cpython3/Objects/ |
bytesobject.c | 1325 Py_ssize_t newsize, squotes, dquotes; local [all...] |
dictobject.c | 1251 Py_ssize_t i, newsize; local 1364 Py_ssize_t newsize; local [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/ |
UefiShellLib.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
arraymodule.c | 45 array_resize(arrayobject *self, Py_ssize_t newsize)
51 to accommodate the newsize. If the newsize is 16 smaller than the
55 if (self->allocated >= newsize &&
56 Py_SIZE(self) < newsize + 16 &&
58 Py_SIZE(self) = newsize;
74 _new_size = (newsize >> 4) + (Py_SIZE(self) < 8 ? 3 : 7) + newsize;
87 Py_SIZE(self) = newsize;
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
arraymodule.c | 45 array_resize(arrayobject *self, Py_ssize_t newsize)
51 to accommodate the newsize. If the newsize is 16 smaller than the
55 if (self->allocated >= newsize &&
56 Py_SIZE(self) < newsize + 16 &&
58 Py_SIZE(self) = newsize;
74 _new_size = (newsize >> 4) + (Py_SIZE(self) < 8 ? 3 : 7) + newsize;
87 Py_SIZE(self) = newsize;
[all...] |
/external/python/cpython2/Modules/ |
arraymodule.c | 45 array_resize(arrayobject *self, Py_ssize_t newsize) 51 to accommodate the newsize. If the newsize is 16 smaller than the 55 if (self->allocated >= newsize && 56 Py_SIZE(self) < newsize + 16 && 58 Py_SIZE(self) = newsize; 74 _new_size = (newsize >> 4) + (Py_SIZE(self) < 8 ? 3 : 7) + newsize; 87 Py_SIZE(self) = newsize; [all...] |
/device/linaro/bootloader/edk2/StdLib/Include/ |
stdlib.h | 56 void *realloc (void *Ptr, size_t NewSize);
641 the size specified by NewSize.
656 If NewSize is zero and Ptr is not a null pointer, the object it points to
664 @param NewSize Size, in bytes, of the new object to allocate space for.
668 region of the requested size is returned. If NewSize is zero,
671 void *realloc(void *Ptr, size_t NewSize);
[all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
BitSet.java | 256 int newSize = Math.max(bits.length << 1, numWordsToHold(bit)); 257 long newbits[] = new long[newSize];
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
PaddingChecker.cpp | 269 CharUnits NewSize = NewOffset.alignTo(RL.getAlignment()); 270 NewPad += NewSize - NewOffset;
|
/external/deqp/modules/egl/ |
teglResizeTests.cpp | 94 IVec2 newSize; 106 , m_newSize (params.newSize)
|
/external/llvm/include/llvm/ADT/ |
SmallBitVector.h | 96 void switchToSmall(uintptr_t NewSmallBits, size_t NewSize) { 98 setSmallSize(NewSize);
|
/external/lzma/CPP/7zip/UI/Console/ |
ExtractCallbackConsole.cpp | 232 const wchar_t *newName, const FILETIME *newTime, const UInt64 *newSize,
246 PrintFileInfo(_so, newName, newTime, newSize);
|
/external/python/cpython3/Doc/c-api/ |
tuple.rst | 94 .. c:function:: int _PyTuple_Resize(PyObject **p, Py_ssize_t newsize) 96 Can be used to resize a tuple. *newsize* will be the new length of the tuple.
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
BitVector.h | 393 void grow(unsigned NewSize) { 394 Capacity = std::max(NumBitWords(NewSize), Capacity * 2);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
SmallBitVector.h | 96 void switchToSmall(uintptr_t NewSmallBits, size_t NewSize) { 98 setSmallSize(NewSize);
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Allocator.h | 292 void setRedZoneSize(size_t NewSize) { 293 RedZoneSize = NewSize;
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
Allocator.h | 292 void setRedZoneSize(size_t NewSize) { 293 RedZoneSize = NewSize;
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
Allocator.h | 292 void setRedZoneSize(size_t NewSize) { 293 RedZoneSize = NewSize;
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
Allocator.h | 295 void setRedZoneSize(size_t NewSize) { 296 RedZoneSize = NewSize;
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
Allocator.h | 295 void setRedZoneSize(size_t NewSize) { 296 RedZoneSize = NewSize;
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
Allocator.h | 295 void setRedZoneSize(size_t NewSize) { 296 RedZoneSize = NewSize;
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
Allocator.h | 295 void setRedZoneSize(size_t NewSize) { 296 RedZoneSize = NewSize;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
SmallBitVector.h | 96 void switchToSmall(uintptr_t NewSmallBits, size_t NewSize) { 98 setSmallSize(NewSize);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Allocator.h | 292 void setRedZoneSize(size_t NewSize) { 293 RedZoneSize = NewSize;
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
Allocator.h | 292 void setRedZoneSize(size_t NewSize) { 293 RedZoneSize = NewSize;
|