Searched refs:ffsll (Results 1 – 13 of 13) sorted by relevance
26 static __forceinline int ffsll(unsigned __int64 x) { in ffsll() function53 # define ffsll(x) __builtin_ffsll(x) macro
39 ffsll(long long mask) in ffsll() function
80 return (ffsll(x) - 1); in __ctzdi2()
132 CK_F_CC_FFS_G(ffsll, unsigned long long) in CK_F_CC_FFS_G()
62 ffsll(long long mask) in ffsll() function
208 ffsll(long long mask) in ffsll() function
142 int ffsll(long long);
274 irq = ffsll(cause); in mv_ap806_sei_intr()
340 while ((bit = ffsll(pend & DMA_PKG_IRQ_MASK)) != 0) { in a31dmac_intr()
141 #define ffsll(x) __builtin_ffsll(x) macro
214 return (ffsll(mask) - 1); in bitpos()
227 ffsll(*FREEMASK_CHUNK((pg), (faddr)))
1328 AC_DEFINE([JEMALLOC_INTERNAL_FFSLL], [ffsll])