Searched refs:xc_ffs16 (Results 1 – 2 of 2) sorted by relevance
757 int xc_ffs16(uint16_t x) in xc_ffs16() function766 return l ? xc_ffs16(l) : h ? xc_ffs16(h) + 16 : 0; in xc_ffs32()
412 int xc_ffs16(uint16_t x);
Completed in 7 milliseconds