Searched refs:popcount (Results 1 – 19 of 19) sorted by relevance
257 int v1 = popcount(a[0] ^ b[0]) + popcount(a[1] ^ b[1]); in partition_mismatch2()258 int v2 = popcount(a[0] ^ b[1]) + popcount(a[1] ^ b[0]); in partition_mismatch2()274 int p00 = popcount(a[0] ^ b[0]); in partition_mismatch3()275 int p01 = popcount(a[0] ^ b[1]); in partition_mismatch3()276 int p02 = popcount(a[0] ^ b[2]); in partition_mismatch3()278 int p10 = popcount(a[1] ^ b[0]); in partition_mismatch3()279 int p11 = popcount(a[1] ^ b[1]); in partition_mismatch3()280 int p12 = popcount(a[1] ^ b[2]); in partition_mismatch3()282 int p20 = popcount(a[2] ^ b[0]); in partition_mismatch3()283 int p21 = popcount(a[2] ^ b[1]); in partition_mismatch3()[all …]
348 static inline int popcount(uint64_t v) in popcount() function
275 if (popcount(flags & exMask) != 0) in validate_flags()284 if (popcount(flags & exMask) > 1) in validate_flags()
1068 ASTCENC_SIMD_INLINE int popcount(uint64_t v) in popcount() function
1276 ASTCENC_SIMD_INLINE int popcount(uint64_t v) in popcount() function
320 return popcount(u); in popCount()325 if ((popcount(device) == 1) && ((device & ~DEVICE_OUT_ALL) == 0)) in isOutputDevice()331 if ((popcount(device) == 1) && ((device & ~DEVICE_IN_ALL) == 0)) in isInputDevice()
789 return popcount(s->get_channels(s)) * chan_samp_sz; in audio_stream_frame_size()
706 if (popcount(devices) == 2) { in platform_get_output_snd_device()725 if (popcount(devices) != 1) { in platform_get_output_snd_device()
510 uint8_t channelCount = popcount(config->channel_mask); in adev_get_input_buffer_size()
1925 if (popcount(devices) == 2) {1956 if (popcount(devices) != 1) {
793 * popcount(channel_mask).
754 * popcount(channel_mask).
883 * popcount(channel_mask).
2921 if (popcount(devices) == 2) { in platform_get_output_snd_device()2976 if (popcount(devices) != 1) { in platform_get_output_snd_device()
1042 * popcount(channel_mask).
2599 * [eq]#R = popcount(associated coverage bits) / (N / M)#2606 * [eq]#R = pname:pCoverageModulationTable[popcount(associated coverage2609 Note that the table does not have an entry for [eq]#popcount(associated
1102 int ret = platform_can_split_snd_device(popcount(a1) > 1 ? d1 : d2, in derive_playback_snd_device()1109 popcount(a1) > 1 ? d1 : d2); in derive_playback_snd_device()
911 'ffsll', 'popcount', 'popcountll', 'unreachable', 'types_compatible_p']