Searched refs:xc_ffs8 (Results 1 – 2 of 2) sorted by relevance
748 int xc_ffs8(uint8_t x) in xc_ffs8() function760 return l ? xc_ffs8(l) : h ? xc_ffs8(h) + 8 : 0; in xc_ffs16()
411 int xc_ffs8(uint8_t x);
Completed in 4 milliseconds