Home
last modified time | relevance | path

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

/external/zstd/contrib/match_finders/
Dzstd_edist.c67 U32 nbMatches; member
444 size_t const nbMatches = state->nbMatches; in ZSTD_eDist_convertMatchesToSequences() local
508 size_t const nbMatches, const BYTE* const dict, in ZSTD_eDist_validateMatches()
/external/zstd/lib/compress/
Dzstd_opt.c856 static void ZSTD_optLdm_maybeAddMatch(ZSTD_match_t* matches, U32* nbMatches, in ZSTD_optLdm_maybeAddMatch()
882 …oid ZSTD_optLdm_processMatchCandidate(ZSTD_optLdm_t* optLdm, ZSTD_match_t* matches, U32* nbMatches, in ZSTD_optLdm_processMatchCandidate()
974 …U32 nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, ip, iend, dictMode, rep, ll0, mi… in ZSTD_compressBlock_opt_generic() local
1089 …U32 nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, inr, iend, dictMode, opt[cur].re… in ZSTD_compressBlock_opt_generic() local
/external/libxml2/
Dxpath.c11998 int nbMatches = 0, prevMatches = 0; in xmlXPathNodeCollectAndTest() local