HomeSort by relevance Sort by last modified time
    Searched refs:__flsl (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/core/
bitops.c 5 int __flsl ( long x ) { function
  /external/syslinux/gpxe/src/include/
strings.h 46 extern int __flsl ( long x );
49 ( __builtin_constant_p ( x ) ? __constant_flsl ( x ) : __flsl ( x ) )

Completed in 311 milliseconds