Home
last modified time | relevance | path

Searched refs:ffs (Results 1 – 25 of 204) sorted by relevance

123456789

/freebsd-13-stable/lib/libc/string/
HDMakefile.inc13 ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
40 MAN+= bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 index.3 memccpy.3 memchr.3 \
50 MLINKS+=ffs.3 ffsl.3 \
51 ffs.3 ffsll.3 \
52 ffs.3 fls.3 \
53 ffs.3 flsl.3 \
54 ffs.3 flsll.3
HDffs.c46 ffs(int mask) in ffs() function
/freebsd-13-stable/contrib/netbsd-tests/include/sys/
HDt_bitops.c46 int ffs; member
126 b = bits[i].ffs; in ATF_TC_BODY()
160 ATF_REQUIRE(ffs32(bits[i].val) == bits[i].ffs); in ATF_TC_BODY()
162 ATF_REQUIRE(ffs64(bits[i].val) == bits[i].ffs); in ATF_TC_BODY()
165 ATF_REQUIRE(ffs32(bits[i].val << 1) == bits[i].ffs + 1); in ATF_TC_BODY()
167 ATF_REQUIRE(ffs64(bits[i].val << 1) == bits[i].ffs + 1); in ATF_TC_BODY()
170 ATF_REQUIRE(ffs32(bits[i].val << 9) == bits[i].ffs + 9); in ATF_TC_BODY()
172 ATF_REQUIRE(ffs64(bits[i].val << 9) == bits[i].ffs + 9); in ATF_TC_BODY()
/freebsd-13-stable/sys/libkern/arm/
HDffs.S47 ENTRY(ffs)
55 END(ffs)
/freebsd-13-stable/usr.sbin/makefs/ffs/
HDMakefile.inc1 .PATH: ${SRCDIR}/ffs ${SRCTOP}/sys/ufs/ffs
/freebsd-13-stable/lib/libc/mips/string/
HDffs.S47 LEAF(ffs)
57 END(ffs)
/freebsd-13-stable/sys/dev/vt/hw/vbefb/
HDvbefb.c133 roff = ffs(vbefb->fb_mask_red) - 1; in vt_vbefb_init()
134 goff = ffs(vbefb->fb_mask_green) - 1; in vt_vbefb_init()
135 boff = ffs(vbefb->fb_mask_blue) - 1; in vt_vbefb_init()
/freebsd-13-stable/sys/dev/vt/hw/efifb/
HDefifb.c155 roff = ffs(efifb->fb_mask_red) - 1; in vt_efifb_init()
156 goff = ffs(efifb->fb_mask_green) - 1; in vt_efifb_init()
157 boff = ffs(efifb->fb_mask_blue) - 1; in vt_efifb_init()
/freebsd-13-stable/sys/dev/mthca/
HDmthca_profile.c116 profile[i].log_num = max(ffs(profile[i].num) - 1, 0); in mthca_make_profile()
217 init_hca->log_mc_entry_sz = ffs(MTHCA_MGM_ENTRY_SIZE) - 1; in mthca_make_profile()
231 init_hca->mtt_seg_sz = ffs(dev->limits.mtt_seg_size) - 7; in mthca_make_profile()
245 init_hca->log_uarc_sz = ffs(request->uarc_size) - 13; in mthca_make_profile()
246 init_hca->log_uar_sz = ffs(request->num_uar) - 1; in mthca_make_profile()
/freebsd-13-stable/contrib/netbsd-tests/fs/common/
HDh_fsmacros.h53 FSPROTOS(ffs);
161 ATF_TC_FSADD(ffs,MOUNT_FFS,func,desc) \
176 ATF_TP_FSADD(ffs,func); \
220 ATF_TC_FSADD_RO(ffs,MOUNT_FFS,func,desc,gen) \
231 ATF_TP_FSADD(ffs,func); \
/freebsd-13-stable/contrib/netbsd-tests/fs/ffs/
HDt_mount.c41 FSTEST_CONSTRUCTOR(tc, ffs, tmp);
44 FSTEST_DESTRUCTOR(tc, ffs, tmp);
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDbit_util.h58 #error No implementation for size_t ffs() in ffs_zu()
69 #error No implementation for 64-bit ffs() in ffs_u64()
78 #error No implementation for 32-bit ffs() in ffs_u32()
/freebsd-13-stable/sys/arm/mv/
HDic.c160 next = ffs(irq & filt) - 1; in arm_get_next_irq()
167 next = ffs(irq & filt) + 31; in arm_get_next_irq()
175 next = ffs(irq & filt) + 63; in arm_get_next_irq()
/freebsd-13-stable/contrib/netbsd-tests/lib/librumphijack/
HDt_tcpip.sh160 atf_check -s exit:0 -o ignore newfs -F -s 10000 ffs.img
238 -d key=/dk,hostpath=ffs.img,size=host
259 -lrumpdev_disk -d key=/dk,hostpath=ffs.img,size=host
/freebsd-13-stable/stand/common/
HDgfx_fb.c281 roff = ffs(gfx_state.tg_fb.fb_mask_red) - 1; in gfx_fb_color_map()
282 goff = ffs(gfx_state.tg_fb.fb_mask_green) - 1; in gfx_fb_color_map()
283 boff = ffs(gfx_state.tg_fb.fb_mask_blue) - 1; in gfx_fb_color_map()
429 roff = ffs(gfx_state.tg_fb.fb_mask_red) - 1; in gfxfb_blt_fill()
430 goff = ffs(gfx_state.tg_fb.fb_mask_green) - 1; in gfxfb_blt_fill()
431 boff = ffs(gfx_state.tg_fb.fb_mask_blue) - 1; in gfxfb_blt_fill()
520 rp = ffs(gfx_state.tg_fb.fb_mask_red) - 1; in gfxfb_blt_video_to_buffer()
521 gp = ffs(gfx_state.tg_fb.fb_mask_green) - 1; in gfxfb_blt_video_to_buffer()
522 bp = ffs(gfx_state.tg_fb.fb_mask_blue) - 1; in gfxfb_blt_video_to_buffer()
529 ffs(rm) - 1 == 8 && rp == 16 && in gfxfb_blt_video_to_buffer()
[all …]
/freebsd-13-stable/contrib/libpcap/lbl/
HDos-aix7.h23 int ffs(int i);
HDos-aix4.h23 int ffs(int i);
HDos-hpux11.h23 int ffs(int i);
/freebsd-13-stable/sys/mips/nlm/dev/net/ucore/
HDucore.h147 nlm_ucore_pkt_done(int l3cachelines, int fsv, int ffs, int prepad_en, in nlm_ucore_pkt_done() argument
155 val |= ((ffs & 0x1f) << 14); in nlm_ucore_pkt_done()
/freebsd-13-stable/sys/i386/i386/
HDk6_mem.c90 for (bit = ffs(desc->mr_len >> 17) - 1; bit < 15; bit++) in k6_mrmake()
119 sc->mr_desc[d].mr_len = ffs(mask) << 17; in k6_mrinit()
/freebsd-13-stable/sys/libkern/
HDffs.c39 ffs(int mask) in ffs() function
/freebsd-13-stable/contrib/jemalloc/include/jemalloc/
HDjemalloc.h104 # define MALLOCX_ALIGN(a) ((int)(ffs((int)(a))-1))
107 ((int)(((size_t)(a) < (size_t)INT_MAX) ? ffs((int)(a))-1 : \
108 ffs((int)(((size_t)(a))>>32))+31))
/freebsd-13-stable/sys/kern/
HDMake.tags.inc45 ${SYS}/ufs/ffs/*.[ch] \
87 ${SYS}/ufs/ffs \
/freebsd-13-stable/sys/i386/include/
HDrunq.h39 #define RQB_FFS(word) (ffs(word) - 1)
/freebsd-13-stable/sys/arm/include/
HDrunq.h39 #define RQB_FFS(word) (ffs(word) - 1)

123456789