OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inBuffTarget
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c
6094
{ size_t hintInSize = cctx->
inBuffTarget
- cctx->inBuffPos;
6164
size_t const toLoad = zcs->
inBuffTarget
- zcs->inBuffPos;
6171
&& (zcs->inBuffPos < zcs->
inBuffTarget
) ) {
6217
zcs->
inBuffTarget
= zcs->inBuffPos + zcs->blockSizeMax;
6218
if (zcs->
inBuffTarget
> zcs->inBuffSize)
6219
zcs->inBuffPos = 0, zcs->
inBuffTarget
= zcs->blockSizeMax;
6220
DEBUGLOG(5, "
inBuffTarget
:%u / inBuffSize:%u",
6221
(unsigned)zcs->
inBuffTarget
, (unsigned)zcs->inBuffSize);
6223
assert(zcs->
inBuffTarget
<= zcs->inBuffSize);
6434
cctx->
inBuffTarget
= cctx->blockSizeMax + (cctx->blockSizeMax == pledgedSrcSize)
[
all
...]
zstd_compress_internal.h
512
size_t
inBuffTarget
;
Completed in 39 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026