HomeSort by relevance Sort by last modified time
    Searched defs:OldSize (Results 26 - 42 of 42) sorted by null

12

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
Miscompilation.cpp 552 unsigned OldSize = Blocks.size();
567 if (Blocks.size() == OldSize)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMap.h 946 unsigned OldSize = this->size();
951 if (OldSize) {
952 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 1117 UINT32 OldSize;
1378 OldSize = Size;
1391 if (Size - OldSize >= sizeof (EFI_COMMON_SECTION_HEADER) + sizeof (EFI_TE_IMAGE_HEADER) &&
1392 ((EFI_COMMON_SECTION_HEADER *) &FileBuffer[OldSize])->Type == EFI_SECTION_TE &&
1393 ((EFI_TE_IMAGE_HEADER *) &FileBuffer[OldSize + 4])->Machine == EFI_IMAGE_MACHINE_IA64) {
1394 TeStrippedSize = ((EFI_TE_IMAGE_HEADER *) &FileBuffer[OldSize + 4])->StrippedSize;
1395 Adjust = TeStrippedSize - (OldSize + sizeof (EFI_COMMON_SECTION_HEADER) + sizeof (EFI_TE_IMAGE_HEADER));
1398 memmove (&FileBuffer[OldSize + Adjust], &FileBuffer[OldSize], Size - OldSize);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c     [all...]
  /external/llvm/include/llvm/ADT/
DenseMap.h 946 unsigned OldSize = this->size();
951 if (OldSize) {
952 NewNumBuckets = 1 << (Log2_32_Ceil(OldSize) + 1);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAssembler.cpp 921 uint64_t OldSize = PF.getSize()
    [all...]
  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
MicrosoftDemangle.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [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...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 663 unsigned OldSize = OldVT.getStoreSizeInBits();
672 return (OldSize < 32);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 1105 milliseconds

12