Searched refs:__flsl (Results 1 – 2 of 2) sorted by relevance
46 extern int __flsl ( long x );49 ( __builtin_constant_p ( x ) ? __constant_flsl ( x ) : __flsl ( x ) )
5 int __flsl ( long x ) { in __flsl() function