Searched refs:GET_BITS (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/bzip2/ |
H A D | decompress.c | 43 #define GET_BITS(lll,vvv,nnn) \ macro 69 GET_BITS(lll,uuu,8) 72 GET_BITS(lll,uuu,1) 90 GET_BITS(label1, zvec, zn); \ 207 GET_BITS(BZ_X_MAGIC_4, s->blockSize100k, 8) in BZ2_decompress() 252 GET_BITS(BZ_X_RANDBIT, s->blockRandomised, 1); in BZ2_decompress() 288 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3); in BZ2_decompress() 290 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15); in BZ2_decompress() 319 GET_BITS(BZ_X_CODING_1, curr, 5); in BZ2_decompress()
|
H A D | Solaris.README.txt | 593 #define GET_BITS(lll,vvv,nnn) \
|