Home
last modified time | relevance | path

Searched refs:yyalloc (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c318 void *yyalloc ( yy_size_t );
1637 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); in yy_create_buffer()
1646 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); in yy_create_buffer()
1797 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
1845 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); in yy_scan_buffer()
1894 buf = (char *) yyalloc( n ); in yy_scan_bytes()
2100 void *yyalloc (yy_size_t size ) in yyalloc() function
H A Dwinprefsyacc.c613 union yyalloc union
620 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
1254 union yyalloc *yyptr = in yyparse()
1255 YY_CAST (union yyalloc *, in yyparse()
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c299 void *yyalloc ( yy_size_t );
1449 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); in yy_create_buffer()
1458 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) ); in yy_create_buffer()
1609 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc in yyensure_buffer_stack()
1657 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) ); in yy_scan_buffer()
1706 buf = (char *) yyalloc( n ); in yy_scan_bytes()
1909 void *yyalloc (yy_size_t size ) in yyalloc() function
H A Dparser.c499 union yyalloc union
506 # define YYSTACK_GAP_MAXIMUM (YYSIZEOF (union yyalloc) - 1)
1121 union yyalloc *yyptr = in yyparse()
1122 YY_CAST (union yyalloc *, in yyparse()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-parser.tab.c
H A Ddtc-lexer.lex.c_shipped303 void *yyalloc (yy_size_t );
1736 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1745 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
1896 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1944 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1993 buf = (char *) yyalloc(n );
2196 void *yyalloc (yy_size_t size )
H A Ddtc-parser.tab.c_shipped385 union yyalloc
393 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1341 union yyalloc *yyptr =
1342 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.tab.c
H A Dzconf.tab.c_shipped399 union yyalloc
406 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1376 union yyalloc *yyptr =
1377 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped23 #define yyalloc zconfalloc
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped316 void *yyalloc ( yy_size_t );
1892 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
1901 b->yy_ch_buf = (char *) yyalloc( (yy_size_t) (b->yy_buf_size + 2) );
2052 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
2100 b = (YY_BUFFER_STATE) yyalloc( sizeof( struct yy_buffer_state ) );
2149 buf = (char *) yyalloc( n );
2355 void *yyalloc (yy_size_t size )
H A Dzconf.tab.c_shipped391 union yyalloc
398 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1375 union yyalloc *yyptr =
1376 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));