Home
last modified time | relevance | path

Searched defs:ffs (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/src/misc/
Dffs.c4 int ffs(int i) in ffs() function
/third_party/uboot/u-boot-2020.01/arch/nios2/include/asm/bitops/
Dffs.h12 static inline int ffs(int x) in ffs() function
/third_party/libinput/include/
Dconfig.h38 #define ffs __builtin_ffs macro
/third_party/ntfs-3g/libntfs-3g/
Dcompat.c38 int ffs(int x) in ffs() function
/third_party/python/Lib/test/test_importlib/
Dtest_main.py11 import pyfakefs.fake_filesystem_unittest as ffs namespace
13 from .stubs import fake_filesystem_unittest as ffs unknown
/third_party/skia/experimental/sktext/src/
DPaint.h45 MultipleFontChain(std::vector<const char*> ffs, SkScalar size, SkFontStyle fontStyle) in MultipleFontChain()
/third_party/uboot/u-boot-2020.01/arch/sh/include/asm/
Dbitops.h126 static inline int ffs (int x) in ffs() function
/third_party/uboot/u-boot-2020.01/include/linux/
Dbitops.h149 # define ffs generic_ffs macro
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/
Dbitops.h362 static __inline__ int ffs(int x) in ffs() function
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dbitops.h213 static __inline__ int ffs(int x) in ffs() function
/third_party/ffmpeg/libavformat/
Dlibsrt.c72 int ffs; member
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Ddebug.c2597 unsigned int from, to, ffs = chance(1, 2); in corrupt_data() local
/third_party/pixman/pixman/
Dpixman-vmx.c411 vector bool int ffs = vec_cmpeq(x, x); in is_opaque() local
Dpixman-sse2.c178 __m128i ffs = _mm_cmpeq_epi8 (x, x); in is_opaque() local