HomeSort by relevance Sort by last modified time
    Searched refs:ffs (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /external/libpcap/lbl/
os-aix4.h 23 int ffs(int i);
os-aix7.h 23 int ffs(int i);
os-hpux11.h 23 int ffs(int i);
  /bionic/libc/bionic/
ffs.cpp 31 int ffs(int x) { function
  /bionic/tests/
strings_test.cpp 29 TEST(STRINGS_TEST, ffs) {
30 ASSERT_EQ( 0, ffs(0x00000000));
31 ASSERT_EQ( 1, ffs(0x00000001));
32 ASSERT_EQ( 6, ffs(0x00000020));
33 ASSERT_EQ(11, ffs(0x00000400));
34 ASSERT_EQ(16, ffs(0x00008000));
35 ASSERT_EQ(17, ffs(0x00010000));
36 ASSERT_EQ(22, ffs(0x00200000));
37 ASSERT_EQ(27, ffs(0x04000000));
38 ASSERT_EQ(32, ffs(0x80000000))
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeCapsuleTxt/Microcode/
Microcode.inf 21 FFS_EXT = .ffs
  /external/mesa3d/src/util/
bitscan.c 35 ffs(int i) function
70 bit = ffs((unsigned) (val & 0xffffffff));
74 bit = ffs((unsigned) (val >> 32));
bitscan.h 52 #define ffs __builtin_ffs macro
55 int ffs(int i) function
65 int ffs(int i);
97 const int i = ffs(*mask) - 1;
131 *start = ffs(*mask) - 1;
132 *count = ffs(~(*mask >> *start)) - 1;
154 * Essentially ffs() in the reverse direction.
  /external/u-boot/include/faraday/
ftpci100.h 25 #define FTPCI100_BASE_IO_SIZE(x) (ffs(x) - 1) /* 1M - 2048M */
46 #define FTPCI100_BASE_ADR_SIZE(x) ((ffs(x) - 1) << 16) /* 1M - 2048M */
60 #define FTPCI100_MEM_SIZE(x) (ffs(x) << 24)
ftahbc020s.h 31 #define FTAHBC020S_BSR_SIZE(x) (ffs(x) - 1) /* size of Addr Space */
  /bionic/libc/include/android/
legacy_strings_inlines.h 40 /* Everyone except x86 had ffs since the beginning. */
41 static __inline int ffs(int __n) { return __builtin_ffs(__n); } function
  /external/mesa3d/src/intel/isl/
isl_gen9.c 52 .w = 1 << (12 - (ffs(bpb) - 4) + (4 * is_Ys)),
63 .w = 1 << (6 - ((ffs(bpb) - 4) / 2) + (4 * is_Ys)),
64 .h = 1 << (6 - ((ffs(bpb) - 3) / 2) + (4 * is_Ys)),
77 align_sa->w >>= (ffs(info->samples) - 0) / 2;
78 align_sa->h >>= (ffs(info->samples) - 1) / 2;
89 .w = 1 << (4 - ((ffs(bpb) - 2) / 3) + (4 * is_Ys)),
90 .h = 1 << (4 - ((ffs(bpb) - 4) / 3) + (2 * is_Ys)),
91 .d = 1 << (4 - ((ffs(bpb) - 3) / 3) + (2 * is_Ys)),
  /external/u-boot/arch/arm/mach-omap2/omap5/
abb.c 48 vset >>= ffs(fuse_vset_mask) - 1;
49 vset <<= ffs(OMAP5_ABB_LDOVBBMPU_VSET_OUT_MASK) - 1;
  /bionic/tests/headers/posix/
strings_h.c 34 FUNCTION(ffs, int (*f)(int));
  /device/linaro/bootloader/edk2/StdLib/Include/
strings.h 48 int ffs(int);
  /external/u-boot/arch/nios2/include/asm/bitops/
ffs.h 5 * ffs - find first bit set
9 * the libc and compiler builtin ffs routines, therefore
10 * differs in spirit from the above ffz (man ffs).
12 static inline int ffs(int x) function
  /external/u-boot/arch/nios2/include/asm/
bitops.h 13 #include <asm/bitops/ffs.h>
  /device/google/wahoo/
init.hardware.usb.rc 31 mkdir /config/usb_gadget/g1/functions/ffs.adb
32 mkdir /config/usb_gadget/g1/functions/ffs.mtp
33 mkdir /config/usb_gadget/g1/functions/ffs.ptp
44 mkdir /dev/usb-ffs 0775 shell shell
45 mkdir /dev/usb-ffs/adb 0770 shell shell
46 mount functionfs adb /dev/usb-ffs/adb rmode=0770,fmode=0660,uid=2000,gid=2000,no_disconnect=1
47 mkdir /dev/usb-ffs/mtp 0770 mtp mtp
48 mkdir /dev/usb-ffs/ptp 0770 mtp mtp
49 mount functionfs mtp /dev/usb-ffs/mtp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1
50 mount functionfs ptp /dev/usb-ffs/ptp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=
    [all...]
  /device/google/cuttlefish/shared/config/
init.hardware.usb.rc 30 mkdir /config/usb_gadget/g1/functions/ffs.adb
31 mkdir /config/usb_gadget/g1/functions/ffs.mtp
32 mkdir /config/usb_gadget/g1/functions/ffs.ptp
42 mkdir /dev/usb-ffs 0775 shell shell
43 mkdir /dev/usb-ffs/adb 0770 shell shell
44 mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000
45 mkdir /dev/usb-ffs/mtp 0770 mtp mtp
46 mkdir /dev/usb-ffs/ptp 0770 mtp mtp
47 mount functionfs mtp /dev/usb-ffs/mtp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1
48 mount functionfs ptp /dev/usb-ffs/ptp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=
    [all...]
  /external/jemalloc/include/msvc_compat/
strings.h 4 /* MSVC doesn't define ffs/ffsl. This dummy strings.h header is provided
18 static __forceinline int ffs(int x) function
56 # define ffs(x) __builtin_ffs(x) macro
  /external/jemalloc_new/include/msvc_compat/
strings.h 4 /* MSVC doesn't define ffs/ffsl. This dummy strings.h header is provided
18 static __forceinline int ffs(int x) { function
55 # define ffs(x) __builtin_ffs(x) macro
  /external/u-boot/arch/sh/lib/
time.c 24 u16 tmu_bit = (ffs(CONFIG_SYS_TMU_CLK_DIV) >> 1) - 1;
49 u16 tmu_bit = (ffs(CONFIG_SYS_TMU_CLK_DIV) >> 1) - 1;
  /bionic/libc/include/
strings.h 68 * [ffs(3)](http://man7.org/linux/man-pages/man3/ffs.3.html) finds the first set bit in `__i`.
72 int ffs(int __i) __INTRODUCED_IN_X86(18);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
strings.h 50 int ffs(int) __pure2;
  /device/google/bonito/
init.hardware.usb.rc 30 mkdir /config/usb_gadget/g1/functions/ffs.adb
31 mkdir /config/usb_gadget/g1/functions/ffs.mtp
32 mkdir /config/usb_gadget/g1/functions/ffs.ptp
43 mkdir /dev/usb-ffs 0775 shell shell
44 mkdir /dev/usb-ffs/adb 0770 shell shell
45 mount functionfs adb /dev/usb-ffs/adb rmode=0770,fmode=0660,uid=2000,gid=2000,no_disconnect=1
46 mkdir /dev/usb-ffs/mtp 0770 mtp mtp
47 mkdir /dev/usb-ffs/ptp 0770 mtp mtp
48 mount functionfs mtp /dev/usb-ffs/mtp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=1
49 mount functionfs ptp /dev/usb-ffs/ptp rmode=0770,fmode=0660,uid=1024,gid=1024,no_disconnect=
    [all...]

Completed in 549 milliseconds

1 2 3 4 5 6 7 8