Searched refs:highbit (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dbitmap.h156 extern int highbit(ulong_t);
H A Dsysmacros.h383 highbit(ulong_t i) function
H A Dcpuvar.h524 largest = (uint_t)(highbit(set) - 1); \
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c674 *logical_ashift = highbit(MAX(pp->sectorsize, SPA_MINBLOCKSIZE)) - 1;
677 *physical_ashift = highbit(pp->stripesize) - 1;
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c2991 valueT highbit;
2993 highbit = 0;
2995 highbit = 0x80000000;
3017 md_number_to_chars (p, highbit, 4);
2989 valueT highbit; local

Completed in 259 milliseconds