Searched refs:getAdjustedIdx (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Docsd_gen_elem_list.h86 const int getAdjustedIdx(int idxIn) const; //!< get adjusted index into circular buffer.
107 inline const int OcsdGenElemList::getAdjustedIdx(int idxIn) const function in class:OcsdGenElemList
/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Docsd_gen_elem_list.cpp76 int idx = getAdjustedIdx(m_firstElemIdx + m_numUsed - 1);
88 int idx = getAdjustedIdx(m_firstElemIdx + entryN);

Completed in 38 milliseconds