Searched defs:ffs (Results 1 – 13 of 13) 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
9 import pyfakefs.fake_filesystem_unittest as ffs namespace11 from .stubs import fake_filesystem_unittest as ffs unknown
92 int ffs = BITSET_FFS(heap->available); in agx_alloc_oq() local
7721 let ffs = { in test_impls() localVariable
780 pub fn ffs(arg1: c_int) -> c_int; in ffs() function
5327 pub fn ffs(value: ::c_int) -> ::c_int; in ffs() function
2840 pub fn ffs(value: ::c_int) -> ::c_int; in ffs() function