Home
last modified time | relevance | path

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

/aosp_15_r20/external/lz4/lib/
H A Dlz4hc.c514 static LZ4MID_searchIntoDict_f select_searchDict_function(const LZ4HC_CCtx_internal* dictCtx) in select_searchDict_function() function
549 …D_searchIntoDict_f searchIntoDict = (dict == usingDictCtxHc) ? select_searchDict_function(ctx->dic… in LZ4MID_compress()