Home
last modified time | relevance | path

Searched refs:GET_BITS (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/common/bzip2/
H A Ddecompress.c43 #define GET_BITS(lll,vvv,nnn) \ macro
68 GET_BITS(lll,uuu,8)
71 GET_BITS(lll,uuu,1)
89 GET_BITS(label1, zvec, zn); \
206 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) in BZ2_decompress()
251 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); in BZ2_decompress()
287 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress()
289 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress()
318 GET_BITS(BZ_X_CODING_1, curr, 5); in BZ2_decompress()
H A DSolaris.README.txt593 #define GET_BITS(lll,vvv,nnn) \