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

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitfield.h97 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro
100 (((typeof(_mask))(_value) << __bf_shf(_mask)) & (_mask))
103 ((typeof(_mask))(((_value) & (_mask)) >> __bf_shf(_mask)))

Completed in 45 milliseconds