Searched refs:highInputIdx (Results 1 – 1 of 1) sorted by relevance
1375 size_t const highInputIdx = (size_t)((ip + srcSize) - window->dictBase); in ZSTD_window_update() local1376 …U32 const lowLimitMax = (highInputIdx > (size_t)window->dictLimit) ? window->dictLimit : (U32)high… in ZSTD_window_update()1377 assert(highInputIdx < UINT_MAX); in ZSTD_window_update()