Lines Matching defs:getbits
109 getbits(psrc, x, w, dst)
338 #define getbits(psrc,x,w,dst) FASTGETBITS(psrc,x,w,dst)
351 #define getbits(psrc,x,w,dst) \
424 #ifndef getbits
425 #define getbits(psrc, x, w, dst) \
461 /* If our getbits and putbits are FAST enough,
544 getbits( ((CARD32 *)(((char *)(psrc))-1)), 8, (w), (dst) ); \
546 getbits(psrc, 0, w, dst); \
555 getbits( \
568 * getbits and putbits, but they work if used together.
621 /* pairs of getbits/putbits happen frequently. Some of the code can
631 getbits(psrc, srcbit, width, _tmpbits); \
638 getbits(psrc, srcbit, width, _tmpbits) \
645 getbits(psrc, srcbit, width, _tmpbits) \