Home
last modified time | relevance | path

Searched refs:dictCtx (Results 1 - 4 of 4) sorted by relevance

/third_party/lz4/lib/
H A Dlz4hc.c254 const LZ4HC_CCtx_internal * const dictCtx = hc4->dictCtx; in LZ4HC_InsertAndGetWiderMatch() local
420 size_t const dictEndOffset = (size_t)(dictCtx->end - dictCtx->prefixStart) + dictCtx->dictLimit; in LZ4HC_InsertAndGetWiderMatch()
421 U32 dictMatchIndex = dictCtx->hashTable[LZ4HC_hashPtr(ip)]; in LZ4HC_InsertAndGetWiderMatch()
425 const BYTE* const matchPtr = dictCtx->prefixStart - dictCtx->dictLimit + dictMatchIndex; in LZ4HC_InsertAndGetWiderMatch()
433 back = lookBackLength ? LZ4HC_countBack(ip, matchPtr, iLowLimit, dictCtx->prefixStart) : 0; in LZ4HC_InsertAndGetWiderMatch()
441 { U32 const nextOffset = DELTANEXTU16(dictCtx in LZ4HC_InsertAndGetWiderMatch()
[all...]
H A Dlz4.c712 * in a separate context, pointed to by ctx->dictCtx.
716 * ignored. Instead, ctx->dictCtx->dictionary and ctx->dictCtx
719 * ->dictCtx->hashTable.
899 cctx->dictCtx = NULL; in LZ4_prepareTable()
930 const LZ4_stream_t_internal* dictCtx = (const LZ4_stream_t_internal*) cctx->dictCtx; in LZ4_compress_generic_validated() local
932 dictDirective == usingDictCtx ? dictCtx->dictionary : cctx->dictionary; in LZ4_compress_generic_validated()
934 dictDirective == usingDictCtx ? dictCtx->dictSize : cctx->dictSize; in LZ4_compress_generic_validated()
935 const U32 dictDelta = (dictDirective == usingDictCtx) ? startIndex - dictCtx in LZ4_compress_generic_validated()
1585 const LZ4_stream_t_internal* dictCtx = (dictionaryStream == NULL) ? NULL : LZ4_attach_dictionary() local
[all...]
H A Dlz4hc.h219 const LZ4HC_CCtx_internal* dictCtx; member
H A Dlz4.h681 const LZ4_stream_t_internal* dictCtx; member

Completed in 9 milliseconds