Searched refs:b_index (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sbin/fsck_ffs/
H A Dinode.c211 bp->b_index = i;
354 bp->b_index = i;
425 inumber >= icachebp->b_index &&
426 inumber < icachebp->b_index + INOPB(&sblock)) {
443 icachebp->b_index = rounddown(inumber, INOPB(&sblock));
H A Dfsck.h162 int b_index; /* for BT_LEVEL, ptr index */ member in struct:bufarea
244 (bp)->b_index = 0; \
H A Dfsutil.c472 ip.i_number = bp->b_index + i;
1253 (intmax_t) bp->b_index);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3676 int b_index; local
3681 b_index = kMaskToBitNumber[prevMask] * 8;
3682 b = (uint8_t)(dest >> (24 - b_index));
3685 src = dest ^ ((1 << (32 - b_index)) - 1);

Completed in 69 milliseconds