Searched defs:nbMatches (Results 1 – 3 of 3) sorted by relevance
/external/zstd/contrib/match_finders/ |
D | zstd_edist.c | 67 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/ |
D | zstd_opt.c | 856 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/ |
D | xpath.c | 11998 int nbMatches = 0, prevMatches = 0; in xmlXPathNodeCollectAndTest() local
|