Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dbitmap.h156 extern int highbit(ulong_t);
Dsysmacros.h386 highbit(ulong_t i) in highbit() function
Dcpuvar.h517 largest = (uint_t)(highbit(set) - 1); \
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_geom.c927 *logical_ashift = highbit(MAX(pp->sectorsize, SPA_MINBLOCKSIZE)) - 1; in vdev_geom_open()
931 *physical_ashift = highbit(pp->stripesize) - 1; in vdev_geom_open()
/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-arm.c3022 valueT highbit; in s_arm_rel31() local
3024 highbit = 0; in s_arm_rel31()
3026 highbit = 0x80000000; in s_arm_rel31()
3048 md_number_to_chars (p, highbit, 4); in s_arm_rel31()