Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/zstd/
H A Dzstd_opt.c835 …U32 const nbMatches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, ip, iend, dictMode, rep, l… in ZSTD_compressBlock_opt_generic() local
836 if (!nbMatches) { ip++; continue; } in ZSTD_compressBlock_opt_generic()
850 { U32 const maxML = matches[nbMatches-1].len; in ZSTD_compressBlock_opt_generic()
851 U32 const maxOffset = matches[nbMatches-1].off; in ZSTD_compressBlock_opt_generic()
853 nbMatches, maxML, maxOffset, (U32)(ip-prefixStart)); in ZSTD_compressBlock_opt_generic()
873 for (matchNb = 0; matchNb < nbMatches; matchNb++) { in ZSTD_compressBlock_opt_generic()
950 if (!nbMatches) { in ZSTD_compressBlock_opt_generic()
955 { U32 const maxML = matches[nbMatches-1].len; in ZSTD_compressBlock_opt_generic()
957 inr-istart, cur, nbMatches, maxML); in ZSTD_compressBlock_opt_generic()
962 lastSequence.off = matches[nbMatches-1].off; in ZSTD_compressBlock_opt_generic()
[all …]
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxpath.c11999 int nbMatches = 0, prevMatches = 0; in xmlXPathNodeCollectAndTest() local
12455 nbMatches += seq->nodeNr; in xmlXPathNodeCollectAndTest()
12572 total, nbMatches); in xmlXPathNodeCollectAndTest()