Searched refs:clz_hwi (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dhwint.h177 extern int clz_hwi (unsigned HOST_WIDE_INT x);
197 clz_hwi (unsigned HOST_WIDE_INT x) function
251 return HOST_BITS_PER_WIDE_INT - 1 - clz_hwi (x);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dhwint.h164 extern int clz_hwi (unsigned HOST_WIDE_INT x);
178 clz_hwi (unsigned HOST_WIDE_INT x) function
220 return HOST_BITS_PER_WIDE_INT - 1 - clz_hwi (x);

Completed in 65 milliseconds