highbit64
cbucket = highbit64(hdr.b_psize);
ubucket = highbit64(hdr.b_lsize);
data.hist_nbuckets = highbit64(max_shifted) + 1;
ddt_stat_add(&ddh_total.ddh_stat[highbit64(refcnt) - 1],
#define IOS_HISTO_IDX(a) (highbit64(a & IOS_ANYHISTO_M) - 1)
extern int highbit64(uint64_t i);
#define HDR_COMPRESS_OFFSET (highbit64(ARC_FLAG_COMPRESS_0) - 1)
highbit64(dn->dn_phys->dn_nblkptr) <= 64);
bucket = highbit64(dds.dds_ref_blocks) - 1;
dn->dn_datablkshift = ISP2(size) ? highbit64(size - 1) : 0;
uint64_t *cursor = &msp->ms_lbas[highbit64(align) - 1];
uint64_t hbit = highbit64(size);
int idx = highbit64(msp->ms_size) - 1;
int idx = highbit64(size) - 1;
int idx = highbit64(size) - 1;
int idx = highbit64(size) - 1;
ms_shift = highbit64(asize / zfs_vdev_min_ms_count);
ms_shift = highbit64(asize / zfs_vdev_default_ms_count);
ms_shift = highbit64(asize / zfs_vdev_ms_count_limit);
*ashift = highbit64(MAX(pbsize, SPA_MINBLOCKSIZE)) - 1;
zap->zap_f.zap_block_shift = highbit64(zap->zap_dbuf->db_size) - 1;
l->l_bs = highbit64(db->db_size) - 1;
l.l_bs = highbit64(size) - 1;
l->l_bs = highbit64(l->l_dbuf->db_size) - 1;
zap->zap_f.zap_block_shift = highbit64(db->db_size) - 1;
1 << highbit64(zp->z_blksz));
newblksz = MIN(end, 1 << highbit64(zp->z_blksz));
rv = zio_pipeline[highbit64(stage) - 1](zio);
extern int highbit64(uint64_t);
#define HISTO(val, buckets) (val != 0 ? MIN(highbit64(val) - 1, \