OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countSize
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
entropy_common.c
61
{ size_t const
countSize
= FSE_readNCount(normalizedCounter, maxSVPtr, tableLogPtr,
63
if (FSE_isError(
countSize
)) return
countSize
;
64
if (
countSize
> hbSize) return ERROR(corruption_detected);
65
return
countSize
;
/src/external/bsd/zstd/dist/lib/compress/
hist.c
84
size_t const
countSize
= (*maxSymbolValuePtr + 1) * sizeof(*count);
94
ZSTD_memset(count, 0,
countSize
);
140
ZSTD_memmove(count, Counting1,
countSize
); /* in case count & Counting1 are overlapping */
zstd_compress.c
2798
{ size_t const
countSize
= ZSTD_buildCTable(
2806
if (ZSTD_isError(
countSize
)) {
2808
stats.size =
countSize
;
2812
stats.lastCountSize =
countSize
;
2813
op +=
countSize
;
2830
{ size_t const
countSize
= ZSTD_buildCTable(
2838
if (ZSTD_isError(
countSize
)) {
2840
stats.size =
countSize
;
2844
stats.lastCountSize =
countSize
;
2845
op +=
countSize
;
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026