Searched refs:__bits (Results 1 – 2 of 2) sorted by relevance
17 ({ 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]; \
1344 u32 __bits = SOF_IPC4_AUDIO_FORMAT_CFG_V_BIT_DEPTH(fmt_cfg); in sof_ipc4_fmt_cfg_to_type() local1346 if (__bits == 8 || __bits == 32) in sof_ipc4_fmt_cfg_to_type()