Searched refs:ffz (Results 1 - 25 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/bitops/
H A Dffz.h5 * ffz - find first zero in word.
10 #define ffz(x) __ffs(~(x)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dbitops.h40 * ffz = Find First Zero in word. Undefined if no zero exists,
43 static inline unsigned long ffz(unsigned long w) function
65 * differs in spirit from the above ffz (man ffs).
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dbitops.h40 ffz(unsigned long w) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dbitops.h33 static inline unsigned long ffz(unsigned long word) function
67 static inline unsigned long ffz(unsigned long word) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dbitops.h46 * ffz: Find first zero in word. Undefined if no zero exists.
50 static inline int ffz(unsigned long x) function
67 * differs in spirit from the above ffz (man ffs).
101 # include <asm-generic/bitops/ffz.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bit.c79 return result + ffz(tmp) - start_bit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dbitops.h24 #include <asm-generic/bitops/ffz.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dbitops.h43 * ffz - find first zero bit in word
48 static inline unsigned long ffz(unsigned long word) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dfind_next_bit.c103 return result + ffz(tmp);
157 return result + ffz(tmp);
222 return result + size; /* Nope. Skip ffz */
224 return result + ffz(tmp);
227 return result + ffz(ext2_swab(tmp));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dirq_pyxis.c98 i = ffz(~pld);
H A Dirq_i8259.c177 int j = ffz(~pic);
H A Dsys_rx164.c102 i = ffz(~pld);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/adfs/
H A Dmap.c98 mapptr += 1 + ffz(~v);
176 mapptr += 1 + ffz(~v);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dbitops_32.h96 #include <asm-generic/bitops/ffz.h>
H A Dbitops_64.h29 #include <asm-generic/bitops/ffz.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dbitops_no.h50 #include <asm-generic/bitops/ffz.h>
319 * see above. But then we have to swab tmp below for ffz, so
322 return result + ffz(__swab32(tmp) | (~0UL << size));
324 return result + ffz(__swab32(tmp));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbitops.h13 #include <asm-generic/bitops/ffz.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dbitops.h225 #include <asm-generic/bitops/ffz.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dbitops.h169 #include <asm-generic/bitops/ffz.h>
174 * ffs routines, therefore differs in spirit from the above ffz (man ffs).
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mvsas/
H A Dmv_94xx.h195 #define mv_ffc(x) ffz(x)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dbitops.h348 * ffz - find first zero bit in word
353 static inline unsigned long ffz(unsigned long word) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/512x/
H A Dmpc5121_ads_cpld.c102 cpld_irq = ffz(status) + offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dbitops.h23 * ffz = Find First Zero in word. Undefined if no zero exists,
26 static __inline__ unsigned long ffz(unsigned long word) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsmp.c110 which = ffz(~ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dbitops.h251 #include <asm-generic/bitops/ffz.h>

Completed in 190 milliseconds

123