Searched refs:withinStartDistance (Results 1 – 1 of 1) sorted by relevance
258 const int withinStartDistance = (hc4->lowLimit + (LZ4_DISTANCE_MAX + 1) > ipIndex); in LZ4HC_InsertAndGetWiderMatch() local259 const U32 lowestMatchIndex = (withinStartDistance) ? hc4->lowLimit : ipIndex - LZ4_DISTANCE_MAX; in LZ4HC_InsertAndGetWiderMatch()