Home
last modified time | relevance | path

Searched refs:FLG (Results 1 – 3 of 3) sorted by relevance

/external/lz4/lib/
Dlz4frame.c737 BYTE FLG, BD, HC; in LZ4F_decodeHeader() local
749 FLG = srcPtr[0]; in LZ4F_decodeHeader()
750 version = (FLG>>6)&_2BITS; in LZ4F_decodeHeader()
751 blockMode = (FLG>>5) & _1BIT; in LZ4F_decodeHeader()
752 blockChecksumFlag = (FLG>>4) & _1BIT; in LZ4F_decodeHeader()
753 contentSizeFlag = (FLG>>3) & _1BIT; in LZ4F_decodeHeader()
754 contentChecksumFlag = (FLG>>2) & _1BIT; in LZ4F_decodeHeader()
755 dictFlag = (FLG>>0) & _1BIT; in LZ4F_decodeHeader()
767 if (((FLG>>1)&_1BIT) != 0) return (size_t)-ERROR_GENERIC; /* Reserved bit */ in LZ4F_decodeHeader()
/external/zlib/src/doc/
Drfc1950.txt216 |CMF|FLG| (more-->)
231 (if FLG.FDICT set)
268 FLG (FLaGs)
271 bits 0 to 4 FCHECK (check bits for CMF and FLG)
275 The FCHECK value must be such that CMF and FLG, when viewed as
276 a 16-bit unsigned integer stored in MSB order (CMF*256 + FLG),
289 immediately after the FLG byte. The dictionary is a sequence of
345 A compliant compressor must produce streams with correct CMF, FLG
353 A compliant decompressor must check CMF, FLG, and ADLER32, and
Drfc1952.txt243 |ID1|ID2|CM |FLG| MTIME |XFL|OS | (more-->)
246 (if FLG.FEXTRA set)
252 (if FLG.FNAME set)
258 (if FLG.FCOMMENT set)
264 (if FLG.FHCRC set)
300 FLG (FLaGs)
362 Reserved FLG bits must be zero.
416 If FLG.FEXTRA is set, this gives the length of the optional
433 If the FLG.FEXTRA bit is set, an "extra field" is present in