| /xsrc/external/mit/xgc/dist/ |
| H A D | lex.c | 299 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 D | gram.c | 383 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 D | scanner.c | 304 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 D | parser.c | 347 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 D | winprefslex.c | 318 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 D | winprefsyacc.c | 634 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 D | winprefslex.c | 317 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 D | winprefsyacc.c | 438 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 D | lex.c | 300 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 D | gram.tab.c | 695 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 D | glcpp-lex.c | 233 #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 D | glcpp-parse.c | 508 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 D | glcpp-lex.c | 233 #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 D | glcpp-parse.c | 616 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 D | lex.yy.c | 233 #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 D | program_parse.tab.c | 748 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 D | glsl_lexer.cpp | 233 #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 D | glsl_parser.cpp | 580 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 D | glsl_lexer.cpp | 233 #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 D | glsl_parser.cpp | 710 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 D | cfgparse.c | 538 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 D | xkbparse.c | 718 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 D | gram.tab.c | 695 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 D | program_parse.tab.c | 590 union yyalloc union 598 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) 1825 union yyalloc *yyptr = 1826 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
|