Searched refs:sparsebit_is_clear (Results 1 – 2 of 2) sorted by relevance
38 bool sparsebit_is_clear(struct sparsebit *sbit, sparsebit_idx_t idx);
1009 bool sparsebit_is_clear(struct sparsebit *s, in sparsebit_is_clear() function1025 if (!sparsebit_is_clear(s, idx)) in sparsebit_is_clear_num()1349 assert(sparsebit_is_clear(s, idx)); in sparsebit_next_clear_num()1932 assert(!sparsebit_is_clear(s, first)); in operate()1945 assert(sparsebit_is_clear(s, first)); in operate()1957 assert(sparsebit_is_clear(s, first) == !get_value(first)); in operate()2003 assert(sparsebit_is_clear(s, first) || next <= last); in operate()