Searched refs:HIST_countFast (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dhist.h50 /** HIST_countFast() :
54 size_t HIST_countFast(unsigned* count, unsigned* maxSymbolValuePtr,
58 * Same as HIST_countFast(), but using an externally provided scratch buffer.
67 * Same as HIST_countFast(), this function is unsafe,
H A Dhist.c136 * Same as HIST_countFast(), but using an externally provided scratch buffer.
168 size_t HIST_countFast(unsigned* count, unsigned* maxSymbolValuePtr, function
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h81 #define HIST_countFast zfs_HIST_countFast macro
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7476 /** HIST_countFast() :
7480 size_t HIST_countFast(unsigned* count, unsigned* maxSymbolValuePtr,
7484 * Same as HIST_countFast(), but using an externally provided scratch buffer.
7493 * Same as HIST_countFast(), this function is unsafe,
8319 * Same as HIST_countFast(), but using an externally provided scratch buffer.
8335 size_t HIST_countFast(unsigned* count, unsigned* maxSymbolValuePtr, function
[all...]

Completed in 142 milliseconds