Home
last modified time | relevance | path

Searched refs:sm_fls64 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_sval.c744 int sm_fls64(unsigned long long uvalue) in sm_fls64() function
760 high_bit = sm_fls64(uvalue); in fls_mask()
H A Dsmatch.h1180 int sm_fls64(unsigned long long uvalue);
H A Dsmatch_extra.c2066 high.value = sm_fls64(bit_info->possible); in handle_bit_test()