Searched defs:yyalloc (Results 1 - 9 of 9) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural.c375 union yyalloc union
385 # define YYSTACK_GAP_MAX (sizeof (union yyalloc) - 1)
814 union yyalloc *yyptr =
815 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/external/bluetooth/bluez/tools/
H A Dlexer.c296 void *yyalloc (yy_size_t );
1292 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1301 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
1456 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1500 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1549 buf = (char *) yyalloc(n );
1719 void *yyalloc (yy_size_t size ) function
/external/elfutils/src/
H A Dldscript.c270 union yyalloc union
277 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1106 union yyalloc *yyptr =
1107 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/external/bison/src/
H A Dparse-gram.c476 union yyalloc union
484 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1630 union yyalloc *yyptr =
1631 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2203 YYSIZE_T yyalloc = 2 * yysize;
2204 if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
2205 yyalloc = YYSTACK_ALLOC_MAXIMUM;
2208 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
2210 yymsg_alloc = yyalloc;
2200 YYSIZE_T yyalloc = 2 * yysize; local
[all...]
/external/libpcap/
H A Dgrammar.c554 union yyalloc union
561 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1664 union yyalloc *yyptr =
1665 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c472 union yyalloc union
480 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1683 union yyalloc *yyptr =
1684 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
2706 YYSIZE_T yyalloc = 2 * yysize;
2707 if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
2708 yyalloc = YYSTACK_ALLOC_MAXIMUM;
2711 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
2713 yymsg_alloc = yyalloc;
2704 YYSIZE_T yyalloc = 2 * yysize; local
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp320 void *yyalloc (yy_size_t ,yyscan_t yyscanner );
2181 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
2190 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 ,yyscanner );
2347 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
2395 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ,yyscanner );
2444 buf = (char *) yyalloc(n ,yyscanner );
2476 yyg->yy_start_stack = (int *) yyalloc(new_size ,yyscanner );
2705 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
2722 * The user defined value in the first argument will be available to yyalloc in
2738 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeo
2841 void *yyalloc (yy_size_t size , yyscan_t yyscanner) function
[all...]
H A Dglslang_tab.cpp529 union yyalloc union
536 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1985 union yyalloc *yyptr =
1986 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
4534 YYSIZE_T yyalloc = 2 * yysize;
4535 if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
4536 yyalloc = YYSTACK_ALLOC_MAXIMUM;
4539 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
4541 yymsg_alloc = yyalloc;
[all...]
/external/mesa3d/src/glsl/
H A Dglsl_parser.cpp563 union yyalloc union
571 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
2693 union yyalloc *yyptr =
2694 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
5133 YYSIZE_T yyalloc = 2 * yysize;
5134 if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
5135 yyalloc = YYSTACK_ALLOC_MAXIMUM;
5138 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
5140 yymsg_alloc = yyalloc;
5131 YYSIZE_T yyalloc = 2 * yysize; variable
[all...]

Completed in 158 milliseconds