Searched refs:FLG (Results 1 – 3 of 3) sorted by relevance
/external/lz4/lib/ |
D | lz4frame.c | 737 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/ |
D | rfc1950.txt | 216 |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
|
D | rfc1952.txt | 243 |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
|