HomeSort by relevance Sort by last modified time
    Searched refs:DELTANEXTMAXD (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4opt.h 110 ptr0 = &DELTANEXTMAXD(current*2+1);
111 ptr1 = &DELTANEXTMAXD(current*2);
146 ptr0 = &DELTANEXTMAXD(matchIndex*2);
153 ptr1 = &DELTANEXTMAXD(matchIndex*2+1);
lz4hc.c 87 #define DELTANEXTMAXD(p) chainTable[(p) & LZ4HC_MAXD_MASK] /* flexible, LZ4HC_MAXD dependent */

Completed in 431 milliseconds