Searched refs:ffs (Results 1 - 25 of 63) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-generic/
H A Dbitops.h57 * ffs: find first bit set. This is defined the same way as
58 * the libc and compiler builtin ffs routines, therefore
59 * differs in spirit from the above ffz (man ffs).
62 #define ffs(x) generic_ffs(x) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-generic/
H A Dbitops.h57 * ffs: find first bit set. This is defined the same way as
58 * the libc and compiler builtin ffs routines, therefore
59 * differs in spirit from the above ffz (man ffs).
62 #define ffs(x) generic_ffs(x) macro
/asus-wl-520gu-7.0.1.45/src/router/igmpproxy/src/
H A Dlib.c86 bits = 33 - ffs(ntohl(mask));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/sgi-ip32/
H A Dip32-irq.c490 irq = ffs (crime_int);
497 irq = ffs (mace_int) + 32;
501 irq = ffs (crime_int) + 8;
504 irq = ffs (crime_int) + 16;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Dbitops.h113 * ffs: find first bit set. This is defined the same way as
114 * the libc and compiler builtin ffs routines, therefore
115 * differs in spirit from the above ffz (man ffs).
118 #define ffs(x) generic_ffs(x) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Dbitops.h113 * ffs: find first bit set. This is defined the same way as
114 * the libc and compiler builtin ffs routines, therefore
115 * differs in spirit from the above ffz (man ffs).
118 #define ffs(x) generic_ffs(x) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/tools/
H A Dprint_offsets.c201 printf ("#define PT_PTRACED_BIT\t\t\t%u\n", ffs (PT_PTRACED) - 1);
202 printf ("#define PT_TRACESYS_BIT\t\t\t%u\n\n", ffs (PT_TRACESYS) - 1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/gsc/
H A Dgsc.c99 irq, GSC_FIX_IRQ(ffs(irq))+1 );
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/mtd/devices/
H A Dpmc551.c559 msize = (1 << (ffs(msize) - 1))<<20;
567 asize = (1 << (ffs(asize) - 1))<<20;
660 ffs(priv->asize>>20)-1);
665 | (ffs(priv->asize>>20)-1)<<4 );
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dbitops.h271 static __inline__ unsigned long ffs(unsigned long w) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dbitops.h328 * ffs - find first bit set
332 * the libc and compiler builtin ffs routines, therefore
333 * differs in spirit from the above ffz (man ffs).
335 static __inline__ int ffs(int x) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dbitops.h353 * ffs - find first bit set
357 * the libc and compiler builtin ffs routines, therefore
358 * differs in spirit from the above ffz (man ffs).
360 static __inline__ int ffs(int x) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dbitops.h353 * ffs - find first bit set
357 * the libc and compiler builtin ffs routines, therefore
358 * differs in spirit from the above ffz (man ffs).
360 static __inline__ int ffs(int x) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dbitops.h271 static __inline__ unsigned long ffs(unsigned long w) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dbitops.h328 * ffs - find first bit set
332 * the libc and compiler builtin ffs routines, therefore
333 * differs in spirit from the above ffz (man ffs).
335 static __inline__ int ffs(int x) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dsuper.c99 sectors_per_cluster_bits = ffs(NTFS_GETU8(boot + 0xD)) - 1;
110 vol->cluster_size_bits = ffs(vol->cluster_size) - 1;
117 (ffs(vol->mft_clusters_per_record) - 1);
125 vol->mft_record_size_bits = ffs(vol->mft_record_size) - 1;
132 (ffs(vol->index_clusters_per_record) - 1);
141 vol->index_record_size_bits = ffs(vol->index_record_size) - 1;
477 (ffs(NTFS_GETU8(cluster0 + 0xD)) - 1);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dbitops.h370 d0 = ffs(*cp);
386 set = ffs(*p & ~((1 << bit) - 1));
396 d0 = ffs(*p);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_ULOG.c164 /* ffs == find first bit set, necessary because userspace
166 * ffs() returns [1..32], we need [0..31] */
167 unsigned int groupnum = ffs(loginfo->nl_group) - 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_ULOG.c164 /* ffs == find first bit set, necessary because userspace
166 * ffs() returns [1..32], we need [0..31] */
167 unsigned int groupnum = ffs(loginfo->nl_group) - 1;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dbitops.h229 * ffs: find first bit set. This is defined the same way as
230 * the libc and compiler builtin ffs routines, therefore
231 * differs in spirit from the above ffz (man ffs).
234 extern __inline__ int ffs(int x) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dbitops.h243 * ffs: find first bit set. This is defined the same way as
244 * the libc and compiler builtin ffs routines, therefore
245 * differs in spirit from the above ffz (man ffs).
247 static __inline__ int ffs(int x) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dbitops.h278 * ffs: find first bit set. This is defined the same way as
279 * the libc and compiler builtin ffs routines, therefore
280 * differs in spirit from the above ffz (man ffs).
282 static __inline__ int ffs(int x) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dbitops.h211 * ffs: find first bit set. This is defined the same way as
212 * the libc and compiler builtin ffs routines, therefore
213 * differs in spirit from the above ffz (man ffs).
215 #define ffs(x) generic_ffs(x) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dbitops.h99 * ffs: find first bit set. This is defined the same way as
100 * the libc and compiler builtin ffs routines, therefore
101 * differs in spirit from the above ffz (man ffs).
104 #define ffs(x) generic_ffs(x) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dbitops.h229 * ffs: find first bit set. This is defined the same way as
230 * the libc and compiler builtin ffs routines, therefore
231 * differs in spirit from the above ffz (man ffs).
234 extern __inline__ int ffs(int x) function

Completed in 228 milliseconds

123