Searched defs:__bf_shf (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/include/linux/ | ||
D | bitfield.h | 42 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro |
/Linux-v6.6/include/linux/ | ||
D | bitfield.h | 45 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro |