OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NCountSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_sequences.c
280
{ size_t const
NCountSize
= FSE_writeNCount(op, (size_t)(oend - op), wksp->norm, max, tableLog); /* overflow protected */
281
FORWARD_IF_ERROR(
NCountSize
, "FSE_writeNCount failed");
283
return
NCountSize
;
/src/external/bsd/zstd/dist/tests/
decodecorpus.c
897
{ size_t const
NCountSize
= FSE_writeNCount(op, oend-op, norm, max, tableLog); /* overflow protected */
898
if (FSE_isError(
NCountSize
)) return ERROR(GENERIC);
899
op +=
NCountSize
; }
925
{ size_t const
NCountSize
= FSE_writeNCount(op, oend-op, norm, max, tableLog); /* overflow protected */
926
if (FSE_isError(
NCountSize
)) return ERROR(GENERIC);
927
op +=
NCountSize
; }
955
{ size_t const
NCountSize
= FSE_writeNCount(op, oend-op, norm, max, tableLog); /* overflow protected */
956
if (FSE_isError(
NCountSize
)) return ERROR(GENERIC);
957
op +=
NCountSize
; }
Completed in 22 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026