OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yystacksize
(Results
1 - 5
of
5
) sorted by null
/external/bison/data/
yacc.c
258
YYSIZE_T
yystacksize
;]b4_lac_if([[
566
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
576
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1494
#define
yystacksize
macro
[
all
...]
/external/e2fsprogs/intl/
plural.c
418
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
428
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAX; \
722
YYSIZE_T
yystacksize
= YYINITDEPTH;
local
767
if (yyssp >= yyss +
yystacksize
- 1)
790
&
yystacksize
);
796
&
yystacksize
);
806
if (
yystacksize
>= YYMAXDEPTH)
808
yystacksize
*= 2;
809
if (
yystacksize
> YYMAXDEPTH)
810
yystacksize
= YYMAXDEPTH
[
all
...]
/toolchain/binutils/binutils-2.25/intl/
plural.c
442
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
452
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAX; \
748
YYSIZE_T
yystacksize
= YYINITDEPTH;
793
if (yyssp >= yyss +
yystacksize
- 1)
816
&
yystacksize
);
822
&
yystacksize
);
832
if (
yystacksize
>= YYMAXDEPTH)
834
yystacksize
*= 2;
835
if (
yystacksize
> YYMAXDEPTH)
836
yystacksize
= YYMAXDEPTH
746
YYSIZE_T
yystacksize
= YYINITDEPTH;
local
[
all
...]
/external/bison/src/
parse-gram.c
550
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
560
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1951
YYSIZE_T
yystacksize
;
local
2044
&
yystacksize
);
local
[
all
...]
/external/libpcap/
grammar.c
843
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
853
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1856
YYSIZE_T
yystacksize
;
local
1922
&
yystacksize
);
local
[
all
...]
Completed in 431 milliseconds