Lines Matching refs:accm
562 uint32_t accm = 0;
604 accm |= ((ent) << bitno); \
606 PUTBYTE(accm >> 24); \
607 accm <<= 8; \
847 PUTBYTE((accm | (0xff << (bitno - 8))) >> 24);
1099 uint32_t accm = 0;
1100 uint_t bitno = 32; /* 1st valid bit in accm */
1241 * unsigned accm to mask the result.
1245 accm |= *rptr++ << bitno;
1251 incode = accm >> tgtbitno;
1252 accm <<= n_bits;