Searched refs:nUpperBound (Results 1 – 1 of 1) sorted by relevance
84 const size_t nUpperBound = !!aActivePanel ? *aActivePanel : nPanelCount - 1; in IMPLEMENT_IREFERENCE() local85 for ( size_t i=0; i<=nUpperBound; ++i ) in IMPLEMENT_IREFERENCE()95 for ( size_t j = nPanelCount - 1; j > nUpperBound; --j ) in IMPLEMENT_IREFERENCE()
Completed in 12 milliseconds