Lines Matching full:number
33 /* Number of bits */
36 /* Number of bundles */
54 * @param total_bits Total number of bits in this bitarray object.
72 * @param total_bits Total number of bits in this bitarray object.
81 * @param total_bits Total number of bits in this bitarray object.
94 * the number of bits in bit array, etc.)
106 * the number of bits in bit array, etc.)
119 * the number of bits in bit array, etc.)
132 * the number of bits in bit array, etc.)
145 * the number of bits in bit array, etc.)
152 * This finds a number of bits (@p num_bits) in a contiguous of
158 * @param[in] num_bits Number of bits to allocate
178 * @param num_bits Number of bits in the region, must be larger than 0
190 * This counts the number of bits set (@p count) in a
198 * @param[in] num_bits Number of bits to check, must be larger than 0
212 * This counts the number of bits set (@p count) in a
216 * @param[in] num_bits Number of bits to check, must be larger than 0
218 * @param[out] count Number of bits set in the region if successful
229 * This marks the number of bits (@p num_bits) starting from @p offset
233 * @param num_bits Number of bits to free
247 * This tests if the number of bits (@p num_bits) in region starting
251 * @param num_bits Number of bits to test
263 * This tests if the number of bits (@p num_bits) in region starting
267 * @param num_bits Number of bits to test
279 * This sets the number of bits (@p num_bits) in region starting
283 * @param num_bits Number of bits to test
288 * the number of bits in bit array, etc.)
304 * @param num_bits Number of bits to test and set
311 * the number of bits in bit array, etc.)
321 * This clears the number of bits (@p num_bits) in region starting
325 * @param num_bits Number of bits to test
330 * the number of bits in bit array, etc.)