OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvectors
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
tables.h
115
extern int
nvectors
;
tables.c
59
int
nvectors
;
variable
598
for (i = 0; i <
nvectors
; i++)
765
base = xnmalloc (
nvectors
, sizeof *base);
774
for (i = 0; i <
nvectors
; i++)
797
base_ninf = table_ninf_remap (base,
nvectors
, BASE_MINIMUM);
819
verify (sizeof nstates <= sizeof
nvectors
820
&& sizeof nvars <= sizeof
nvectors
);
822
nvectors
= state_number_as_int (nstates) + nvars;
824
froms = xcalloc (
nvectors
, sizeof *froms);
825
tos = xcalloc (
nvectors
, sizeof *tos)
[
all
...]
Completed in 230 milliseconds