Searched refs:__bf_shf (Results 1 – 2 of 2) sorted by relevance
16 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro21 (typeof(_x))(((_reg) & (_x)) >> __bf_shf(_x)); \27 !((((typeof(_x))_val) << __bf_shf(_x)) & ~(_x)); \33 ((typeof(_x))(_val) << __bf_shf(_x)) & (_x); \
17 #define __bf_shf(x) (__builtin_ffsll(x) - 1) macro22 (typeof(_x))(((_reg) & (_x)) >> __bf_shf(_x)); \28 !((((typeof(_x))_val) << __bf_shf(_x)) & ~(_x)); \34 ((typeof(_x))(_val) << __bf_shf(_x)) & (_x); \551 nfp_eth_set_bit_config(nsp, raw_idx, _x, __bf_shf(_x), \