Searched defs:ffs (Results 1 - 7 of 7) sorted by relevance

/external/libpcap/Win32/Src/
H A Dffs.c35 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/
H A Dstrings.h4 /* 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/
H A Dfilelock.c32 struct fio_filelock ffs[MAX_FILELOCKS]; member in struct:filelock_data
85 struct fio_filelock *ff = &fld->ffs[i];
/external/mesa3d/src/mesa/main/
H A Dimports.c239 ffs(int i) function
278 bit = ffs((int) val);
282 bit = ffs((int) (val >> 32));
H A Dimports.h567 #define ffs __builtin_ffs macro
573 extern int ffs(int i);
593 * Essentially ffs() in the reverse direction.
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h55 #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/
H A Doptimize.c63 #define ffs _w32_ffs macro
67 int ffs(int mask);
1359 k = ffs(x) - 1;

Completed in 506 milliseconds