Searched refs:highInputIdx (Results 1 – 2 of 2) sorted by relevance
1384 size_t const highInputIdx = (size_t)((ip + srcSize) - window->dictBase); in ZSTD_window_update() local1385 …U32 const lowLimitMax = (highInputIdx > (size_t)window->dictLimit) ? window->dictLimit : (U32)high… in ZSTD_window_update()1386 assert(highInputIdx < UINT_MAX); 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()