Lines Matching refs:bitshiftcnt
458 unsigned int bitshiftcnt)
461 + bitshiftcnt;
512 unsigned int bitshiftcnt;
515 bitshiftcnt = ffz(*res_ptr);
516 *res_ptr |= (1UL << bitshiftcnt);
517 pide = ptr_to_pide(ioc, res_ptr, bitshiftcnt);
518 ioc->res_bitshift = bitshiftcnt + bits_wanted;
534 uint bitshiftcnt = ROUNDUP(ioc->res_bitshift, o);
538 mask = base_mask << bitshiftcnt;
545 for (; mask ; mask <<= o, bitshiftcnt += o) {
546 tpide = ptr_to_pide(ioc, res_ptr, bitshiftcnt);
553 ioc->res_bitshift = bitshiftcnt + bits_wanted;
558 bitshiftcnt = 0;