| /freebsd-13-stable/lib/libc/string/ |
| HD | Makefile.inc | 13 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
|
| HD | ffs.c | 46 ffs(int mask) in ffs() function
|
| /freebsd-13-stable/contrib/netbsd-tests/include/sys/ |
| HD | t_bitops.c | 46 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/ |
| HD | ffs.S | 47 ENTRY(ffs) 55 END(ffs)
|
| /freebsd-13-stable/usr.sbin/makefs/ffs/ |
| HD | Makefile.inc | 1 .PATH: ${SRCDIR}/ffs ${SRCTOP}/sys/ufs/ffs
|
| /freebsd-13-stable/lib/libc/mips/string/ |
| HD | ffs.S | 47 LEAF(ffs) 57 END(ffs)
|
| /freebsd-13-stable/sys/dev/vt/hw/vbefb/ |
| HD | vbefb.c | 133 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/ |
| HD | efifb.c | 155 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/ |
| HD | mthca_profile.c | 116 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/ |
| HD | h_fsmacros.h | 53 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/ |
| HD | t_mount.c | 41 FSTEST_CONSTRUCTOR(tc, ffs, tmp); 44 FSTEST_DESTRUCTOR(tc, ffs, tmp);
|
| /freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/ |
| HD | bit_util.h | 58 #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/ |
| HD | ic.c | 160 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/ |
| HD | t_tcpip.sh | 160 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/ |
| HD | gfx_fb.c | 281 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/ |
| HD | os-aix7.h | 23 int ffs(int i);
|
| HD | os-aix4.h | 23 int ffs(int i);
|
| HD | os-hpux11.h | 23 int ffs(int i);
|
| /freebsd-13-stable/sys/mips/nlm/dev/net/ucore/ |
| HD | ucore.h | 147 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/ |
| HD | k6_mem.c | 90 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/ |
| HD | ffs.c | 39 ffs(int mask) in ffs() function
|
| /freebsd-13-stable/contrib/jemalloc/include/jemalloc/ |
| HD | jemalloc.h | 104 # 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/ |
| HD | Make.tags.inc | 45 ${SYS}/ufs/ffs/*.[ch] \ 87 ${SYS}/ufs/ffs \
|
| /freebsd-13-stable/sys/i386/include/ |
| HD | runq.h | 39 #define RQB_FFS(word) (ffs(word) - 1)
|
| /freebsd-13-stable/sys/arm/include/ |
| HD | runq.h | 39 #define RQB_FFS(word) (ffs(word) - 1)
|