Home
last modified time | relevance | path

Searched refs:fls (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/csplit/
H A Dcsplit.c267 char *fls; in fatal() local
278 for (fls = file; *fls != '\0'; fls++) in fatal()
280 fls -= fiwidth; in fatal()
281 for (num = atoi(fls); num >= 0; num--) { in fatal()
282 (void) sprintf(fls, "%.*d", fiwidth, num); in fatal()
/illumos-gate/usr/src/boot/libsa/string/
H A Dfls.c39 fls(int mask) in fls() function
/illumos-gate/usr/src/boot/include/
H A Dstrings.h55 int fls(int) __pure2;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfls.c68 fls(int bits) in fls() function
H A Dmktemp.c139 pidshift = fls((uint_t)MAXPID); /* high bit number */ in libc_mktemps()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkmisc.c125 return (fls(i)); in highbit()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c444 bpp = fls(efifb.fb_mask_red | efifb.fb_mask_green | in efi_framebuffer_setup()
467 gfx_fb.u.fb2.framebuffer_red_mask_size = fls(efifb.fb_mask_red >> pos); in efi_framebuffer_setup()
473 fls(efifb.fb_mask_green >> pos); in efi_framebuffer_setup()
479 fls(efifb.fb_mask_blue >> pos); in efi_framebuffer_setup()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dkernel.return_fixes25 fls s32min-s32max 0-32
/illumos-gate/usr/src/head/
H A Dstring.h120 extern int fls(int);
/illumos-gate/usr/src/compat/bhyve/amd64/machine/
H A Dcpufunc.h89 fls(int mask) in fls() function
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h40 #define fls(x) ddi_fls(x) macro
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dcpufunc.h191 fls(int mask) in fls() function
201 return (fls((int)mask)); in flsl()
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc47 SRCS += $(SASRC)/string/fls.c $(SASRC)/string/memccpy.c
64 OBJECTS += bcmp.o bcopy.o bzero.o ffs.o fls.o \
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_idspace.c52 hashlen = 1 << fls(hashmax / ids_avg); in fmd_idspace_create()
/illumos-gate/usr/src/boot/common/
H A Dbcache.c136 i = fls(disks) - 1; /* highbit - 1 */ in bcache_allocate()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_cpuid.c372 return (fls(x << (1 - powerof2(x))) - 1); in log2()
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dcpufunc.h175 fls(int mask) in fls() function
/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c627 append_unsigned_be(value, (fls(value) + 7) / 8); in append_integer()
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile399 fls.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com435 fls.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com417 fls.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com459 fls.o \
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvlapic.c1148 bitpos = fls(val); in vlapic_pending_intr()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c6224 unsigned int log2 = fls(mtu); in t4_load_mtus()
7666 unsigned int page_shift = fls(page_size) - 1; in t4_fixup_host_params_compat()
7670 unsigned int fl_align_log = fls(fl_align) - 1; in t4_fixup_host_params_compat()
7747 unsigned int pack_align_log = fls(pack_align) - 1; in t4_fixup_host_params_compat()
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.c1095 .access_width = fls(size) - 1, in vm_readwrite_kernemu_device()

12