Home
last modified time | relevance | path

Searched refs:bitset_bindex (Results 1 – 19 of 19) sorted by relevance

/external/bison/lib/
Dbitset.c39 bitset_bytes (enum bitset_type type, bitset_bindex n_bits) in bitset_bytes()
74 bitset_init (bitset bset, bitset_bindex n_bits, enum bitset_type type) in bitset_init()
103 bitset_type_choose (bitset_bindex n_bits ATTRIBUTE_UNUSED, unsigned int attr) in bitset_type_choose()
134 bitset_alloc (bitset_bindex n_bits, enum bitset_type type) in bitset_alloc()
154 bitset_bindex n_bits, enum bitset_type type) in bitset_obstack_alloc()
171 bitset_create (bitset_bindex n_bits, unsigned int attr) in bitset_create()
226 bitset_bindex
227 bitset_next (bitset src, bitset_bindex bitno) in bitset_next()
229 bitset_bindex val; in bitset_next()
230 bitset_bindex next = bitno; in bitset_next()
[all …]
Dbitset.h93 bitset_bindex list[BITSET_LIST_SIZE];
94 bitset_bindex next;
95 bitset_bindex num;
96 bitset_bindex i;
101 extern size_t bitset_bytes (enum bitset_type, bitset_bindex);
104 extern bitset bitset_init (bitset, bitset_bindex, enum bitset_type);
108 extern enum bitset_type bitset_type_choose (bitset_bindex, bitset_attrs);
111 extern bitset bitset_alloc (bitset_bindex, enum bitset_type);
119 bitset_bindex, enum bitset_type);
125 extern bitset bitset_create (bitset_bindex, bitset_attrs);
[all …]
Dbbitset.h62 typedef size_t bitset_bindex; typedef
69 #define BITSET_BINDEX_MAX ((bitset_bindex) -1)
93 bitset_bindex n_bits; /* Number of bits. */
116 void (*set) (bitset, bitset_bindex);
117 void (*reset) (bitset, bitset_bindex);
118 bool (*toggle) (bitset, bitset_bindex);
119 bool (*test) (bitset, bitset_bindex);
120 bitset_bindex (*resize) (bitset, bitset_bindex);
121 bitset_bindex (*size) (bitset);
122 bitset_bindex (*count) (bitset);
[all …]
Dbitsetv.c29 bitsetv_alloc (bitset_bindex n_vecs, bitset_bindex n_bits, in bitsetv_alloc()
35 bitset_bindex i; in bitsetv_alloc()
65 bitsetv_create (bitset_bindex n_vecs, bitset_bindex n_bits, unsigned int attr) in bitsetv_create()
78 bitset_bindex i; in bitsetv_free()
90 bitset_bindex i; in bitsetv_zero()
101 bitset_bindex i; in bitsetv_ones()
113 bitset_bindex i; in bitsetv_transitive_closure()
114 bitset_bindex j; in bitsetv_transitive_closure()
130 bitset_bindex i; in bitsetv_reflexive_transitive_closure()
Dabitset.c35 static bitset_bindex
36 abitset_resize (bitset src, bitset_bindex size) in abitset_resize()
48 static bitset_bindex
49 abitset_small_list (bitset src, bitset_bindex *list, in abitset_small_list()
50 bitset_bindex num, bitset_bindex *next) in abitset_small_list()
52 bitset_bindex bitno; in abitset_small_list()
53 bitset_bindex count; in abitset_small_list()
106 abitset_set (bitset dst ATTRIBUTE_UNUSED, bitset_bindex bitno ATTRIBUTE_UNUSED) in abitset_set()
118 bitset_bindex bitno ATTRIBUTE_UNUSED) in abitset_reset()
129 bitset_bindex bitno ATTRIBUTE_UNUSED) in abitset_test()
[all …]
Dvbitset.c37 static void vbitset_set (bitset, bitset_bindex);
38 static void vbitset_reset (bitset, bitset_bindex);
39 static bool vbitset_test (bitset, bitset_bindex);
40 static bitset_bindex vbitset_list (bitset, bitset_bindex *,
41 bitset_bindex, bitset_bindex *);
42 static bitset_bindex vbitset_list_reverse (bitset, bitset_bindex *,
43 bitset_bindex, bitset_bindex *);
55 static bitset_bindex
56 vbitset_resize (bitset src, bitset_bindex n_bits) in vbitset_resize()
119 bitset_bindex bitno;
[all …]
Dbitsetv.h29 extern bitsetv bitsetv_alloc (bitset_bindex, bitset_bindex, enum bitset_type);
33 extern bitsetv bitsetv_create (bitset_bindex, bitset_bindex, unsigned int);
Dbitset_stats.c313 bitset_stats_set (bitset dst, bitset_bindex bitno) in bitset_stats_set()
332 bitset_stats_reset (bitset dst, bitset_bindex bitno) in bitset_stats_reset()
352 bitset_stats_toggle (bitset src, bitset_bindex bitno) in bitset_stats_toggle()
359 bitset_stats_test (bitset src, bitset_bindex bitno) in bitset_stats_test()
377 static bitset_bindex
378 bitset_stats_resize (bitset src, bitset_bindex size) in bitset_stats_resize()
384 static bitset_bindex
391 static bitset_bindex
571 static bitset_bindex
572 bitset_stats_list (bitset bset, bitset_bindex *list, in bitset_stats_list()
[all …]
Debitset.c122 static bitset_bindex
123 ebitset_resize (bitset src, bitset_bindex n_bits) in ebitset_resize()
295 ebitset_elt_find (bitset bset, bitset_bindex bindex, in ebitset_elt_find()
512 ebitset_set (bitset dst, bitset_bindex bitno) in ebitset_set()
525 ebitset_reset (bitset dst, bitset_bindex bitno) in ebitset_reset()
543 ebitset_test (bitset src, bitset_bindex bitno) in ebitset_test()
565 static bitset_bindex
566 ebitset_list_reverse (bitset bset, bitset_bindex *list, in ebitset_list_reverse()
567 bitset_bindex num, bitset_bindex *next) in ebitset_list_reverse()
569 bitset_bindex n_bits; in ebitset_list_reverse()
[all …]
Dlbitset.c507 static bitset_bindex
508 lbitset_resize (bitset src, bitset_bindex size) in lbitset_resize()
518 lbitset_set (bitset dst, bitset_bindex bitno) in lbitset_set()
531 lbitset_reset (bitset dst, bitset_bindex bitno) in lbitset_reset()
547 lbitset_test (bitset src, bitset_bindex bitno) in lbitset_test()
568 static bitset_bindex
569 lbitset_list_reverse (bitset bset, bitset_bindex *list, in lbitset_list_reverse()
570 bitset_bindex num, bitset_bindex *next) in lbitset_list_reverse()
572 bitset_bindex rbitno; in lbitset_list_reverse()
573 bitset_bindex bitno; in lbitset_list_reverse()
[all …]
Dabitset.h25 extern size_t abitset_bytes (bitset_bindex);
27 extern bitset abitset_init (bitset, bitset_bindex);
Dvbitset.h25 extern size_t vbitset_bytes (bitset_bindex);
27 extern bitset vbitset_init (bitset, bitset_bindex);
Debitset.h25 extern size_t ebitset_bytes (bitset_bindex);
27 extern bitset ebitset_init (bitset, bitset_bindex);
Dlbitset.h25 extern size_t lbitset_bytes (bitset_bindex);
27 extern bitset lbitset_init (bitset, bitset_bindex);
Dbitsetv-print.c32 bitset_bindex i, j; in bitsetv_matrix_dump()
33 bitset_bindex hsize = bitset_size (bset[0]); in bitsetv_matrix_dump()
Dbitset_stats.h31 extern bitset bitset_stats_init (bitset, bitset_bindex, enum bitset_type);
/external/bison/src/
DAnnotationList.c208 bitset_bindex item; in AnnotationList__compute_lhs_contributions()
423 bitset_bindex conflicted_token; in AnnotationList__compute_from_inadequacies()
592 bitset_bindex rulei = 0; /* init suppresses compiler warning */ in AnnotationList__debug()
Dielr.c157 bitset_bindex source; in ielr_compute_internal_follow_edges()
590 bitset_bindex item; in ielr_compute_goto_follow_set()
/external/bison/
DChangeLog-201215868 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
15933 since we now return the bitset_bindex type (not int).
16134 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.