Home
last modified time | relevance | path

Searched refs:yy_buffer_stack_max (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c281 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
2001 (yy_buffer_stack_max) = num_to_alloc; in zconfensure_buffer_stack()
2006 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in zconfensure_buffer_stack()
2011 num_to_alloc = (yy_buffer_stack_max) + grow_size; in zconfensure_buffer_stack()
2020 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in zconfensure_buffer_stack()
2021 (yy_buffer_stack_max) = num_to_alloc; in zconfensure_buffer_stack()
2226 (yy_buffer_stack_max) = 0; in yy_init_globals()
H A Dlex.zconf.c_shipped281 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
2001 (yy_buffer_stack_max) = num_to_alloc;
2006 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2011 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2020 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
2021 (yy_buffer_stack_max) = num_to_alloc;
2226 (yy_buffer_stack_max) = 0;
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped263 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
1684 (yy_buffer_stack_max) = num_to_alloc;
1689 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1694 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1703 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1704 (yy_buffer_stack_max) = num_to_alloc;
1909 (yy_buffer_stack_max) = 0;
/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dlex.c_shipped313 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
1894 (yy_buffer_stack_max) = num_to_alloc;
1899 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1904 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1913 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1914 (yy_buffer_stack_max) = num_to_alloc;
2145 (yy_buffer_stack_max) = 0;