Lines Matching refs:BSIZE
571 max = (uint32_t)hashp->BSIZE >> 2; /* divide by 4 */
609 max = (uint32_t)hashp->BSIZE >> 2; /* divide by 4 */
645 if ((ip = malloc((size_t)hashp->BSIZE)) == NULL)
652 (size_t)(hashp->BSIZE - clearbytes));
688 free_bit = (max_free - 1) & ((hashp->BSIZE << BYTE_SHIFT) - 1);
699 in_use_bits = (hashp->BSIZE << BYTE_SHIFT) - 1;
703 ((hashp->BSIZE << BYTE_SHIFT) - 1);
735 if (free_bit == (hashp->BSIZE << BYTE_SHIFT) - 1) {
802 bit = 1 + bit + (i * (hashp->BSIZE << BYTE_SHIFT));
845 free_bit = bit_address & ((hashp->BSIZE << BYTE_SHIFT) - 1);
902 if ((hashp->mapp[ndx] = malloc((size_t)hashp->BSIZE)) == NULL)