Searched refs:xc_ffs16 (Results 1 – 2 of 2) sorted by relevance
768 int xc_ffs16(uint16_t x) in xc_ffs16() function777 return l ? xc_ffs16(l) : h ? xc_ffs16(h) + 16 : 0; in xc_ffs32()
391 int xc_ffs16(uint16_t x);
Completed in 5 milliseconds