Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxc_private.c757 int xc_ffs16(uint16_t x) in xc_ffs16() function
766 return l ? xc_ffs16(l) : h ? xc_ffs16(h) + 16 : 0; in xc_ffs32()
A Dxc_private.h412 int xc_ffs16(uint16_t x);

Completed in 7 milliseconds