Home
last modified time | relevance | path

Searched refs:bitset_test (Results 1 – 25 of 93) sorted by relevance

1234

/dports/devel/bison/bison-3.7.6/src/
H A Dreduce.c78 if (ISVAR (*rhsp) && !bitset_test (N0, *rhsp - ntokens)) in useful_production()
118 if (!bitset_test (P, r) in useless_nonterminals()
163 if (bitset_test (N, acceptsymbol->content->number - ntokens)) in inaccessable_symbols()
171 if (!bitset_test (Pp, r) in inaccessable_symbols()
172 && bitset_test (P, r) in inaccessable_symbols()
173 && bitset_test (V, rules[r].lhs->number)) in inaccessable_symbols()
203 nuseful_nonterminals += bitset_test (V, i); in inaccessable_symbols()
224 rules[r].useful = bitset_test (P, r); in reduce_grammar_tables()
272 if (bitset_test (V, i)) in nonterminals_reduce()
275 if (!bitset_test (V, i)) in nonterminals_reduce()
[all …]
H A Dlssi.c134 if (bitset_test (result, si - state_items)) in eligible_state_items()
176 if (target == last && bitset_test (n->lookahead, next_sym)) in shortest_path_from_start()
185 if (bitset_test (eligible, si->trans)) in shortest_path_from_start()
227 if (!bitset_test (eligible, nextSI)) in shortest_path_from_start()
280 if (ISVAR (sn) && bitset_test (FIRSTS (sn), sym)) in intersect_symbol()
299 if (bitset_test (ts, sn)) in intersect()
H A DAnnotationList.c199 if (bitset_test (always_follows[lhs_goto], conflicted_token)) in AnnotationList__compute_lhs_contributions()
425 if (bitset_test (s->reductions->lookaheads[rule_i], in AnnotationList__compute_from_inadequacies()
428 if (bitset_test (shift_tokens, conflicted_token)) in AnnotationList__compute_from_inadequacies()
448 if (bitset_test (s->reductions->lookaheads[rule_i], in AnnotationList__compute_from_inadequacies()
498 if (bitset_test (shift_tokens, conflicted_token)) in AnnotationList__compute_from_inadequacies()
532 aver (!bitset_test (shift_tokens, conflicted_token) in AnnotationList__compute_from_inadequacies()
654 if (lookaheads[item] && bitset_test (lookaheads[item], token)) in AnnotationList__stateMakesContribution()
H A Dprint.c245 bool count = bitset_test (no_reduce_set, i); in print_reductions()
248 if (bitset_test (reds->lookaheads[j], i)) in print_reductions()
275 bool count = bitset_test (no_reduce_set, i); in print_reductions()
280 if (bitset_test (reds->lookaheads[j], i)) in print_reductions()
H A Dprint-xml.c264 bool count = bitset_test (no_reduce_set, i); in print_reductions()
267 if (bitset_test (reds->lookaheads[j], i)) in print_reductions()
296 bool count = bitset_test (no_reduce_set, i); in print_reductions()
299 if (bitset_test (reds->lookaheads[j], i)) in print_reductions()
H A Dgraphviz.c189 if (bitset_test (reds->lookaheads[j], i)) in output_red()
191 if (bitset_test (no_reduce_set, i)) in output_red()
H A Dconflicts.c281 if (bitset_test (lookaheads, i) in resolve_sr_conflict()
282 && bitset_test (lookahead_set, i) in resolve_sr_conflict()
502 count += bitset_test (reds->lookaheads[j], i); in count_state_rr_conflicts()
540 res += bitset_test (lookaheads, TRANSITION_SYMBOL (trans, j)); in count_rule_state_sr_conflicts()
H A DInadequacyList.c64 if (!bitset_test (self->inadequacy.conflict.actions, in InadequacyList__getShiftContributionIndex()
H A Dstate.c417 if (bitset_test (reachable, s->number)) in state_record_reachable_states()
433 if (bitset_test (reachable, states[i]->number)) in state_remove_unreachable_states()
H A Dtables.c194 if (delta <= i && bitset_test (pos_set, i - delta)) in pos_set_set()
211 return bitset_test (pos_set, bitno); in pos_set_test()
275 if (bitset_test (reds->lookaheads[i], j) in conflict_row()
H A Dielr.c163 if (bitset_test (ritem_sees_lookahead_set, in ielr_compute_internal_follow_edges()
169 if (i != source && !bitset_test (sources, source)) in ielr_compute_internal_follow_edges()
242 && bitset_test (ritem_sees_lookahead_set, items[j])) in ielr_compute_follow_kernel_items()
462 return bitset_test (item_lookahead_sets[s->number][item], lookahead); in ielr_item_has_lookahead()
H A Dcounterexample.c382 if (bitset_test (FIRSTS (sym), conflict_sym)) in complete_diverging_example()
878 bool guided = bitset_test (guide, psi->state->number); in search_state_prepend()
910 bool guided1 = bitset_test (guide, psi1->state->number); in search_state_prepend()
921 bool guided2 = bitset_test (guide, psi2->state->number); in search_state_prepend()
1378 && bitset_test (reds->lookaheads[i], conf)) in counterexample_report_state()
/dports/graphics/optipng/optipng-0.7.7/src/optipng/build/
H A Dbcc32.mk78 test\bitset_test.exe \
81 test\bitset_test.obj \
147 test\bitset_test.exe > test\bitset_test.out
148 -@echo bitset_test ... ok
152 test\bitset_test.exe: test\bitset_test.obj bitset.obj
154 test\bitset_test.obj bitset.obj $(LIBS)
160 test\bitset_test.obj: test\bitset_test.c bitset.h
H A Dvisualc.mk78 test\bitset_test.exe \
81 test\bitset_test.obj \
147 test\bitset_test.exe > test\bitset_test.out
148 -@echo bitset_test ... ok
152 test\bitset_test.exe: test\bitset_test.obj bitset.obj
154 test\bitset_test.obj bitset.obj $(LIBS)
160 test\bitset_test.obj: test\bitset_test.c bitset.h
H A Dgcc.mk96 test/bitset_test$(EXEEXT) \
99 test/bitset_test.o \
166 test/bitset_test$(EXEEXT) > test/bitset_test.out
167 -@echo bitset_test ... ok
171 test/bitset_test$(EXEEXT): test/bitset_test.o bitset.o
173 test/bitset_test.o bitset.o $(LIBS)
179 test/bitset_test.o: test/bitset_test.c bitset.h
H A Dclang.mk96 test/bitset_test$(EXEEXT) \
99 test/bitset_test.o \
166 test/bitset_test$(EXEEXT) > test/bitset_test.out
167 -@echo bitset_test ... ok
171 test/bitset_test$(EXEEXT): test/bitset_test.o bitset.o
173 test/bitset_test.o bitset.o $(LIBS)
179 test/bitset_test.o: test/bitset_test.c bitset.h
H A Dunix.mk96 test/bitset_test$(EXEEXT) \
99 test/bitset_test.o \
166 test/bitset_test$(EXEEXT) > test/bitset_test.out
167 -@echo bitset_test ... ok
171 test/bitset_test$(EXEEXT): test/bitset_test.o bitset.o
173 test/bitset_test.o bitset.o $(LIBS)
179 test/bitset_test.o: test/bitset_test.c bitset.h
/dports/graphics/optipng/optipng-0.7.7/src/optipng/
H A DMakefile.in90 test/bitset_test$(EXEEXT) \
93 test/bitset_test.o \
160 test/bitset_test$(EXEEXT) > test/bitset_test.out
161 -@echo bitset_test ... ok
165 test/bitset_test$(EXEEXT): test/bitset_test.o bitset.o
167 test/bitset_test.o bitset.o $(LIBS)
173 test/bitset_test.o: test/bitset_test.c bitset.h
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-bitset.c32 ASSERT (bitset_test (bs1, i) == bitset_test (bs2, i)); in assert_bitset_equal()
185 ASSERT (bitset_test (bdst, j)); in compare()
214 ASSERT (bitset_test (bdst, j)); in compare()
299 ASSERT (bitset_test (bs, bitno)); in check_one_bit()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dbitsetv.c108 if (bitset_test (bsetv[j], i)) in bitsetv_transitive_closure()
189 fputs (bitset_test (bset[i], j) ? "1" : " ", out); in bitsetv_matrix_dump()
/dports/devel/bison/bison-3.7.6/lib/
H A Dbitsetv.c108 if (bitset_test (bsetv[j], i)) in bitsetv_transitive_closure()
189 fputs (bitset_test (bset[i], j) ? "1" : " ", out); in bitsetv_matrix_dump()
/dports/devel/grpc/grpc-1.42.0/test/core/gprpp/
H A DBUILD95 name = "bitset_test",
96 srcs = ["bitset_test.cc"],
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/pretty_printers/
H A Dgdb_pretty_printer_test.sh.cpp208 void bitset_test() { in bitset_test() function
621 bitset_test(); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/pretty_printers/
H A Dgdb_pretty_printer_test.sh.cpp208 void bitset_test() { in bitset_test() function
621 bitset_test(); in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/pretty_printers/
H A Dgdb_pretty_printer_test.sh.cpp208 void bitset_test() { in bitset_test() function
621 bitset_test(); in main()

1234