Searched refs:ffs (Results 1 – 25 of 25) sorted by relevance
93 #define f_fs u.ffs.ffs_fs94 #define i_ic u.ffs.ffs_ic95 #define f_nindir u.ffs.ffs_nindir96 #define f_blk u.ffs.ffs_blk97 #define f_blksize u.ffs.ffs_blksize98 #define f_blkno u.ffs.ffs_blkno
25 int ffs(int i);
8 inline int ffs(int x) in ffs() function
116 Win32/Src/ffs.c
53 #define ffs _w32_ffs macro1396 k = ffs(x) - 1;
279 #define ffs(x) ({ unsigned long __t = (x); fls(__t & -__t); }) macro280 #define __ffs(x) (ffs(x) - 1)
370 d0 = ffs(*cp); in ext2fs_find_first_bit_set()386 set = ffs(*p & ~((1 << bit) - 1)); in ext2fs_find_next_bit_set()396 d0 = ffs(*p); in ext2fs_find_next_bit_set()
96 int ffs(int i);
297 int ffs(int val) function
2761 DIR *ffs; in file_completion() local2785 ffs = opendir(path); in file_completion()2786 if (!ffs) in file_completion()2790 d = readdir(ffs); in file_completion()2807 closedir(ffs); in file_completion()
122 printf("%snflog-group %u ", prefix, ffs(info->group)); in nflog_print()
188 len = ffs(sel->mask); in print_nat()
425 static inline int ffs(int x) in ffs() function
555 current += (ffs(colon_msk) - 1); in FindColonsAndParseIntoKeyValue()1012 message_current += (ffs(newline_msk) - 1); in ProcessHeaders()
238 AC_ARG_ENABLE(ffs, optenable239 [ --disable-ffs disable FFS support in Stage 2])
201 `--disable-ffs'
7 …$ ./configure --disable-auto-linux-mem-opt --enable-preset-menu=android.lst --disable-ffs --disabl…
340 * GRUB understands symlinks on ext2fs (but still not ffs).
862 --disable-ffs disable FFS support in Stage 2
7670 (--disable-ffs): Likewise.
711 record->uuids = 1 << ffs(record->uuids - 1); in sdp_service_record_build()
2312 #define compute_bit2idx(X, I) I = ffs(X)-1
2322 #define compute_bit2idx(X, I) I = ffs(X)-1