Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4opt.h110 ptr0 = &DELTANEXTMAXD(current*2+1); in LZ4HC_BinTree_InsertAndGetAllMatches()
111 ptr1 = &DELTANEXTMAXD(current*2); in LZ4HC_BinTree_InsertAndGetAllMatches()
146 ptr0 = &DELTANEXTMAXD(matchIndex*2); in LZ4HC_BinTree_InsertAndGetAllMatches()
153 ptr1 = &DELTANEXTMAXD(matchIndex*2+1); in LZ4HC_BinTree_InsertAndGetAllMatches()
Dlz4hc.c87 #define DELTANEXTMAXD(p) chainTable[(p) & LZ4HC_MAXD_MASK] /* flexible, LZ4HC_MAXD depende… macro