Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_private.c768 int xc_ffs16(uint16_t x) in xc_ffs16() function
777 return l ? xc_ffs16(l) : h ? xc_ffs16(h) + 16 : 0; in xc_ffs32()
A Dxc_private.h391 int xc_ffs16(uint16_t x);

Completed in 5 milliseconds