Lines Matching defs:s

205 static struct node *node_first(struct sparsebit *s)  in node_first()
219 static struct node *node_next(struct sparsebit *s, struct node *np) in node_next()
247 static struct node *node_prev(struct sparsebit *s, struct node *np) in node_prev()
310 static struct node *node_find(struct sparsebit *s, sparsebit_idx_t idx) in node_find()
333 static struct node *node_add(struct sparsebit *s, sparsebit_idx_t idx) in node_add()
396 bool sparsebit_all_set(struct sparsebit *s) in sparsebit_all_set()
409 static void node_rm(struct sparsebit *s, struct node *nodep) in node_rm()
498 static struct node *node_split(struct sparsebit *s, sparsebit_idx_t idx) in node_split()
599 static void node_reduce(struct sparsebit *s, struct node *nodep) in node_reduce()
778 bool sparsebit_is_set(struct sparsebit *s, sparsebit_idx_t idx) in sparsebit_is_set()
804 static void bit_set(struct sparsebit *s, sparsebit_idx_t idx) in bit_set()
831 static void bit_clear(struct sparsebit *s, sparsebit_idx_t idx) in bit_clear()
924 static void sparsebit_dump_internal(FILE *stream, struct sparsebit *s, in sparsebit_dump_internal()
940 struct sparsebit *s; in sparsebit_alloc() local
957 struct sparsebit *s = *sbitp; in sparsebit_free() local
972 void sparsebit_copy(struct sparsebit *d, struct sparsebit *s) in sparsebit_copy()
984 bool sparsebit_is_set_num(struct sparsebit *s, in sparsebit_is_set_num()
1008 bool sparsebit_is_clear(struct sparsebit *s, in sparsebit_is_clear()
1015 bool sparsebit_is_clear_num(struct sparsebit *s, in sparsebit_is_clear_num()
1044 sparsebit_num_t sparsebit_num_set(struct sparsebit *s) in sparsebit_num_set()
1050 bool sparsebit_any_set(struct sparsebit *s) in sparsebit_any_set()
1073 bool sparsebit_all_clear(struct sparsebit *s) in sparsebit_all_clear()
1079 bool sparsebit_any_clear(struct sparsebit *s) in sparsebit_any_clear()
1086 sparsebit_idx_t sparsebit_first_set(struct sparsebit *s) in sparsebit_first_set()
1100 sparsebit_idx_t sparsebit_first_clear(struct sparsebit *s) in sparsebit_first_clear()
1154 sparsebit_idx_t sparsebit_next_set(struct sparsebit *s, in sparsebit_next_set()
1247 sparsebit_idx_t sparsebit_next_clear(struct sparsebit *s, in sparsebit_next_clear()
1303 sparsebit_idx_t sparsebit_next_set_num(struct sparsebit *s, in sparsebit_next_set_num()
1338 sparsebit_idx_t sparsebit_next_clear_num(struct sparsebit *s, in sparsebit_next_clear_num()
1370 void sparsebit_set_num(struct sparsebit *s, in sparsebit_set_num()
1452 void sparsebit_clear_num(struct sparsebit *s, in sparsebit_clear_num()
1521 void sparsebit_set(struct sparsebit *s, sparsebit_idx_t idx) in sparsebit_set()
1527 void sparsebit_clear(struct sparsebit *s, sparsebit_idx_t idx) in sparsebit_clear()
1533 void sparsebit_set_all(struct sparsebit *s) in sparsebit_set_all()
1541 void sparsebit_clear_all(struct sparsebit *s) in sparsebit_clear_all()
1586 void sparsebit_dump(FILE *stream, struct sparsebit *s, in sparsebit_dump()
1684 void sparsebit_validate_internal(struct sparsebit *s) in sparsebit_validate_internal()
1898 struct sparsebit *s; variable