Lines Matching defs:getbits
107 getbits(psrc, x, w, dst)
336 #define getbits(psrc,x,w,dst) FASTGETBITS(psrc,x,w,dst)
349 #define getbits(psrc,x,w,dst) \
422 #ifndef getbits
423 #define getbits(psrc, x, w, dst) \
459 /* If our getbits and putbits are FAST enough,
542 getbits( ((CARD32 *)(((char *)(psrc))-1)), 8, (w), (dst) ); \
544 getbits(psrc, 0, w, dst); \
553 getbits( \
566 * getbits and putbits, but they work if used together.
619 /* pairs of getbits/putbits happen frequently. Some of the code can
629 getbits(psrc, srcbit, width, _tmpbits); \
636 getbits(psrc, srcbit, width, _tmpbits) \
643 getbits(psrc, srcbit, width, _tmpbits) \