Searched refs:yyalloc (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Dlex.c299 void *yyalloc ( yy_size_t );
1927 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
1936 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) );
2087 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
2135 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
2184 buf = (char *) yyalloc( n );
2387 void *yyalloc (yy_size_t size ) function in typeref:typename:void *
H A Dgram.c383 union yyalloc union
390 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1171 union yyalloc *yyptr =
1172 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dscanner.c304 void *yyalloc (yy_size_t );
1437 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1446 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
1601 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1649 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1698 buf = (char *) yyalloc(n );
1900 void *yyalloc (yy_size_t size ) function in typeref:typename:void *
H A Dparser.c347 union yyalloc union
354 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1342 union yyalloc *yyptr =
1343 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
1828 YYSIZE_T yyalloc = 2 * yysize;
1829 if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
1830 yyalloc = YYSTACK_ALLOC_MAXIMUM;
1833 yymsg = (char *) YYSTACK_ALLOC (yyalloc);
1835 yymsg_alloc = yyalloc;
1826 YYSIZE_T yyalloc = 2 * yysize; local in function:yyparse
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefslex.c318 void *yyalloc ( yy_size_t );
1637 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
1646 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) );
1797 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1845 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
1894 buf = (char *) yyalloc( n );
2100 void *yyalloc (yy_size_t size ) function in typeref:typename:void *
H A Dwinprefsyacc.c634 union yyalloc union
641 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
1258 union yyalloc *yyptr =
1259 YY_CAST (union yyalloc *,
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefslex.c317 void *yyalloc (yy_size_t );
1660 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1669 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
1824 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1872 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1921 buf = (char *) yyalloc(n );
2126 void *yyalloc (yy_size_t size ) function in typeref:typename:void *
H A Dwinprefsyacc.c438 union yyalloc union
445 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1476 union yyalloc *yyptr =
1477 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/xsrc/external/mit/ctwm/dist/gen/
H A Dlex.c300 void *yyalloc ( yy_size_t );
1382 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
1391 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) );
1542 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1590 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
1639 buf = (char *) yyalloc( n );
1842 void *yyalloc (yy_size_t size ) function in typeref:typename:void *
H A Dgram.tab.c695 union yyalloc union
702 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
1801 union yyalloc *yyptr =
1802 YY_CAST (union yyalloc *,
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c233 #ifdef yyalloc
236 #define yyalloc glcpp_alloc macro
532 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
2470 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
2479 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner );
2636 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
2684 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
2733 buf = (char *) yyalloc( n , yyscanner );
2765 yyg->yy_start_stack = (int *) yyalloc( new_size , yyscanner );
3007 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeo
3144 void *yyalloc (yy_size_t size , yyscan_t yyscanner) function in typeref:typename:void *
[all...]
H A Dglcpp-parse.c508 union yyalloc union
516 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1618 union yyalloc *yyptr =
1619 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c233 #ifdef yyalloc
236 #define yyalloc glcpp_alloc macro
532 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
2516 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
2525 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner );
2682 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
2730 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
2779 buf = (char *) yyalloc( n , yyscanner );
2811 yyg->yy_start_stack = (int *) yyalloc( new_size , yyscanner );
3053 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeo
3190 void *yyalloc (yy_size_t size , yyscan_t yyscanner) function in typeref:typename:void *
[all...]
H A Dglcpp-parse.c616 union yyalloc union
624 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
1807 union yyalloc *yyptr =
1808 YY_CAST (union yyalloc *,
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c233 #ifdef yyalloc
236 #define yyalloc _mesa_program_lexer_alloc macro
532 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
3018 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
3027 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner );
3184 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
3232 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
3281 buf = (char *) yyalloc( n , yyscanner );
3514 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
3531 * The user defined value in the first argument will be available to yyalloc i
3651 void *yyalloc (yy_size_t size , yyscan_t yyscanner) function in typeref:typename:void *
[all...]
H A Dprogram_parse.tab.c748 union yyalloc union
756 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
2060 union yyalloc *yyptr =
2061 YY_CAST (union yyalloc *,
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp233 #ifdef yyalloc
236 #define yyalloc _mesa_glsl_lexer_alloc macro
532 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
3972 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
3981 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner );
4138 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
4186 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
4235 buf = (char *) yyalloc( n , yyscanner );
4468 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
4485 * The user defined value in the first argument will be available to yyalloc i
4605 void *yyalloc (yy_size_t size , yyscan_t yyscanner) function in typeref:typename:void *
[all...]
H A Dglsl_parser.cpp580 union yyalloc union
588 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
2298 union yyalloc *yyptr =
2299 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_lexer.cpp233 #ifdef yyalloc
236 #define yyalloc _mesa_glsl_lexer_alloc macro
532 void *yyalloc ( yy_size_t , yyscan_t yyscanner );
4062 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
4071 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) , yyscanner );
4228 yyg->yy_buffer_stack = (struct yy_buffer_state**)yyalloc
4276 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) , yyscanner );
4325 buf = (char *) yyalloc( n , yyscanner );
4558 *ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), NULL );
4575 * The user defined value in the first argument will be available to yyalloc i
4695 void *yyalloc (yy_size_t size , yyscan_t yyscanner) function in typeref:typename:void *
[all...]
H A Dglsl_parser.cpp710 union yyalloc union
718 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
2498 union yyalloc *yyptr =
2499 YY_CAST (union yyalloc *,
/xsrc/external/mit/xkbevd/dist/
H A Dcfgparse.c538 union yyalloc union
545 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
1099 union yyalloc *yyptr =
1100 YY_CAST (union yyalloc *,
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbparse.c718 union yyalloc union
725 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
1591 union yyalloc *yyptr =
1592 YY_CAST (union yyalloc *,
/xsrc/external/mit/ctwm/dist/
H A Dgram.tab.c695 union yyalloc union
702 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
1801 union yyalloc *yyptr =
1802 YY_CAST (union yyalloc *,
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c590 union yyalloc union
598 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1825 union yyalloc *yyptr =
1826 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));

Completed in 118 milliseconds