OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 169 milliseconds