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

  /external/lz4/lib/
lz4frame.c 101 #define _3BITS 0x07
423 *dstPtr++ = (char)((cctxPtr->prefs.frameInfo.blockSizeID & _3BITS) << 4);
757 blockSizeID = (BD>>4) & _3BITS;
    [all...]
  /external/lz4/programs/
lz4io.c 92 #define _3BITS 0x07

Completed in 161 milliseconds