Lines Matching defs:s
206 static struct node *node_first(struct sparsebit *s) in node_first()
220 static struct node *node_next(struct sparsebit *s, struct node *np) in node_next()
248 static struct node *node_prev(struct sparsebit *s, struct node *np) in node_prev()
311 static struct node *node_find(struct sparsebit *s, sparsebit_idx_t idx) in node_find()
334 static struct node *node_add(struct sparsebit *s, sparsebit_idx_t idx) in node_add()
397 bool sparsebit_all_set(struct sparsebit *s) in sparsebit_all_set()
410 static void node_rm(struct sparsebit *s, struct node *nodep) in node_rm()
499 static struct node *node_split(struct sparsebit *s, sparsebit_idx_t idx) in node_split()
600 static void node_reduce(struct sparsebit *s, struct node *nodep) in node_reduce()
780 bool sparsebit_is_set(struct sparsebit *s, sparsebit_idx_t idx) in sparsebit_is_set()
806 static void bit_set(struct sparsebit *s, sparsebit_idx_t idx) in bit_set()
833 static void bit_clear(struct sparsebit *s, sparsebit_idx_t idx) in bit_clear()
926 static void sparsebit_dump_internal(FILE *stream, struct sparsebit *s, in sparsebit_dump_internal()
942 struct sparsebit *s; in sparsebit_alloc() local
959 struct sparsebit *s = *sbitp; in sparsebit_free() local
974 void sparsebit_copy(struct sparsebit *d, struct sparsebit *s) in sparsebit_copy()
986 bool sparsebit_is_set_num(struct sparsebit *s, in sparsebit_is_set_num()
1010 bool sparsebit_is_clear(struct sparsebit *s, in sparsebit_is_clear()
1017 bool sparsebit_is_clear_num(struct sparsebit *s, in sparsebit_is_clear_num()
1046 sparsebit_num_t sparsebit_num_set(struct sparsebit *s) in sparsebit_num_set()
1052 bool sparsebit_any_set(struct sparsebit *s) in sparsebit_any_set()
1075 bool sparsebit_all_clear(struct sparsebit *s) in sparsebit_all_clear()
1081 bool sparsebit_any_clear(struct sparsebit *s) in sparsebit_any_clear()
1088 sparsebit_idx_t sparsebit_first_set(struct sparsebit *s) in sparsebit_first_set()
1102 sparsebit_idx_t sparsebit_first_clear(struct sparsebit *s) in sparsebit_first_clear()
1156 sparsebit_idx_t sparsebit_next_set(struct sparsebit *s, in sparsebit_next_set()
1249 sparsebit_idx_t sparsebit_next_clear(struct sparsebit *s, in sparsebit_next_clear()
1305 sparsebit_idx_t sparsebit_next_set_num(struct sparsebit *s, in sparsebit_next_set_num()
1340 sparsebit_idx_t sparsebit_next_clear_num(struct sparsebit *s, in sparsebit_next_clear_num()
1372 void sparsebit_set_num(struct sparsebit *s, in sparsebit_set_num()
1454 void sparsebit_clear_num(struct sparsebit *s, in sparsebit_clear_num()
1523 void sparsebit_set(struct sparsebit *s, sparsebit_idx_t idx) in sparsebit_set()
1529 void sparsebit_clear(struct sparsebit *s, sparsebit_idx_t idx) in sparsebit_clear()
1535 void sparsebit_set_all(struct sparsebit *s) in sparsebit_set_all()
1543 void sparsebit_clear_all(struct sparsebit *s) in sparsebit_clear_all()
1588 void sparsebit_dump(FILE *stream, struct sparsebit *s, in sparsebit_dump()
1686 void sparsebit_validate_internal(struct sparsebit *s) in sparsebit_validate_internal()
1901 struct sparsebit *s; variable