Home
last modified time | relevance | path

Searched refs:endIndex (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_fast.c63 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_generic() local
64 const U32 prefixStartIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_generic()
241 const U32 endIndex = (U32)((size_t)(ip - base) + srcSize); in ZSTD_compressBlock_fast_dictMatchState_generic() local
242 assert(endIndex - prefixStartIndex <= maxDistance); in ZSTD_compressBlock_fast_dictMatchState_generic()
243 … (void)maxDistance; (void)endIndex; /* these variables are not used when assert() is disabled */ in ZSTD_compressBlock_fast_dictMatchState_generic()
389 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_extDict_generic() local
390 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_extDict_generic()
H A Dzstd_double_fast.c65 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_generic() local
67 const U32 prefixLowestIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_generic()
105 assert(ms->window.dictLimit + (1U << cParams->windowLog) >= endIndex); in ZSTD_compressBlock_doubleFast_generic()
375 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_extDict_generic() local
376 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_extDict_generic()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c105 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_noDict_generic() local
106 const U32 prefixStartIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_noDict_generic()
406 const U32 endIndex = (U32)((size_t)(ip - base) + srcSize); in ZSTD_compressBlock_fast_dictMatchState_generic() local
407 assert(endIndex - prefixStartIndex <= maxDistance); in ZSTD_compressBlock_fast_dictMatchState_generic()
408 … (void)maxDistance; (void)endIndex; /* these variables are not used when assert() is disabled */ in ZSTD_compressBlock_fast_dictMatchState_generic()
562 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_extDict_generic() local
563 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_extDict_generic()
H A Dzstd_double_fast.c63 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_noDict_generic() local
65 const U32 prefixLowestIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_noDict_generic()
271 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
273 const U32 prefixLowestIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
296 assert(ms->window.dictLimit + (1U << cParams->windowLog) >= endIndex); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
546 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_extDict_generic() local
547 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_extDict_generic()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h273 if (Pos >= endIndex()) in advanceTo()
281 if (Pos >= endIndex()) in advanceTo()
392 SlotIndex endIndex() const { in endIndex() function
398 return index >= endIndex(); in expiredAt()
520 endIndex() < End.getBoundaryIndex(); in isLocal()
H A DLiveIntervalUnion.h78 SlotIndex endIndex() const { return Segments.stop(); } in endIndex() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp311 MaxInd = I != 0 ? std::max(MaxInd, LI->endIndex()) : LI->endIndex(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp403 MachineInstr *LastMI = LIS.getInstructionFromIndex(LI.endIndex()); in shouldCoalesce()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp882 if (LI.endIndex() > EndSI) in extractFeatures()
883 EndSI = LI.endIndex(); in extractFeatures()
H A DPHIElimination.cpp491 if (LR->endIndex().isDead()) { in LowerPHINode()
H A DLiveIntervals.cpp849 SlotIndex Stop = LI.endIndex(); in intervalIsInOneMBB()
976 if (++LiveI == LiveE || SlotI == SlotE || *SlotI > LI.endIndex()) in checkRegMaskInterference()
H A DRegAllocGreedy.cpp341 Prio = Indexes->getZeroIndex().getApproxInstrDistance(LI.endIndex()); in getPriority()
H A DMachineScheduler.cpp2162 const VNInfo *LastLocalVN = LocalLI->getVNInfoBefore(LocalLI->endIndex()); in constrainLocalCopy()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp903 for (unsigned vtableIndex = 0, endIndex = layout.getNumVTables(); in createVTableInitializer() local
904 vtableIndex != endIndex; ++vtableIndex) { in createVTableInitializer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4124 static bool hasOuterPointerLikeChunk(const Declarator &D, unsigned endIndex) { in hasOuterPointerLikeChunk() argument
4125 unsigned i = endIndex; in hasOuterPointerLikeChunk()
8690 unsigned endIndex; in processTypeAttrs() local
8692 endIndex = state.getCurrentChunkIndex(); in processTypeAttrs()
8694 endIndex = state.getDeclarator().getNumTypeObjects(); in processTypeAttrs()
8697 !hasOuterPointerLikeChunk(state.getDeclarator(), endIndex); in processTypeAttrs()