HomeSort by relevance Sort by last modified time
    Searched refs:_1BIT (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4frame.c 149 #define _1BIT 0x01
467 + ((cctxPtr->prefs.frameInfo.blockMode & _1BIT ) << 5) /* Block mode */
468 + ((cctxPtr->prefs.frameInfo.contentChecksumFlag & _1BIT ) << 2) /* Frame checksum */
811 U32 const contentSizeFlag = (FLG>>3) & _1BIT;
    [all...]
  /external/lz4/programs/
lz4io.c 80 #define _1BIT 0x01
    [all...]

Completed in 195 milliseconds