Searched refs:highInputIdx (Results 1 – 2 of 2) sorted by relevance
965 ptrdiff_t const highInputIdx = (ip + srcSize) - window->dictBase; in ZSTD_window_update() local966 …U32 const lowLimitMax = (highInputIdx > (ptrdiff_t)window->dictLimit) ? window->dictLimit : (U32)h… in ZSTD_window_update()
1287 ptrdiff_t const highInputIdx = (ip + srcSize) - window->dictBase; in ZSTD_window_update() local1288 …U32 const lowLimitMax = (highInputIdx > (ptrdiff_t)window->dictLimit) ? window->dictLimit : (U32)h… in ZSTD_window_update()