HomeSort by relevance Sort by last modified time
    Searched defs:ffs (Results 1 - 11 of 11) sorted by null

  /bionic/libc/bionic/
ffs.cpp 31 int ffs(int x) { function
  /toolchain/binutils/binutils-2.25/libiberty/
ffs.c 0 /* ffs -- Find the first bit set in the parameter
3 @deftypefn Supplemental int ffs (int @var{valu})
14 ffs (register int valu) function
  /external/libpcap/Win32/Src/
ffs.c 35 static char sccsid[] = "@(#)ffs.c 8.1 (Berkeley) 6/4/93";
41 * ffs -- vax ffs instruction
44 ffs(mask) function
  /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/fio/
filelock.c 32 struct fio_filelock ffs[MAX_FILELOCKS]; member in struct:filelock_data
85 struct fio_filelock *ff = &fld->ffs[i];
  /external/mesa3d/src/mesa/main/
imports.c 239 ffs(int i) function
278 bit = ffs((int) val);
282 bit = ffs((int) (val >> 32));
imports.h 567 #define ffs __builtin_ffs macro
573 extern int ffs(int i);
593 * Essentially ffs() in the reverse direction.
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
compat.c 236 ffs(int x) function
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 55 #include <strings.h> /* for ffs */
450 unsigned long ffs( unsigned long u ) function
460 unsigned ffs( unsigned u ) function
475 #define ffs __builtin_ffs macro
505 int i = ffs(*mask) - 1;
  /external/libpcap/
optimize.c 63 #define ffs _w32_ffs macro
67 int ffs(int mask);
1359 k = ffs(x) - 1;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string.h 1955 # define ffs macro
    [all...]

Completed in 917 milliseconds