OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yyalloc
(Results
1 - 13
of
13
) sorted by null
/external/e2fsprogs/intl/
plural.c
375
union
yyalloc
union
385
# define YYSTACK_GAP_MAX (sizeof (union
yyalloc
) - 1)
814
union
yyalloc
*yyptr =
815
(union
yyalloc
*) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
[
all
...]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
ExpressionParser.cpp
373
union
yyalloc
union
380
# define YYSTACK_GAP_MAXIMUM (sizeof (union
yyalloc
) - 1)
[
all
...]
/toolchain/binutils/binutils-2.25/intl/
plural.c
399
union
yyalloc
union
409
# define YYSTACK_GAP_MAX (sizeof (union
yyalloc
) - 1)
840
union
yyalloc
*yyptr =
841
(union
yyalloc
*) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
[
all
...]
/external/bison/examples/calc++/
calc++-scanner.cc
378
void *
yyalloc
(yy_size_t );
2031
void *
yyalloc
(yy_size_t size )
function
[
all
...]
/external/bison/src/
scan-skel.c
28
#define
yyalloc
skel_alloc
macro
[
all
...]
parse-gram.c
531
union
yyalloc
union
539
# define YYSTACK_GAP_MAXIMUM (sizeof (union
yyalloc
) - 1)
1367
YYSIZE_T
yyalloc
= 2 * yysize_new;
local
[
all
...]
scan-code.c
28
#define
yyalloc
code_alloc
macro
[
all
...]
scan-gram.c
28
#define
yyalloc
gram_alloc
macro
[
all
...]
/external/libpcap/
scanner.c
27
#define
yyalloc
pcap_alloc
macro
[
all
...]
grammar.c
825
union
yyalloc
union
832
# define YYSTACK_GAP_MAXIMUM (sizeof (union
yyalloc
) - 1)
[
all
...]
/external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp
356
void *
yyalloc
(yy_size_t ,yyscan_t yyscanner );
3314
void *
yyalloc
(yy_size_t size , yyscan_t yyscanner)
function
[
all
...]
glslang_tab.cpp
580
union
yyalloc
union
588
# define YYSTACK_GAP_MAXIMUM (sizeof (union
yyalloc
) - 1)
[
all
...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp
649
union
yyalloc
union
656
# define YYSTACK_GAP_MAXIMUM (sizeof (union
yyalloc
) - 1)
[
all
...]
Completed in 1614 milliseconds