OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yystacksize
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluez/rfcomm/
parser.c
222
#ifdef
YYSTACKSIZE
224
#define YYMAXDEPTH
YYSTACKSIZE
227
#define
YYSTACKSIZE
YYMAXDEPTH
229
#define
YYSTACKSIZE
500
249
static int
yystacksize
;
variable
297
if ((newsize =
yystacksize
) == 0)
321
yystacksize
= newsize;
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.c
379
#ifdef
YYSTACKSIZE
381
#define YYMAXDEPTH
YYSTACKSIZE
384
#define
YYSTACKSIZE
YYMAXDEPTH
386
#define
YYSTACKSIZE
500
398
short yyss[
YYSTACKSIZE
];
399
YYSTYPE yyvs[
YYSTACKSIZE
];
400
#define
yystacksize
YYSTACKSIZE
macro
593
if (yyssp >= yyss +
yystacksize
- 1)
634
if (yyssp >= yyss +
yystacksize
- 1
[
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; \
724
YYSIZE_T
yystacksize
= YYINITDEPTH;
769
if (yyssp >= yyss +
yystacksize
- 1)
792
&
yystacksize
);
798
&
yystacksize
);
808
if (
yystacksize
>= YYMAXDEPTH)
810
yystacksize
*= 2;
811
if (
yystacksize
> YYMAXDEPTH)
812
yystacksize
= YYMAXDEPTH
722
YYSIZE_T
yystacksize
= YYINITDEPTH;
local
[
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/bison/src/
parse-gram.c
511
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
521
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1529
YYSIZE_T
yystacksize
= YYINITDEPTH;
local
1609
&
yystacksize
);
local
[
all
...]
/external/elfutils/src/
ldscript.c
304
local variables YYSIZE and
YYSTACKSIZE
give the old and new number of
314
yynewbytes =
yystacksize
* sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
1023
YYSIZE_T
yystacksize
= YYINITDEPTH;
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
...]
Completed in 20 milliseconds