Lines Matching +defs:t +defs:set
469 #define re_malloc(t,n) ((t *) malloc ((n) * sizeof (t))) argument
470 #define re_xmalloc(t,n) ((t *) re_xnmalloc (n, sizeof (t))) argument
471 #define re_calloc(t,n) ((t *) calloc (n, sizeof (t))) argument
472 #define re_realloc(p,t,n) ((t *) realloc (p, (n) * sizeof (t))) argument
473 #define re_xrealloc(p,t,n) ((t *) re_xnrealloc (p, n, sizeof (t))) argument
474 #define re_x2realloc(p,t,pn) ((t *) re_x2nrealloc (p, pn, sizeof (t))) argument
756 #define re_node_set_init_empty(set) memset (set, '\0', sizeof (re_node_set)) argument
757 #define re_node_set_remove(set,id) \ argument
760 #define re_node_set_free(set) re_free ((set)->elems) argument
789 bitset_set (bitset set, Idx i) in bitset_set()
795 bitset_clear (bitset set, Idx i) in bitset_clear()
801 bitset_contain (const bitset set, Idx i) in bitset_contain()
807 bitset_empty (bitset set) in bitset_empty()
813 bitset_set_all (bitset set) in bitset_set_all()
828 bitset_not (bitset set) in bitset_not()