Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c810 { BYTE const FLG = ((const BYTE*)src)[4]; in LZ4F_headerSize() local
811 U32 const contentSizeFlag = (FLG>>3) & _1BIT; in LZ4F_headerSize()
827 BYTE FLG, BD; in LZ4F_decodeHeader() local
855 FLG = srcPtr[4]; in LZ4F_decodeHeader()
856 version = (FLG>>6) & _2BITS; in LZ4F_decodeHeader()
857 blockMode = (FLG>>5) & _1BIT; in LZ4F_decodeHeader()
858 blockChecksumFlag = (FLG>>4) & _1BIT; in LZ4F_decodeHeader()
859 contentSizeFlag = (FLG>>3) & _1BIT; in LZ4F_decodeHeader()
860 contentChecksumFlag = (FLG>>2) & _1BIT; in LZ4F_decodeHeader()
881 if (((FLG>>0)&_2BITS) != 0) return err0r(LZ4F_ERROR_reservedFlag_set); /* Reserved bits */ 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
/external/lz4/doc/
Dlz4_Frame_format.md121 | FLG | BD | (Content Size) | HC |
/external/mksh/src/
Dcheck.t1815 -e "s/ pl^${#pid} / PID /g" -e "s/ sl^${#sub} / SUB /g" -e "s/ fl^${#flg} / FLG /g" \
1816 -e "s/ pw^${%pid} / PID /g" -e "s/ sw^${%sub} / SUB /g" -e "s/ fw^${%flg} / FLG /g" \
1817 -e "s/ p^$pid / PID /g" -e "s/ s^$sub / SUB /g" -e "s/ f^$flg / FLG /g"
1819 3 = SUB , 1 , PID , FLG , 0 .
1821 5 = SUB , 1 , PID , FLG , 0 .
1822 6 = SUB , 1 , PID , FLG , 0 .
1823 7 = SUB , 1 , PID , FLG , 1 .
1824 8 = SUB , 1 , PID , FLG , 1 .
1826 10 = SUB , 1 , PID , FLG , 0 .
1827 11 = SUB , 1 , PID , FLG , 0 .