Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxc_private.c748 int xc_ffs8(uint8_t x) in xc_ffs8() function
760 return l ? xc_ffs8(l) : h ? xc_ffs8(h) + 8 : 0; in xc_ffs16()
A Dxc_private.h411 int xc_ffs8(uint8_t x);

Completed in 4 milliseconds