Home
last modified time | relevance | path

Searched refs:nvars (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/byacc/
H A Dclosure.c27 rowsize = WORDSIZE(nvars); in set_EFF()
28 EFF = NEW2(nvars * rowsize, unsigned); in set_EFF()
46 reflexive_transitive_closure(EFF, nvars); in set_EFF()
67 varsetsize = WORDSIZE(nvars); in set_first_derives()
68 first_derives = NEW2(nvars * rulesetsize, unsigned); in set_first_derives()
205 rowp = EFF + ((i - start_symbol) * WORDSIZE(nvars)); in print_EFF()
209 for (j = 0; j < nvars; k++, j++) in print_EFF()
H A Dlalr.c187 goto_base = NEW2(nvars + 1, Value_t); in set_goto_map()
188 temp_base = NEW2(nvars + 1, Value_t); in set_goto_map()
H A Dverbose.c40 (long)ntokens, (long)nvars); in verbose()
H A Ddefs.h355 extern Value_t nvars;
H A Dlr0.c492 rules = NEW2(nvars + nrules, Value_t); in set_derives()
H A Dmain.c85 Value_t nvars; variable
H A Doutput.c1145 nvectors = PER_STATE * nstates + nvars; in output_actions()
H A Dreader.c3559 nvars = (Value_t)(nsyms - ntokens); in pack_symbols()
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-create.c275 size_t buf_size, type_size, nvars; in ctf_serialize() local
340 for (nvars = 0, dvd = ctf_list_next (&fp->ctf_dvdefs); in ctf_serialize()
341 dvd != NULL; dvd = ctf_list_next (dvd), nvars++); in ctf_serialize()
347 hdr.cth_typeoff = hdr.cth_varoff + (nvars * sizeof (ctf_varent_t)); in ctf_serialize()
377 assert (i == nvars); in ctf_serialize()
379 t += sizeof (ctf_varent_t) * nvars; in ctf_serialize()
489 ctf_qsort_r (dvarents, nvars, sizeof (ctf_varent_t), ctf_sort_var, in ctf_serialize()
/dragonfly/contrib/gcc-4.7/gcc/
H A Domega.c5438 omega_alloc_problem (int nvars, int nprot) in omega_alloc_problem() argument
5442 gcc_assert (nvars <= OMEGA_MAX_VARS); in omega_alloc_problem()
5454 pb->num_vars = nvars; in omega_alloc_problem()