Lines Matching +full:all +full:- +full:ones
5 * SPDX-License-Identifier: Apache-2.0
34 while (octets_len--) { in util_ones_count_get()
39 bite &= (bite - 1); in util_ones_count_get()
55 * - It shall have no more than six consecutive zeros or ones.
56 * - It shall not be the advertising channel packets' Access Address.
57 * - It shall not be a sequence that differs from the advertising channel
59 * - It shall not have all four octets equal.
60 * - It shall have no more than 24 transitions.
61 * - It shall have a minimum of two transitions in the most significant six
65 * - It shall have at least three ones in the least significant 8 bits.
66 * - It shall have no more than eleven transitions in the least significant 16
86 return -EFAULT; in util_aa_le32()
88 retry--; in util_aa_le32()
101 while (bit_idx--) { in util_aa_le32()
130 /* It shall have no more than six consecutive zeros or ones. */ in util_aa_le32()
147 ones_count_lsb8--; in util_aa_le32()
189 aa &= ~(BIT(bit_idx + 1) - 1); in util_aa_le32()
191 aa |= (BIT(bit_idx + 1) - 1); in util_aa_le32()
207 /* It shall not have all four octets equal. */ in util_aa_le32()