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.c204 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_noDict_generic() local
205 const U32 prefixStartIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_noDict_generic()
518 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_dictMatchState_generic() local
519 assert(endIndex - prefixStartIndex <= maxDistance); in ZSTD_compressBlock_fast_dictMatchState_generic()
520 … (void)maxDistance; (void)endIndex; /* these variables are not used when assert() is disabled */ in ZSTD_compressBlock_fast_dictMatchState_generic()
723 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_extDict_generic() local
724 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_extDict_generic()
H A Dzstd_double_fast.c118 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_noDict_generic() local
120 const U32 prefixLowestIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_noDict_generic()
343 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
345 const U32 prefixLowestIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
367 assert(ms->window.dictLimit + (1U << cParams->windowLog) >= endIndex); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
627 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_extDict_generic() local
628 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.c203 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_noDict_generic() local
204 const U32 prefixStartIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_noDict_generic()
517 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_dictMatchState_generic() local
518 assert(endIndex - prefixStartIndex <= maxDistance); in ZSTD_compressBlock_fast_dictMatchState_generic()
519 … (void)maxDistance; (void)endIndex; /* these variables are not used when assert() is disabled */ in ZSTD_compressBlock_fast_dictMatchState_generic()
722 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_fast_extDict_generic() local
723 const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_fast_extDict_generic()
H A Dzstd_double_fast.c117 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_noDict_generic() local
119 const U32 prefixLowestIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_noDict_generic()
342 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
344 const U32 prefixLowestIndex = ZSTD_getLowestPrefixIndex(ms, endIndex, cParams->windowLog); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
366 assert(ms->window.dictLimit + (1U << cParams->windowLog) >= endIndex); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
626 const U32 endIndex = (U32)((size_t)(istart - base) + srcSize); in ZSTD_compressBlock_doubleFast_extDict_generic() local
627 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.h274 if (Pos >= endIndex()) in advanceTo()
282 if (Pos >= endIndex()) in advanceTo()
394 SlotIndex endIndex() const { in endIndex() function
400 return index >= endIndex(); in expiredAt()
523 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.cpp316 MaxInd = I != 0 ? std::max(MaxInd, LI->endIndex()) : LI->endIndex(); in run()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp972 if (LI.endIndex() > EndSI) in extractFeatures()
973 EndSI = LI.endIndex(); in extractFeatures()
H A DPHIElimination.cpp499 if (LR->endIndex().isDead()) { in LowerPHINode()
H A DLiveIntervals.cpp874 SlotIndex Stop = LI.endIndex(); in intervalIsInOneMBB()
1009 if (++LiveI == LiveE || SlotI == SlotE || *SlotI > LI.endIndex()) in checkRegMaskInterference()
H A DRegAllocGreedy.cpp469 Prio = Indexes->getZeroIndex().getApproxInstrDistance(LI.endIndex()); in getPriority()
H A DMachineScheduler.cpp2435 const VNInfo *LastLocalVN = LocalLI->getVNInfoBefore(LocalLI->endIndex()); in constrainLocalCopy()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp407 MachineInstr *LastMI = LIS.getInstructionFromIndex(LI.endIndex()); in shouldCoalesce()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp908 for (unsigned vtableIndex = 0, endIndex = layout.getNumVTables(); in createVTableInitializer() local
909 vtableIndex != endIndex; ++vtableIndex) { in createVTableInitializer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4177 static bool hasOuterPointerLikeChunk(const Declarator &D, unsigned endIndex) { in hasOuterPointerLikeChunk() argument
4178 unsigned i = endIndex; in hasOuterPointerLikeChunk()
8960 unsigned endIndex; in processTypeAttrs() local
8962 endIndex = state.getCurrentChunkIndex(); in processTypeAttrs()
8964 endIndex = state.getDeclarator().getNumTypeObjects(); in processTypeAttrs()
8967 !hasOuterPointerLikeChunk(state.getDeclarator(), endIndex); in processTypeAttrs()