Home
last modified time | relevance | path

Searched refs:counting (Results 1 – 25 of 30) sorted by relevance

12

/f-stack/freebsd/contrib/device-tree/Bindings/perf/
H A Dnds32v3-pmu.txt3 NDS32 core have a PMU for counting cpu and cache events like cache misses.
/f-stack/freebsd/contrib/device-tree/Bindings/arc/
H A Darchs-pct.txt3 The ARC HS can be configured with a pipeline performance monitor for counting
H A Dpct.txt3 The ARC700 can be configured with a pipeline performance monitor for counting
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse_decompress.c321 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress_wksp_body() local
327 …size_t const NCountLength = FSE_readNCount_bmi2(counting, &maxSymbolValue, &tableLog, istart, cSrc… in FSE_decompress_wksp_body()
338 …CHECK_F( FSE_buildDTable_internal(dtable, counting, maxSymbolValue, tableLog, workSpace, wkspSize)… in FSE_decompress_wksp_body()
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Dgpio-wdt.txt11 - level: Low or high level starts counting WDT timeout,
H A Datmel-sama5d4-wdt.txt18 watchdog not counting when the CPU is in idle state, therefore the
H A Datmel-wdt.txt31 watchdog not counting when the CPU is in idle state, therefore the
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Drenesas,sh-rtc.yaml33 # first (if it exists). Additionally, potential clock counting sources
/f-stack/freebsd/contrib/zlib/doc/
H A Dtxtvsbin.txt80 Since there is no counting involved, other than simply observing the
83 (If counting were involved, it could be possible to obtain different
H A Drfc1951.txt130 A simple counting argument shows that no lossless compression
/f-stack/dpdk/doc/guides/nics/
H A Dfm10k.rst153 ``rte_eth_xstats_get()`` is called. The packet counting registers are 32 bits
154 while the byte counting registers are 48 bits. As a result, the statistics must
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dpmu.yaml14 ARM cores often have a PMU for counting cpu and cache events like cache misses
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DCHANGELOG.md123 * Improve digit counting for multibulk creation
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v01.c905 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress() local
914 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress()
920 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress()
H A Dzstd_v03.c1429 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress() local
1438 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress()
1444 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress()
H A Dzstd_v04.c1411 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress() local
1420 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress()
1426 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress()
H A Dzstd_v02.c1428 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress() local
1437 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress()
1443 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress()
H A Dzstd_v06.c1657 short counting[FSEv06_MAX_SYMBOL_VALUE+1]; in FSEv06_decompress() local
1665 …{ size_t const NCountLength = FSEv06_readNCount (counting, &maxSymbolValue, &tableLog, istart, c… in FSEv06_decompress()
1672 { size_t const errorCode = FSEv06_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv06_decompress()
H A Dzstd_v05.c1514 short counting[FSEv05_MAX_SYMBOL_VALUE+1]; in FSEv05_decompress() local
1523 errorCode = FSEv05_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSEv05_decompress()
1529 errorCode = FSEv05_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv05_decompress()
H A Dzstd_v07.c1677 short counting[FSEv07_MAX_SYMBOL_VALUE+1]; in FSEv07_decompress() local
1685 …{ size_t const NCountLength = FSEv07_readNCount (counting, &maxSymbolValue, &tableLog, istart, c… in FSEv07_decompress()
1692 { size_t const errorCode = FSEv07_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv07_decompress()
/f-stack/dpdk/doc/guides/contributing/
H A Ddesign.rst165 validated for header integrity, counting the number of bits set in a bitmask
/f-stack/dpdk/doc/guides/prog_guide/
H A Dflow_classify_lib.rst10 The initial implementation supports counting of IPv4 5-tuple packets which match
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_16_04.rst448 All drivers are now counting the missed packets only once, i.e. drivers will
H A Drelease_2_1.rst903 * **mempool: Fix returned value after counting objects.**
/f-stack/app/redis-5.0.5/
H A DREADME.md381 counting and so forth. Notable functions inside this file:

12