OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stableIn_notConsumed
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c
6091
return cctx->blockSizeMax - cctx->
stableIn_notConsumed
;
6120
assert(input->pos >= zcs->
stableIn_notConsumed
);
6121
input->pos -= zcs->
stableIn_notConsumed
;
6122
if (ip) ip -= zcs->
stableIn_notConsumed
;
6123
zcs->
stableIn_notConsumed
= 0;
6185
zcs->
stableIn_notConsumed
= (size_t)(iend - ip);
6462
size_t const totalInputSize = inputSize + cctx->
stableIn_notConsumed
;
6466
if (cctx->
stableIn_notConsumed
) { /* not the first time */
6476
cctx->
stableIn_notConsumed
+= inputSize;
6494
if (cctx->
stableIn_notConsumed
) {
[
all
...]
zstd_compress_internal.h
522
size_t
stableIn_notConsumed
; /* nb bytes within stable input buffer that are said to be consumed but are not */
Completed in 24 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026