Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_private.c774 int xc_ffs32(uint32_t x) in xc_ffs32() function
783 return l ? xc_ffs32(l) : h ? xc_ffs32(h) + 32 : 0; in xc_ffs64()
A Dxc_private.h392 int xc_ffs32(uint32_t x);

Completed in 4 milliseconds