Searched refs:m_lastItemPositionW (Results 1 – 2 of 2) sorted by relevance
38 highBlock = buffer->m_lastItemPositionW>>m_positionToBlockShiftW; in _findBlock()158 return CACHE_ITEM_ADDR(prevBuffer,prevBuffer->m_lastItemPositionW); in findItemEarlier()187 return CACHE_ITEM_ADDR(prevBuffer,prevBuffer->m_lastItemPositionW); in findItemEarlier()382 buffer->m_lastItemPositionW = CACHE_ITEM_POSITIONW(buffer,prevItem); in clearCacheFrom()393 channel->m_lastItemPositionW = buffer->m_lastItemPositionW; in clearCacheFrom()450 positionW = channel->m_lastItemPositionW; in addCacheItem()501 block = buffer->m_lastItemPositionW>>channel->m_positionToBlockShiftW; in addCacheItem()507 channel->m_lastItemPositionW = buffer->m_lastItemPositionW; in addCacheItem()526 buffer->m_lastItemPositionW = positionW; in addCacheItem()532 buffer->m_lastItemPositionW = CACHE_ITEM_POSITIONW(buffer,item); in addCacheItem()[all …]
165 unsigned int m_lastItemPositionW; // position in words in lastBuffer of the last item written member210 unsigned int m_lastItemPositionW; \