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

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Malloc.c 220 - valid NewSize >= OldSize Returns malloc(NewSize) with Oldsize bytes copied from Ptr
221 - valid NewSize < OldSize Returns new buffer with Oldsize bytes copied from Ptr
238 size_t OldSize = 0;
252 OldSize = (size_t)Head->Size;
262 NumCpy = OldSize;
263 if( OldSize > NewSize) {
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7Verify.c 273 UINTN OldSize;
331 OldSize = BufferSize;
339 OldSize = BufferSize;
341 BufferSize = OldSize + SingleCertSize + sizeof (UINT32);
349 CopyMem (CertBuf, OldBuf, OldSize);
354 WriteUnaligned32 ((UINT32 *) (CertBuf + OldSize), (UINT32) SingleCertSize);
355 CopyMem (CertBuf + OldSize + sizeof (UINT32), SingleCert, SingleCertSize);
367 *CertLength = BufferSize - OldSize - sizeof (UINT32);
373 CopyMem (*TrustedCert, CertBuf + OldSize + sizeof (UINT32), *CertLength);
475 UINTN OldSize;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
BitVector.h 212 unsigned OldSize = Size;
214 if (t || N < OldSize)
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 182 unsigned OldSize = AddrModeInsts.size();
189 AddrModeInsts.resize(OldSize);
198 AddrModeInsts.resize(OldSize);
261 unsigned OldSize = AddrModeInsts.size();
271 AddrModeInsts.resize(OldSize);
284 AddrModeInsts.resize(OldSize);
294 AddrModeInsts.resize(OldSize);
327 unsigned OldSize = AddrModeInsts.size();
343 AddrModeInsts.resize(OldSize);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsDir.c 356 UINT32 OldSize;
365 OldSize = BootMonFsFile->Info->FileSize;
371 if (NewSize < OldSize) {
388 } else if (NewSize > OldSize) {
401 Status = File->SetPosition (File, OldSize);
406 BufferSize = NewSize - OldSize;
  /external/llvm/include/llvm/ADT/
BitVector.h 207 unsigned OldSize = Size;
209 if (t || N < OldSize)
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 229 int OldSize = Slices.size();
231 auto SliceI = Slices.begin() + OldSize;
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
CrashDebugger.cpp 479 unsigned OldSize = GVs.size();
484 if (GVs.size() < OldSize)
502 unsigned OldSize = Functions.size();
505 if (Functions.size() < OldSize)
520 unsigned OldSize = Blocks.size();
522 if (Blocks.size() < OldSize)
Miscompilation.cpp 535 unsigned OldSize = Blocks.size();
549 if (Blocks.size() == OldSize)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
MSFBuilder.cpp 193 uint32_t OldSize = getStreamSize(Idx);
194 if (OldSize == Size)
198 uint32_t OldBlocks = bytesToBlocks(OldSize, BlockSize);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SROA.cpp 274 int OldSize = Slices.size();
276 auto SliceI = Slices.begin() + OldSize;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
BitVector.h 207 unsigned OldSize = Size;
209 if (t || N < OldSize)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FirmwareVolumeBuffer.c 398 UINTN OldSize;
406 Status = FvBufGetSize (*Fv, &OldSize);
426 NewSize = OldSize + (BlockCount * blk->Length);
436 CommonLibBinderCopyMem (NewFv, *Fv, OldSize);
464 (UINT8*)NewFv + OldSize,
465 (NewSize - OldSize),
1522 UINTN OldSize;
1531 Status = FvBufGetSize (Fv, &OldSize);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
MainHexEditor.c     [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 694 unsigned OldSize = GVs.size();
698 if (GVs.size() < OldSize)
806 unsigned OldSize = Functions.size();
809 if (Functions.size() < OldSize)
823 unsigned OldSize = Blocks.size();
825 if (Blocks.size() < OldSize)
    [all...]
Miscompilation.cpp 544 unsigned OldSize = Blocks.size();
558 if (Blocks.size() == OldSize)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
BitVector.h 386 unsigned OldSize = Size;
388 if (t || N < OldSize)
DenseMap.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
CrashDebugger.cpp 933 unsigned OldSize = GVs.size();
939 if (GVs.size() < OldSize)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
GenFvImageLib.c     [all...]
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 488 uptr OldSize = OldHeader.RequestedSize;
489 memcpy(NewPtr, OldPtr, Min(NewSize, OldSize));
494 QuarantineCallback(&Cache), Chunk, OldSize);
499 Chunk, OldSize);
  /external/llvm/lib/Fuzzer/
FuzzerLoop.cpp 549 size_t OldSize = Res.size();
567 assert(NewSize <= OldSize);
570 if (NewSize + 5 >= OldSize)
572 OldSize = NewSize;
  /external/llvm/lib/MC/
MCAssembler.cpp 788 uint64_t OldSize = LF.getContents().size();
800 return OldSize != LF.getContents().size();
806 uint64_t OldSize = DF.getContents().size();
818 return OldSize != Data.size();
824 uint64_t OldSize = DF.getContents().size();
833 return OldSize != Data.size();
838 unsigned OldSize = F.getContents().size();
840 return OldSize != F.getContents().size();
845 unsigned OldSize = F.getContents().size();
847 return OldSize != F.getContents().size()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 720 uint64_t OldSize = LF.getContents().size();
732 return OldSize != LF.getContents().size();
738 uint64_t OldSize = DF.getContents().size();
749 return OldSize != Data.size();
755 uint64_t OldSize = DF.getContents().size();
764 return OldSize != Data.size();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
StackColoring.cpp     [all...]

Completed in 2833 milliseconds

1 2