Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c375 union yyalloc union
382 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1557 union yyalloc *yyptr =
1558 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
Dzconf.tab.c_shipped375 union yyalloc
382 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1557 union yyalloc *yyptr =
1558 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
Dzconf.lex.c23 #define yyalloc zconfalloc macro
Dzconf.lex.c_shipped23 #define yyalloc zconfalloc
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped315 void *yyalloc (yy_size_t );
1715 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1724 b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
1875 (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1923 b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1972 buf = (char *) yyalloc(n );
2174 void *yyalloc (yy_size_t size )
Ddtc-parser.tab.c_shipped380 union yyalloc
388 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1335 union yyalloc *yyptr =
1336 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
/linux-4.4.14/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_shipped384 union yyalloc
391 # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
1554 union yyalloc *yyptr =
1555 (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));