Searched refs:nDI (Results 1 – 1 of 1) sorted by relevance
177 void move (sal_uInt16 nSI, sal_uInt16 nDI);317 void INetURLHistory_Impl::move (sal_uInt16 nSI, sal_uInt16 nDI) in move() argument320 if (nSI < nDI) in move()326 (nDI - nSI) * sizeof(hash_entry)); in move()328 if (nSI > nDI) in move()332 &m_pHash[nDI + 1], in move()333 &m_pHash[nDI ], in move()334 (nSI - nDI) * sizeof(hash_entry)); in move()336 m_pHash[nDI] = e; in move()378 sal_uInt16 nDI = std::min (k, sal_uInt16(capacity() - 1)); in putUrl() local[all …]