OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fcsCode
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/
decodecorpus.c
275
int
fcsCode
= 0;
322
fcsCode
= minFcsCode + (RAND(seed) % (4 - minFcsCode));
323
if (
fcsCode
== 1 && fh.contentSize < 256)
fcsCode
++;
332
*
fcsCode
: 2-bit flag specifying how many bytes used to represent Frame_Content_Size (bits 7-6)
340
(BYTE) ((
fcsCode
<< 6) | (singleSegment << 5) | (1 << 2) | dictBits);
352
switch (
fcsCode
) {
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c
4584
U32 const
fcsCode
= params->fParams.contentSizeFlag ?
4586
BYTE const frameHeaderDescriptionByte = (BYTE)(dictIDSizeCode + (checksumFlag<<2) + (singleSegment<<5) + (
fcsCode
<<6) );
4610
switch(
fcsCode
)
Completed in 60 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026