Home
last modified time | relevance | path

Searched refs:ffs (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dstrings.h45 extern int ffs (int __i) __THROW __attribute__ ((const));
H A Dstring.h318 extern int ffs (int __i) __THROW __attribute__ ((__const__));
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvBitops.h138 #define ffs(x) generic_ffs(x) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dstring.h55 int _EXFUN(ffs,(int));
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx456 uframe1 = ffs (LE32ToCPU(qh->hw_info2) & 0x00ff); in qh_schedule()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c2326 #define compute_bit2idx(X, I) I = ffs(X)-1
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c2912 #define compute_bit2idx(X, I) I = ffs(X)-1