Searched refs:xc_ffs32 (Results 1 – 2 of 2) sorted by relevance
774 int xc_ffs32(uint32_t x) in xc_ffs32() function783 return l ? xc_ffs32(l) : h ? xc_ffs32(h) + 32 : 0; in xc_ffs64()
392 int xc_ffs32(uint32_t x);
Completed in 4 milliseconds