OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:contentSizeFlag
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/
zstd.h
1363
int
contentSizeFlag
; /**< 1: content size will be in frame header (when known) */
/src/external/bsd/zstd/dist/tests/
decodecorpus.c
284
int
contentSizeFlag
= 0;
324
contentSizeFlag
= opts.contentSize | (RAND(seed) & 1);
326
if (
contentSizeFlag
&& (fh.contentSize == 0 || !(RAND(seed) & 7))) {
333
if (
contentSizeFlag
) {
372
if (
contentSizeFlag
) {
384
DISPLAYLEVEL(3, " content size flag:\t%d\n",
contentSizeFlag
);
Completed in 59 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026