Home
last modified time | relevance | path

Searched refs:flsl (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/compat/bhyve/amd64/machine/
H A Dcpufunc.h95 flsl(long mask) in flsl() function
103 return (flsl((long)mask)); in flsll()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfls.c74 flsl(long bits) in flsl() function
/illumos-gate/usr/src/boot/include/
H A Dstrings.h56 int flsl(long) __pure2;
/illumos-gate/usr/src/head/
H A Dstring.h122 extern int flsl(long);
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h183 flsl(long mask) in flsl() function
193 return (flsl((long)mask)); in flsll()
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h199 flsl(long mask) in flsl() function
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.c748 size = 1UL << flsl(size); /* round up to a power of 2 */ in pci_emul_alloc_bar()
943 const uint64_t rom_size = MAX(1UL << flsl(size), in pci_emul_alloc_rom()
H A Dpci_ahci.c2560 p = flsl(p) - ((p & (p - 1)) ? 0 : 1); in pci_ahci_init()
/illumos-gate/usr/src/man/man3c/
H A DMakefile824 flsl.3c \
1786 flsl.3c := LINKSRC = ffs.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers604 flsl;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc392 link path=usr/share/man/man3c/flsl.3c target=ffs.3c