Home
last modified time | relevance | path

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

1234

/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dfse_decompress.c281 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress_wksp() local
286 …size_t const NCountLength = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize… in FSE_decompress_wksp()
293 CHECK_F( FSE_buildDTable (workSpace, counting, maxSymbolValue, tableLog) ); in FSE_decompress_wksp()
/freebsd-12-stable/share/examples/kld/dyn_sysctl/
DREADME2 reference counting. It also contains example of attaching a subtree to the
/freebsd-12-stable/sys/contrib/zlib/doc/
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
Drfc1951.txt130 A simple counting argument shows that no lossless compression
/freebsd-12-stable/usr.sbin/cron/doc/
DTHANKS18 number counting. Brian Reid made suggestions which led to the run queue and
/freebsd-12-stable/crypto/openssh/
DFREEBSD-upgrade155 6) Agent client reference counting
158 counting; the agent will automatically exit when the last client
/freebsd-12-stable/contrib/gcc/
Dlibgcc-std.ver205 # bit scanning and counting built-ins
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZOperands.td176 // Bits 0-15 (counting from the lsb).
182 // Bits 16-31 (counting from the lsb).
188 // Bits 32-47 (counting from the lsb).
194 // Bits 48-63 (counting from the lsb).
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc85 "Track atomic reference counting in libc++ shared_ptr and weak_ptr.")
/freebsd-12-stable/contrib/gcc/config/s390/
Dconstraints.md41 ;; 0..9,x: number of the part counting from most to least significant
165 ;; 0..9,x: number of the part counting from most to least significant
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
Dzstd_v01.c899 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress() local
908 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress()
914 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress()
Dzstd_v03.c1414 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress() local
1423 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress()
1429 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress()
Dzstd_v02.c1413 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress() local
1422 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress()
1428 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress()
Dzstd_v04.c1458 short counting[FSE_MAX_SYMBOL_VALUE+1]; in FSE_decompress() local
1467 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSE_decompress()
1473 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSE_decompress()
Dzstd_v05.c1507 short counting[FSEv05_MAX_SYMBOL_VALUE+1]; in FSEv05_decompress() local
1516 errorCode = FSEv05_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize); in FSEv05_decompress()
1522 errorCode = FSEv05_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv05_decompress()
Dzstd_v06.c1653 short counting[FSEv06_MAX_SYMBOL_VALUE+1]; in FSEv06_decompress() local
1661 …{ size_t const NCountLength = FSEv06_readNCount (counting, &maxSymbolValue, &tableLog, istart, c… in FSEv06_decompress()
1668 { size_t const errorCode = FSEv06_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv06_decompress()
Dzstd_v07.c1673 short counting[FSEv07_MAX_SYMBOL_VALUE+1]; in FSEv07_decompress() local
1681 …{ size_t const NCountLength = FSEv07_readNCount (counting, &maxSymbolValue, &tableLog, istart, c… in FSEv07_decompress()
1688 { size_t const errorCode = FSEv07_buildDTable (dt, counting, maxSymbolValue, tableLog); in FSEv07_decompress()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dbit34 // [bit.count], counting
/freebsd-12-stable/crypto/openssl/doc/man3/
DUI_new.pod119 sizes of the result, not counting the final NUL character. The given
DENGINE_add.pod181 =head2 Reference counting and handles
189 ENGINE objects have two levels of reference-counting to match the way in
/freebsd-12-stable/contrib/tzcode/zic/
DTheory61 origin-1 day number not counting February 29
63 origin-0 day number counting February 29 if present
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DLangOptions.def301 LANGOPT(ObjCAutoRefCount , 1, 0, "Objective-C automated reference counting")
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64SchedCyclone.td150 // Bit counting and reversal operations.
/freebsd-12-stable/contrib/gcc/doc/
Dcppinternals.texi279 counting tabs as specified by the @option{-ftabstop=} option. This
849 starts counting from one.
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dannotate.texinfo603 prompting. This is because the counting of lines is buggy in the

1234