Searched refs:xc_ffs8 (Results 1 – 2 of 2) sorted by relevance
720 int xc_ffs8(uint8_t x) in xc_ffs8() function732 return l ? xc_ffs8(l) : h ? xc_ffs8(h) + 8 : 0; in xc_ffs16()
388 int xc_ffs8(uint8_t x);
Completed in 5 milliseconds