Home
last modified time | relevance | path

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

/third_party/zlib/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
/third_party/lz4/lib/
Dlz4frame.c1325 { U32 const FLG = srcPtr[4]; in LZ4F_decodeHeader() local
1326 U32 const version = (FLG>>6) & _2BITS; in LZ4F_decodeHeader()
1327 blockChecksumFlag = (FLG>>4) & _1BIT; in LZ4F_decodeHeader()
1328 blockMode = (FLG>>5) & _1BIT; in LZ4F_decodeHeader()
1329 contentSizeFlag = (FLG>>3) & _1BIT; in LZ4F_decodeHeader()
1330 contentChecksumFlag = (FLG>>2) & _1BIT; in LZ4F_decodeHeader()
1331 dictIDFlag = FLG & _1BIT; in LZ4F_decodeHeader()
1333 if (((FLG>>1)&_1BIT) != 0) RETURN_ERROR(reservedFlag_set); /* Reserved bit */ in LZ4F_decodeHeader()
1406 { BYTE const FLG = ((const BYTE*)src)[4]; in LZ4F_headerSize() local
1407 U32 const contentSizeFlag = (FLG>>3) & _1BIT; in LZ4F_headerSize()
[all …]
/third_party/lz4/doc/
Dlz4_Frame_format.md126 | FLG | BD | (Content Size) | (Dictionary ID) | HC |
/third_party/mksh/
Dcheck.t1883 -e "s/ pl^${#pid} / PID /g" -e "s/ sl^${#sub} / SUB /g" -e "s/ fl^${#flg} / FLG /g" \
1884 -e "s/ pw^${%pid} / PID /g" -e "s/ sw^${%sub} / SUB /g" -e "s/ fw^${%flg} / FLG /g" \
1885 -e "s/ p^$pid / PID /g" -e "s/ s^$sub / SUB /g" -e "s/ f^$flg / FLG /g"
1887 3 = SUB , 1 , PID , FLG , 0 .
1889 5 = SUB , 1 , PID , FLG , 0 .
1890 6 = SUB , 1 , PID , FLG , 0 .
1891 7 = SUB , 1 , PID , FLG , 1 .
1892 8 = SUB , 1 , PID , FLG , 1 .
1894 10 = SUB , 1 , PID , FLG , 0 .
1895 11 = SUB , 1 , PID , FLG , 0 .