HomeSort by relevance Sort by last modified time
    Searched refs:NewSize (Results 201 - 225 of 236) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/clang/host/linux-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/linux-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);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGen.c 428 Allocates and zeros the number bytes specified by NewSize from memory of type
430 NewSize bytes are copied from OldBuffer to the newly allocated buffer, and
432 If NewSize is 0, then a valid buffer of 0 size is returned. If there is not
435 If the allocation of the new buffer is successful and the smaller of NewSize and OldSize
439 @param NewSize The size, in bytes, of the buffer to reallocate.
449 IN UINTN NewSize,
455 NewBuffer = InternalVarCheckAllocateZeroPool (NewSize);
457 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize));
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Include/Library/
ShellLib.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcdcep.h 125 RPCRTAPI RPC_STATUS RPC_ENTRY I_RpcReallocPipeBuffer(PRPC_MESSAGE Message,unsigned int NewSize);
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 582 uint64_t NewSize = DstTy->getNumElements() + SrcTy->getNumElements();
583 ArrayType *NewType = ArrayType::get(EltTy, NewSize);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceBitVector.h 766 void grow(unsigned NewSize) {
768 Capacity = std::max(NumBitWords(NewSize), Capacity * 2);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
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/
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/
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/
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/
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/
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-4393122/include/llvm/ADT/
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-4479392/include/llvm/ADT/
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-4579689/include/llvm/ADT/
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-4630689/include/llvm/ADT/
BitVector.h 867 void grow(unsigned NewSize) {
868 size_t NewCapacity = std::max<size_t>(NumBitWords(NewSize), Bits.size() * 2);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.c     [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 820 uint64_t NewSize = DstNumElements + SrcElements.size();
821 ArrayType *NewType = ArrayType::get(EltTy, NewSize);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c 648 UINTN NewSize;
682 NewSize = Size - StrSize(RetVal);
685 NewSize,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantIslandPass.cpp     [all...]

Completed in 956 milliseconds

1 2 3 4 5 6 7 8910