Searched refs:sparsebit_is_clear (Results 1 – 2 of 2) sorted by relevance
1008 bool sparsebit_is_clear(const struct sparsebit *s, in sparsebit_is_clear() function1024 if (!sparsebit_is_clear(s, idx)) in sparsebit_is_clear_num()1348 assert(sparsebit_is_clear(s, idx)); in sparsebit_next_clear_num()1930 assert(!sparsebit_is_clear(s, first)); in operate()1943 assert(sparsebit_is_clear(s, first)); in operate()1955 assert(sparsebit_is_clear(s, first) == !get_value(first)); in operate()2001 assert(sparsebit_is_clear(s, first) || next <= last); in operate()
38 bool sparsebit_is_clear(const struct sparsebit *sbit, sparsebit_idx_t idx);