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
93
extern int
nvectors
;
tables.c
61
int
nvectors
;
variable
588
for (i = 0; i <
nvectors
; i++)
755
base = xnmalloc (
nvectors
, sizeof *base);
764
for (i = 0; i <
nvectors
; i++)
787
base_ninf = table_ninf_remap (base,
nvectors
, BASE_MINIMUM);
809
verify (sizeof nstates <= sizeof
nvectors
810
&& sizeof nvars <= sizeof
nvectors
);
812
nvectors
= state_number_as_int (nstates) + nvars;
814
froms = xcalloc (
nvectors
, sizeof *froms);
815
tos = xcalloc (
nvectors
, sizeof *tos)
[
all
...]
Completed in 2221 milliseconds