Home
last modified time | relevance | path

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

/tools/libs/ctrl/
A Dxc_private.c735 int xc_ffs32(uint32_t x) in xc_ffs32() function
744 return l ? xc_ffs32(l) : h ? xc_ffs32(h) + 32 : 0; in xc_ffs64()
A Dxc_private.h390 int xc_ffs32(uint32_t x);

Completed in 6 milliseconds