Home
last modified time | relevance | path

Searched refs:xc_ffs16 (Results 1 – 2 of 2) sorted by relevance

/tools/libs/ctrl/
A Dxc_private.c729 int xc_ffs16(uint16_t x) in xc_ffs16() function
738 return l ? xc_ffs16(l) : h ? xc_ffs16(h) + 16 : 0; in xc_ffs32()
A Dxc_private.h389 int xc_ffs16(uint16_t x);

Completed in 7 milliseconds