HomeSort by: relevance | last modified time | path
    Searched refs:blockCount (Results 1 - 25 of 39) sorted by relevancy

1 2

  /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/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
STLAlgorithmModeling.cpp 113 SVal RetVal = SVB.conjureSymbolVal(nullptr, CE, LCtx, C.blockCount());
125 CE, LCtx, C.blockCount());
147 CE, LCtx, C.blockCount());
BuiltinFunctionChecker.cpp 86 RM.getAllocaRegion(CE, C.blockCount(), C.getLocationContext());
Iterator.cpp 213 unsigned blockCount) {
218 auto Sym = SymMgr.conjureSymbol(S, LCtx, ACtx.LongTy, blockCount);
CStringChecker.cpp 756 C.blockCount());
982 return state->invalidateRegions(R, E, C.blockCount(), LCtx,
1102 C.getLocationContext(), C.blockCount());
1197 C.blockCount());
1340 SVal CmpV = Builder.conjureSymbolVal(nullptr, CE, LCtx, C.blockCount());
1443 C.blockCount());
1467 C.blockCount());
1911 Result = svalBuilder.conjureSymbolVal(nullptr, CE, LCtx, C.blockCount());
2008 C.blockCount());
2116 C.blockCount()),
    [all...]
Iterator.h 175 unsigned blockCount);
SmartPtrModeling.cpp 454 CallExpr, C.getLocationContext(), Call.getResultType(), C.blockCount());
581 CallExpr, LC, InnerPointerType, C.blockCount());
IteratorModeling.cpp 475 C.getASTContext().LongTy, C.blockCount());
501 CE, LCtx, C.getASTContext().BoolTy, C.blockCount()));
696 State = createIteratorPosition(State, RetVal, Cont, CE, LCtx, C.blockCount());
ContainerModeling.cpp 122 unsigned BlockCount);
126 unsigned BlockCount);
273 C.getLocationContext(), C.blockCount());
295 C.getLocationContext(), C.blockCount());
339 C.getASTContext().LongTy, C.blockCount());
855 unsigned BlockCount) {
862 const SymbolConjured *Sym = SymMgr.conjureSymbol(E, LCtx, T, BlockCount,
878 unsigned BlockCount) {
885 const SymbolConjured *Sym = SymMgr.conjureSymbol(E, LCtx, T, BlockCount,
  /src/external/bsd/zstd/dist/programs/
benchfn.h 78 size_t blockCount; /* number of blocks to operate benchFn on.
benchfn.c 115 for(i = 0; i < p.blockCount; i++) {
125 for (blockNb = 0; blockNb < p.blockCount; blockNb++) {
  /src/sys/dev/raidframe/
rf_psstatus.c 175 p->blockCount = 0;
186 p->blockCount++;/* if we're asking to block recon, bump the
189 raidPtr->raidid, psID, p->blockCount);
305 printf("PSID %ld RU %d : blockCount %d %d/%d/%d proc/block/buf waiting, issued ",
306 (long) p->parityStripeID, p->which_ru, p->blockCount, procsWaiting, blocksWaiting, bufsWaiting);
rf_psstatus.h 86 int blockCount; /* count of # proc that have blocked recon on
  /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());
ExprEngineC.cpp 67 unsigned Count = currBldrCtx->blockCount();
85 unsigned Count = currBldrCtx->blockCount();
171 currBldrCtx->blockCount());
205 currBldrCtx->blockCount());
294 currBldrCtx->blockCount());
481 currBldrCtx->blockCount());
506 currBldrCtx->blockCount());
637 currBldrCtx->blockCount());
856 currBldrCtx->blockCount());
1144 currBldrCtx->blockCount());
    [all...]
ExprEngineObjC.cpp 70 currBldrCtx->blockCount());
ExprEngineCallAndReturn.cpp 456 currBldrCtx->blockCount(), currStmtIdx);
664 unsigned Count = currBldrCtx->blockCount();
725 State = Call.invalidateRegions(currBldrCtx->blockCount(), State);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 79 unsigned blockCount() const {
80 return NB.getContext().blockCount();
SValBuilder.h 256 unsigned blockCount);
  /src/external/bsd/elftosb/dist/sbtool/
sbtool.cpp 457 unsigned blockCount = section->getBlockCount();
458 unsigned dataLength = sizeOfCipherBlocks(blockCount);
464 for (offset = 0; offset < blockCount;)
EncoreBootImageReader.cpp 111 unsigned blockCount = m_header.m_imageBlocks - 2; // exclude digest at end of image
112 while (blockCount--)
  /src/external/bsd/pdisk/dist/
hfs_misc.c 108 uint32_t blockCount;
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;
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp 314 unsigned BlockCount, unsigned Index) {
316 BlockCount, Index);
364 BlockCount, Index);
377 const CFGBlock *blk, unsigned blockCount, unsigned idx) {
379 StackFrameContext::Profile(ID, ctx, parent, s, blk, blockCount, idx);
384 L = new StackFrameContext(ctx, parent, s, blk, blockCount, idx, ++NewID);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
bitmapped_block.d 956 uint blockCount = 1;
966 blockCount * blockSize,
967 blockCount, blockSize);
971 start = cast(void*) (_payload.ptr + blockCount * blockSize);
972 blockCount = 1;
976 ++blockCount;

Completed in 83 milliseconds

1 2