Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c362 union yyalloc union
369 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1535 union yyalloc *yyptr =
1536 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
Dzconf.tab.c_shipped362 union yyalloc
369 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1535 union yyalloc *yyptr =
1536 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
Dzconf.lex.c23 #define yyalloc zconfalloc macro
Dzconf.lex.c_shipped23 #define yyalloc zconfalloc
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped304 void *yyalloc (yy_size_t );
1419 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1428 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
1583 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1631 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1680 buf = (char *) yyalloc(n );
1882 void *yyalloc (yy_size_t size )
Dparse.tab.c_shipped372 union yyalloc
379 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1580 union yyalloc *yyptr =
1581 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped314 void *yyalloc (yy_size_t );
1686 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1695 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
1846 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1894 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1943 buf = (char *) yyalloc(n );
2145 void *yyalloc (yy_size_t size )
Ddtc-parser.tab.c_shipped374 union yyalloc
381 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1392 union yyalloc *yyptr =
1393 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));