Searched defs:ffs (Results 1 – 10 of 10) sorted by relevance
18 static __forceinline int ffs(int x) { in ffs() function55 # define ffs(x) __builtin_ffs(x) macro
4 int ffs(int i) in ffs() function
35 ffs(int i) in ffs() function
57 #define ffs __builtin_ffs macro
10 import pyfakefs.fake_filesystem_unittest as ffs namespace12 from .stubs import fake_filesystem_unittest as ffs unknown
52 char *ffs; member337 int start_usb_daemon(struct iio_context *ctx, const char *ffs, in start_usb_daemon()
45 MultipleFontChain(std::vector<const char*> ffs, SkScalar size, SkFontStyle fontStyle) in MultipleFontChain()
507 unsigned long ffs( unsigned long u ) in ffs() function517 unsigned ffs( unsigned u ) in ffs() function532 #define ffs __builtin_ffs macro
780 pub fn ffs(arg1: c_int) -> c_int; in ffs() function
4160 pub fn ffs(value: ::c_int) -> ::c_int; in ffs() function