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