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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dbitops.h257 u32 tempRC; local
272 tempRC = __ilog2(x & -x);
274 return tempRC;
373 u32 tempRC; local
384 tempRC = ext2_ilog2(x & -x);
385 return tempRC;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dbitops.h257 u32 tempRC; local
272 tempRC = __ilog2(x & -x);
274 return tempRC;
373 u32 tempRC; local
384 tempRC = ext2_ilog2(x & -x);
385 return tempRC;

Completed in 32 milliseconds