HomeSort by: relevance | last modified time | path
    Searched defs:blockCount (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.cpp 111 unsigned blockCount = m_header.m_imageBlocks - 2; // exclude digest at end of image
112 while (blockCount--)
sbtool.cpp 457 unsigned blockCount = section->getBlockCount();
458 unsigned dataLength = sizeOfCipherBlocks(blockCount);
464 for (offset = 0; offset < blockCount;)
  /src/external/bsd/zstd/dist/programs/
benchfn.h 78 size_t blockCount; /* number of blocks to operate benchFn on.
  /src/sys/dev/raidframe/
rf_psstatus.h 86 int blockCount; /* count of # proc that have blocked recon on
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 79 unsigned blockCount() const {
80 return NB.getContext().blockCount();
CoreEngine.h 220 unsigned blockCount() const {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 228 currBldrCtx->blockCount());
298 Caller->getCalleeStackFrame(currBldrCtx->blockCount());
317 *Caller->getAdjustedParameterIndex(Idx), currBldrCtx->blockCount());
839 unsigned blockCount = currBldrCtx->blockCount();
860 symVal = svalBuilder.getConjuredHeapSymbolVal(CNE, LCtx, blockCount);
863 blockCount);
875 State = Call->invalidateRegions(blockCount);
965 currBldrCtx->blockCount());
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp 203 unsigned blockCount = section->getBlockCount();
219 blockCount = nop.getBlockCount();
221 while (blocksWritten < blockCount)
254 blockCount = tag.getBlockCount();
256 while (blocksWritten < blockCount)
278 blockCount = section->getBlockCount();
280 while (blocksWritten < blockCount)
927 uint32_t blockCount = getDataBlockCount();
930 if (offset >= blockCount)
936 unsigned resultBlocks = blockCount - offset
    [all...]
  /src/external/bsd/pdisk/dist/
SCSI_media.c 130 int DoReadCapacity(UInt32 id, UInt32 bus, UInt32 *blockCount, UInt32 *blockSize);
290 UInt32 blockCount;
303 if (DoReadCapacity(device, bus, &blockCount, &blockSize) != 0) {
308 a->m.size_in_bytes = ((long long)blockCount) * blockSize;
576 DoReadCapacity(UInt32 id, UInt32 bus, UInt32 *blockCount, UInt32 *blockSize)
613 *blockCount = temp;
hfs_misc.c 108 uint32_t blockCount;

Completed in 39 milliseconds