Home
last modified time | relevance | path

Searched defs:maxNbAttempts (Results 1 – 1 of 1) sorted by relevance

/linux/lib/lz4/
H A Dlz4hc_compress.c104 LZ4HC_InsertAndFindBestMatch(LZ4HC_CCtx_internal * hc4,const BYTE * ip,const BYTE * const iLimit,const BYTE ** matchpos,const int maxNbAttempts) LZ4HC_InsertAndFindBestMatch() argument
176 LZ4HC_InsertAndGetWiderMatch(LZ4HC_CCtx_internal * hc4,const BYTE * const ip,const BYTE * const iLowLimit,const BYTE * const iHighLimit,int longest,const BYTE ** matchpos,const BYTE ** startpos,const int maxNbAttempts) LZ4HC_InsertAndGetWiderMatch() argument
357 unsigned int maxNbAttempts; LZ4HC_compress_generic() local