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

1 2 3 4 5 6 7 8 910

  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/
Virt.c 76 UINT64 NewSize, CurSize;
83 NewSize = 0;
122 NewSize = CurSize;
135 PcdStatus = PcdSet64S (PcdSystemMemorySize, NewSize);
146 ASSERT (NewSize >= SIZE_128MB);
150 ((UINT64)PcdGet64 (PcdFdBaseAddress) >= (NewBase + NewSize)));
  /external/llvm/lib/Support/
StringMap.cpp 199 unsigned NewSize;
206 NewSize = NumBuckets*2;
209 NewSize = NumBuckets;
218 (StringMapEntryBase **)calloc(NewSize+1, sizeof(StringMapEntryBase *) +
220 unsigned *NewHashArray = (unsigned *)(NewTableArray + NewSize + 1);
221 NewTableArray[NewSize] = (StringMapEntryBase*)2;
230 unsigned NewBucket = FullHash & (NewSize-1);
232 NewTableArray[FullHash & (NewSize-1)] = Bucket;
233 NewHashArray[FullHash & (NewSize-1)] = FullHash;
242 NewBucket = (NewBucket + ProbeSize++) & (NewSize-1)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringMap.cpp 197 unsigned NewSize;
204 NewSize = NumBuckets*2;
207 NewSize = NumBuckets;
216 (StringMapEntryBase **)calloc(NewSize+1, sizeof(StringMapEntryBase *) +
218 unsigned *NewHashArray = (unsigned *)(NewTableArray + NewSize + 1);
219 NewTableArray[NewSize] = (StringMapEntryBase*)2;
228 unsigned NewBucket = FullHash & (NewSize-1);
230 NewTableArray[FullHash & (NewSize-1)] = Bucket;
231 NewHashArray[FullHash & (NewSize-1)] = FullHash;
240 NewBucket = (NewBucket + ProbeSize++) & (NewSize-1)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
StringMap.cpp 182 unsigned NewSize;
188 NewSize = NumBuckets*2;
190 NewSize = NumBuckets;
197 ItemBucket *NewTableArray =(ItemBucket*)calloc(NewSize+1, sizeof(ItemBucket));
198 NewTableArray[NewSize].Item = (StringMapEntryBase*)2;
206 unsigned NewBucket = FullHash & (NewSize-1);
208 NewTableArray[FullHash & (NewSize-1)].Item = IB->Item;
209 NewTableArray[FullHash & (NewSize-1)].FullHashValue = FullHash;
216 NewBucket = (NewBucket + ProbeSize++) & (NewSize-1);
228 NumBuckets = NewSize;
    [all...]
  /external/llvm/lib/Fuzzer/test/
FuzzerUnittest.cpp 68 size_t NewSize = MD.CrossOver(A.data(), A.size(), B.data(), B.size(),
70 C.resize(NewSize);
107 size_t NewSize = (MD.*M)(T, sizeof(T), sizeof(T));
108 if (NewSize == 7 && !memcmp(REM0, T, 7)) FoundMask |= 1 << 0;
109 if (NewSize == 7 && !memcmp(REM1, T, 7)) FoundMask |= 1 << 1;
110 if (NewSize == 7 && !memcmp(REM2, T, 7)) FoundMask |= 1 << 2;
111 if (NewSize == 7 && !memcmp(REM3, T, 7)) FoundMask |= 1 << 3;
112 if (NewSize == 7 && !memcmp(REM4, T, 7)) FoundMask |= 1 << 4;
113 if (NewSize == 7 && !memcmp(REM5, T, 7)) FoundMask |= 1 << 5;
114 if (NewSize == 7 && !memcmp(REM6, T, 7)) FoundMask |= 1 << 6
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
MemoryAllocationLib.c 78 Allocates and zeros the number bytes specified by NewSize from memory of type
80 NewSize bytes are copied from OldBuffer to the newly allocated buffer, and
82 If NewSize is 0, then a valid buffer of 0 size is returned. If there is not
85 If the allocation of the new buffer is successful and the smaller of NewSize and OldSize
89 @param NewSize The size, in bytes, of the buffer to reallocate.
100 IN UINTN NewSize,
106 NewBuffer = AllocatePool (NewSize);
  /external/llvm/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IndexedMap.h 71 unsigned NewSize = toIndex_(n) + 1;
72 if (NewSize > storage_.size())
73 resize(NewSize);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
IndexedMap.h 69 unsigned NewSize = toIndex_(n) + 1;
70 if (NewSize > storage_.size())
71 resize(NewSize);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
SetSize.c 36 UINTN NewSize;
68 NewSize = 0;
74 NewSize = 0;
76 NewSize = ShellStrToUintn(Temp1);
92 Status = FileHandleSetSize(FileHandle, NewSize);
  /external/llvm/lib/Target/MSP430/
MSP430BranchSelector.cpp 143 unsigned NewSize;
148 NewSize = 4;
161 NewSize = 6;
169 // Remember that this instruction is NewSize bytes, increase the size of the
170 // block by NewSize-2, remember to iterate.
171 BlockSizes[MBB.getNumber()] += NewSize-2;
172 MBBStartOffset += NewSize;
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430BranchSelector.cpp 140 unsigned NewSize;
145 NewSize = 4;
158 NewSize = 6;
166 // Remember that this instruction is NewSize bytes, increase the size of the
167 // block by NewSize-2, remember to iterate.
168 BlockSizes[MBB.getNumber()] += NewSize-2;
169 MBBStartOffset += NewSize;

Completed in 1829 milliseconds

1 2 3 4 5 6 7 8 910