Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dcpu-set-sched.h17 ({ const __cpu_mask *__arr1 = (cpusetp1)->__bits; \
18 const __cpu_mask *__arr2 = (cpusetp2)->__bits; \
37 const __cpu_mask *__arr1 = (srcset1)->__bits; \
38 const __cpu_mask *__arr2 = (srcset2)->__bits; \
42 ((__cpu_mask *) __dest->__bits)[__i] = __arr1[__i] op __arr2[__i]; \
/linux/sound/soc/sof/
H A Dipc4-topology.c1344 u32 __bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt_cfg); in sof_ipc4_fmt_cfg_to_type() local
1346 if (__bits == 8 || __bits == 32) in sof_ipc4_fmt_cfg_to_type()