Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcpu-set-sched.h
/linux/lib/
H A Dbitmap.c328 unsigned int __bits = (bits), idx, w = 0; \
330 for (idx = 0; idx < __bits / BITS_PER_LONG; idx++) \
333 if (__bits % BITS_PER_LONG) \
334 w += hweight_long((FETCH) & BITMAP_LAST_WORD_MASK(__bits)); \
/linux/sound/soc/sof/
H A Dipc4-topology.c244 u32 __bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt_cfg); in sof_ipc4_fmt_cfg_to_type() local
246 if (__bits == 8 || __bits == 32) in sof_ipc4_fmt_cfg_to_type()