OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nbBlocksforThisFile
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c
181
U32 const
nbBlocksforThisFile
= (U32)((remaining + (blockSize-1)) / blockSize);
182
U32 const blockEnd = nbBlocks +
nbBlocksforThisFile
;
/src/external/bsd/zstd/dist/programs/
benchzstd.c
511
U32 const
nbBlocksforThisFile
= (adv->mode == BMK_decodeOnly)
514
U32 const blockEnd = nbBlocks +
nbBlocksforThisFile
;
Completed in 15 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026