Searched refs:sparsebit_is_clear (Results 1 – 2 of 2) sorted by relevance
40 bool sparsebit_is_clear(struct sparsebit *sbit, sparsebit_idx_t idx);
1010 bool sparsebit_is_clear(struct sparsebit *s, in sparsebit_is_clear() function1026 if (!sparsebit_is_clear(s, idx)) in sparsebit_is_clear_num()1350 assert(sparsebit_is_clear(s, idx)); in sparsebit_next_clear_num()1933 assert(!sparsebit_is_clear(s, first)); in operate()1946 assert(sparsebit_is_clear(s, first)); in operate()1958 assert(sparsebit_is_clear(s, first) == !get_value(first)); in operate()2004 assert(sparsebit_is_clear(s, first) || next <= last); in operate()