OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yystacksize
(Results
1 - 12
of
12
) sorted by null
/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
...]
/system/core/sh/
arith.c
281
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
291
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
932
YYSIZE_T
yystacksize
= YYINITDEPTH;
973
if (yyss +
yystacksize
- 1 <= yyssp)
995
&
yystacksize
);
1005
if (YYMAXDEPTH <=
yystacksize
)
1007
yystacksize
*= 2;
1008
if (YYMAXDEPTH <
yystacksize
)
1009
yystacksize
= YYMAXDEPTH;
1014
(union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (
yystacksize
));
929
YYSIZE_T
yystacksize
= YYINITDEPTH;
local
[
all
...]
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
ExpressionParser.cpp
380
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
390
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
[
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/chromium_org/third_party/angle_dx11/src/compiler/
glslang_tab.cpp
524
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
534
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
[
all
...]
/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/elfutils/src/
ldscript.c
454
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
464
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1386
YYSIZE_T
yystacksize
= YYINITDEPTH;
local
1447
&
yystacksize
);
local
[
all
...]
/external/libpcap/
grammar.c
588
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
598
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1581
YYSIZE_T
yystacksize
= YYINITDEPTH;
local
1643
&
yystacksize
);
local
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc
801
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
811
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
[
all
...]
glcpp-parse.c
534
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
544
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1655
YYSIZE_T
yystacksize
;
local
1757
&
yystacksize
);
local
[
all
...]
/external/elfutils/libcpu/
i386_parse.c
557
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
567
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1377
YYSIZE_T
yystacksize
= YYINITDEPTH;
local
1438
&
yystacksize
);
local
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c
688
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
698
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
2053
YYSIZE_T
yystacksize
;
local
2139
&
yystacksize
);
local
[
all
...]
Completed in 4661 milliseconds