OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YYMALLOC
(Results
1 - 14
of
14
) sorted by null
/external/elfutils/src/
ldscript.c
384
# define YYSTACK_ALLOC
YYMALLOC
390
&& ! ((defined
YYMALLOC
|| defined malloc) \
397
# ifndef
YYMALLOC
398
# define
YYMALLOC
malloc
[
all
...]
/external/libpcap/
grammar.c
520
# define YYSTACK_ALLOC
YYMALLOC
528
# ifndef
YYMALLOC
529
# define
YYMALLOC
malloc
[
all
...]
/system/core/sh/
arith.c
208
# ifndef
YYMALLOC
209
# define
YYMALLOC
malloc
236
# define YYSTACK_ALLOC
YYMALLOC
[
all
...]
/external/bison/data/
yacc.c
507
# define YYSTACK_ALLOC
YYMALLOC
513
&& ! ((defined
YYMALLOC
|| defined malloc) \
520
# ifndef
YYMALLOC
521
# define
YYMALLOC
malloc
[
all
...]
glr.c
269
#ifndef
YYMALLOC
270
# define
YYMALLOC
malloc
1074
yyset->yystates = (yyGLRState**)
YYMALLOC
(16 * sizeof yyset->yystates[0]);
1079
(yybool*)
YYMALLOC
(16 * sizeof yyset->yylookaheadNeeds[0]);
1103
(yyGLRStackItem*)
YYMALLOC
(yysize * sizeof yystackp->yynextFree[0]);
1135
yynewItems = (yyGLRStackItem*)
YYMALLOC
(yynewSize * sizeof yynewItems[0]);
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.cpp
332
# define YYSTACK_ALLOC
YYMALLOC
338
&& ! ((defined
YYMALLOC
|| defined malloc) \
345
# ifndef
YYMALLOC
346
# define
YYMALLOC
malloc
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
XPathGrammar.y
41
#define
YYMALLOC
fastMalloc
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc
745
# define YYSTACK_ALLOC
YYMALLOC
751
&& ! ((defined
YYMALLOC
|| defined malloc) \
758
# ifndef
YYMALLOC
759
# define
YYMALLOC
malloc
[
all
...]
glcpp-parse.c
478
# define YYSTACK_ALLOC
YYMALLOC
484
&& ! ((defined
YYMALLOC
|| defined malloc) \
491
# ifndef
YYMALLOC
492
# define
YYMALLOC
malloc
[
all
...]
/external/elfutils/libcpu/
i386_parse.c
487
# define YYSTACK_ALLOC
YYMALLOC
493
&& ! ((defined
YYMALLOC
|| defined malloc) \
500
# ifndef
YYMALLOC
501
# define
YYMALLOC
malloc
[
all
...]
/external/bison/src/
parse-gram.c
493
# define YYSTACK_ALLOC
YYMALLOC
499
&& ! ((defined
YYMALLOC
|| defined malloc) \
506
# ifndef
YYMALLOC
507
# define
YYMALLOC
malloc
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c
632
# define YYSTACK_ALLOC
YYMALLOC
638
&& ! ((defined
YYMALLOC
|| defined malloc) \
645
# ifndef
YYMALLOC
646
# define
YYMALLOC
malloc
[
all
...]
/external/chromium_org/third_party/angle/src/compiler/
glslang_tab.cpp
469
# define YYSTACK_ALLOC
YYMALLOC
475
&& ! ((defined
YYMALLOC
|| defined malloc) \
482
# ifndef
YYMALLOC
483
# define
YYMALLOC
malloc
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSGrammar.y
49
#define
YYMALLOC
fastMalloc
[
all
...]
Completed in 1385 milliseconds