Home
last modified time | relevance | path

Searched refs:withinStartDistance (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/lib/
Dlz4hc.c258 const int withinStartDistance = (hc4->lowLimit + (LZ4_DISTANCE_MAX + 1) > ipIndex); in LZ4HC_InsertAndGetWiderMatch() local
259 const U32 lowestMatchIndex = (withinStartDistance) ? hc4->lowLimit : ipIndex - LZ4_DISTANCE_MAX; in LZ4HC_InsertAndGetWiderMatch()