Searched refs:counting (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dbit.inc29 // [bit.count], counting
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c247 short counting[FSE_MAX_SYMBOL_VALUE+1]; local
252 size_t const NCountLength = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
259 CHECK_F( FSE_buildDTable (workSpace, counting, maxSymbolValue, tableLog) );
/freebsd-current/contrib/bmake/unit-tests/
H A Dhanoi-include.mk26 # words and use the built-in word counting instead.
H A Dvarmod-ifelse.mk298 # 2023, the exact parsing algorithm switched a few times, counting balanced
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c901 short counting[FSE_MAX_SYMBOL_VALUE+1]; local
910 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
916 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);
H A Dzstd_v03.c1425 short counting[FSE_MAX_SYMBOL_VALUE+1]; local
1434 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1440 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);
H A Dzstd_v06.c1653 short counting[FSEv06_MAX_SYMBOL_VALUE+1]; local
1661 { size_t const NCountLength = FSEv06_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1668 { size_t const errorCode = FSEv06_buildDTable (dt, counting, maxSymbolValue, tableLog);
H A Dzstd_v05.c1510 short counting[FSEv05_MAX_SYMBOL_VALUE+1]; local
1519 errorCode = FSEv05_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1525 errorCode = FSEv05_buildDTable (dt, counting, maxSymbolValue, tableLog);
H A Dzstd_v04.c1407 short counting[FSE_MAX_SYMBOL_VALUE+1]; local
1416 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1422 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);
H A Dzstd_v07.c1673 short counting[FSEv07_MAX_SYMBOL_VALUE+1]; local
1681 { size_t const NCountLength = FSEv07_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1688 { size_t const errorCode = FSEv07_buildDTable (dt, counting, maxSymbolValue, tableLog);
H A Dzstd_v02.c1424 short counting[FSE_MAX_SYMBOL_VALUE+1]; local
1433 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1439 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);
/freebsd-current/tools/pkgbase/
H A Dmetalog_reader.lua286 -- does not affect size counting. if not, it is an error

Completed in 395 milliseconds