Searched
full:newsize (Results
626 -
650 of
1060) sorted by null
<<21222324252627282930>>
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/ |
SmallPtrSet.h | 209 void Grow(unsigned NewSize);
|
BitVector.h | 867 void grow(unsigned NewSize) { 868 size_t NewCapacity = std::max<size_t>(NumBitWords(NewSize), Bits.size() * 2);
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/ |
SmallPtrSet.h | 209 void Grow(unsigned NewSize);
|
BitVector.h | 867 void grow(unsigned NewSize) { 868 size_t NewCapacity = std::max<size_t>(NumBitWords(NewSize), Bits.size() * 2);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/ |
SmallPtrSet.h | 203 void Grow(unsigned NewSize);
|
BitVector.h | 867 void grow(unsigned NewSize) { 868 size_t NewCapacity = std::max<size_t>(NumBitWords(NewSize), Bits.size() * 2);
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/ |
SmallPtrSet.h | 203 void Grow(unsigned NewSize);
|
BitVector.h | 867 void grow(unsigned NewSize) { 868 size_t NewCapacity = std::max<size_t>(NumBitWords(NewSize), Bits.size() * 2);
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/ |
SmallPtrSet.h | 203 void Grow(unsigned NewSize);
|
BitVector.h | 867 void grow(unsigned NewSize) { 868 size_t NewCapacity = std::max<size_t>(NumBitWords(NewSize), Bits.size() * 2);
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/ |
SmallPtrSet.h | 203 void Grow(unsigned NewSize);
|
BitVector.h | 867 void grow(unsigned NewSize) { 868 size_t NewCapacity = std::max<size_t>(NumBitWords(NewSize), Bits.size() * 2);
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
SmallPtrSet.h | 207 void Grow(unsigned NewSize);
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/ |
SmallPtrSet.h | 209 void Grow(unsigned NewSize);
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/ |
SmallPtrSet.h | 209 void Grow(unsigned NewSize);
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/ |
SmallPtrSet.h | 203 void Grow(unsigned NewSize);
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/ |
SmallPtrSet.h | 203 void Grow(unsigned NewSize);
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/ |
SmallPtrSet.h | 203 void Grow(unsigned NewSize);
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/ |
SmallPtrSet.h | 203 void Grow(unsigned NewSize);
|
/system/chre/util/include/chre/util/ |
dynamic_vector.h | 197 bool resize(size_type newSize);
|
/external/python/cpython3/Objects/ |
longobject.c | 4289 Py_ssize_t shiftby, newsize, wordshift, loshift, hishift, i, j; local 4348 Py_ssize_t shiftby, oldsize, newsize, wordshift, remshift, i, j; local [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
BootMaint.h | [all...] |
/external/clang/lib/AST/ |
RecordLayoutBuilder.cpp | 769 void setSize(CharUnits NewSize) { Size = Context.toBits(NewSize); } 770 void setSize(uint64_t NewSize) { Size = NewSize; } 780 void setDataSize(CharUnits NewSize) { DataSize = Context.toBits(NewSize); } 781 void setDataSize(uint64_t NewSize) { DataSize = NewSize; } [all...] |
/external/conscrypt/common/src/main/java/org/conscrypt/ |
OpenSSLCipher.java | [all...] |
/external/pdfium/third_party/lcms/include/ |
lcms2_plugin.h | 106 CMSAPI void* CMSEXPORT _cmsRealloc(cmsContext ContextID, void* Ptr, cmsUInt32Number NewSize); 225 typedef void* (* _cmsReallocFnPtrType)(cmsContext ContextID, void* Ptr, cmsUInt32Number NewSize);
|
Completed in 1252 milliseconds
<<21222324252627282930>>