HomeSort by relevance Sort by last modified time
    Searched refs:OldSize (Results 76 - 88 of 88) sorted by null

1 2 34

  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
BitVector.h 386 unsigned OldSize = Size;
388 if (t || N < OldSize)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.h     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
VarCheckHiiGen.c 429 EfiBootServicesData. If OldBuffer is not NULL, then the smaller of OldSize and
435 If the allocation of the new buffer is successful and the smaller of NewSize and OldSize
438 @param OldSize The size, in bytes, of OldBuffer.
448 IN UINTN OldSize,
457 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize));
    [all...]
  /external/llvm/lib/Analysis/
LazyCallGraph.cpp 589 int OldSize = OldSCC.size();
595 for (Node &N : make_range(OldSCC.begin() + OldSize, OldSCC.end())) {
    [all...]
  /external/syslinux/efi32/include/efi/
efilib.h 358 IN UINTN OldSize,
  /external/syslinux/efi64/include/efi/
efilib.h 358 IN UINTN OldSize,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efilib.h 358 IN UINTN OldSize,
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 750 const size_t OldSize = States.size();
796 assert(OldSize == States.size() &&
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 429 size_t OldSize = LifetimeExtendedCleanupStack.size();
435 char *Buffer = &LifetimeExtendedCleanupStack[OldSize];
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 523 unsigned OldSize = OldVT.getStoreSizeInBits();
532 return (OldSize < 32);
    [all...]

Completed in 761 milliseconds

1 2 34