Home
last modified time | relevance | path

Searched refs:NumBlocks (Results 1 – 23 of 23) sorted by relevance

/third_party/ltp/testcases/kernel/io/writetest/
Dwritetest.c55 off_t NumBlocks = 1; variable
193 NumBlocks = strtoul(optarg, NULL, 0); in parse_args()
232 tst_resm(TINFO, "Blocks: %lld\n", (long long int)NumBlocks); in main()
237 (long long int)NumBlocks, BLOCKSIZE, Filename); in main()
239 rv = write_file(NumBlocks, Filename); in main()
247 (long long int)NumBlocks, Filename); in main()
249 rv = verify_file(NumBlocks, Filename); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFCommon.h42 support::ulittle32_t NumBlocks; member
132 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals() argument
140 return divideCeil(NumBlocks - FpmNumber, BlockSize); in getNumFpmIntervals()
145 return divideCeil(NumBlocks, 8 * BlockSize); in getNumFpmIntervals()
151 return getNumFpmIntervals(L.SB->BlockSize, L.SB->NumBlocks,
DMSFBuilder.h124 Error allocateBlocks(uint32_t NumBlocks, MutableArrayRef<uint32_t> Blocks);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMSFBuilder.cpp101 Error MSFBuilder::allocateBlocks(uint32_t NumBlocks, in allocateBlocks() argument
103 if (NumBlocks == 0) in allocateBlocks()
107 if (NumFreeBlocks < NumBlocks) { in allocateBlocks()
111 uint32_t AllocBlocks = NumBlocks - NumFreeBlocks; in allocateBlocks()
140 } while (--NumBlocks > 0); in allocateBlocks()
284 SB->NumBlocks = FreeBlocks.size(); in generateLayout()
324 while (BI < Layout.SB->NumBlocks) { in commitFpm()
328 (BI < Layout.SB->NumBlocks) ? Layout.FreePageMap.test(BI) : true; in commitFpm()
346 uint64_t FileSize = Layout.SB->BlockSize * Layout.SB->NumBlocks; in commit()
DMSFCommon.cpp50 if (SB.BlockMapAddr >= SB.NumBlocks) in validateSuperBlock()
79 FL.Length = divideCeil(Msf.SB->NumBlocks, 8); in getFpmStreamLayout()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp99 unsigned NumBlocks = 0; in discoverAndMapException() local
117 NumBlocks += SubE->getBlocksVector().capacity(); in discoverAndMapException()
130 ++NumBlocks; in discoverAndMapException()
139 WE->reserveBlocks(NumBlocks); in discoverAndMapException()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp270 unsigned NumBlocks = MF->size(); in initMBBInfo() local
273 MBBs.resize(NumBlocks); in initMBBInfo()
276 Terminators.reserve(NumBlocks); in initMBBInfo()
279 for (unsigned I = 0; I < NumBlocks; ++I) { in initMBBInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelect.cpp100 const size_t NumBlocks = MF.size(); in runOnMachineFunction() local
216 if (MF.size() != NumBlocks) { in runOnMachineFunction()
DLegalizer.cpp289 const size_t NumBlocks = MF.size(); in runOnMachineFunction() local
319 if (MF.size() != NumBlocks) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCodeMetrics.h56 unsigned NumBlocks = false; member
DLoopInfoImpl.h423 unsigned NumBlocks = 0; in discoverAndMapSubloop() local
439 ++NumBlocks; in discoverAndMapSubloop()
458 NumBlocks += Subloop->getBlocksVector().capacity(); in discoverAndMapSubloop()
471 L->reserveBlocks(NumBlocks); in discoverAndMapSubloop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp196 unsigned NumBlocks; member
205 unsigned SplitEdgeCost = (NumOrigBlocks > NumBlocks) ? 2 : 0; in calculateCost()
206 Cost = (NumInstructions * (NumBlocks - 1)) - in calculateCost()
219 OS << "<Candidate Cost=" << C.Cost << " #Blocks=" << C.NumBlocks in operator <<()
754 Cand.NumBlocks = ActivePreds.size(); in analyzeInstructionForSinking()
DADCE.cpp216 auto NumBlocks = F.size(); in initialize() local
220 BlockInfo.reserve(NumBlocks); in initialize()
DMergeICmps.cpp761 int NumBlocks) { in getOrderedBlocks() argument
763 std::vector<BasicBlock *> Blocks(NumBlocks); in getOrderedBlocks()
766 for (int BlockIndex = NumBlocks - 1; BlockIndex > 0; --BlockIndex) { in getOrderedBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DMemory.inc121 size_t NumBlocks = (NumBytes + Granularity - 1) / Granularity;
134 size_t AllocSize = NumBlocks * Granularity;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp902 auto NumBlocks = readNumber<uint64_t>(); in readSummaryEntry() local
903 if (std::error_code EC = NumBlocks.getError()) in readSummaryEntry()
906 Entries.emplace_back(*Cutoff, *MinBlockCount, *NumBlocks); in readSummaryEntry()
923 auto NumBlocks = readNumber<uint64_t>(); in readSummary() local
924 if (std::error_code EC = NumBlocks.getError()) in readSummary()
943 *MaxFunctionCount, *NumBlocks, *NumFunctions); in readSummary()
DInstrProfReader.cpp774 Ent.NumBlocks); in readSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeCalc.cpp44 unsigned NumBlocks = MF->getNumBlockIDs(); in resetLiveOutMap() local
46 Seen.resize(NumBlocks); in resetLiveOutMap()
48 Map.resize(NumBlocks); in resetLiveOutMap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCodeMetrics.cpp119 ++NumBlocks; in analyzeBasicBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp61 return ContainerLayout.SB->NumBlocks; in getBlockCount()
140 ContainerLayout.FreePageMap.resize(SB->NumBlocks); in parseFileHeaders()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp1143 unsigned NumBlocks = TheLoop->getNumBlocks(); in canVectorize() local
1144 if (NumBlocks != 1 && !canVectorizeWithIfConvert()) { in canVectorize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProf.h1004 uint64_t NumBlocks; ///< Number of blocks >= the minumum execution count. member
1073 ER.NumBlocks = E.NumCounts; in setEntry()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp768 static constexpr int NumBlocks = 14; variable
771 static constexpr BlockDesc blockDescs[NumBlocks][MaxBlockDescIndex] = {