Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/
Dstrings.h46 extern int __flsl ( long x );
49 ( __builtin_constant_p ( x ) ? __constant_flsl ( x ) : __flsl ( x ) )
/external/syslinux/gpxe/src/core/
Dbitops.c5 int __flsl ( long x ) { in __flsl() function