Home
last modified time | relevance | path

Searched defs:keepBefore (Results 1 – 2 of 2) sorted by relevance

/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/src/
H A DPathGeometric.cpp493 void ompl::geometric::PathGeometric::keepBefore(const base::State *state) in keepBefore() function in ompl::geometric::PathGeometric
/dports/archivers/7-zip/7-zip-21.07/C/
H A DLzFind.c180 const size_t keepBefore = (offset & (kBlockMoveAlign - 1)) + p->keepSizeBefore; in MatchFinder_MoveBlock() local