Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefslex.c269 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
1805 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1810 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()
1815 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1824 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1825 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2033 (yy_buffer_stack_max) = 0; in yy_init_globals()
/OK3568_Linux_fs/output/kconf/
H A Dzconf.lex.c
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dzconf.lex.c
H A Dzconf.lex.c_shipped281 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
2039 (yy_buffer_stack_max) = num_to_alloc;
2044 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2049 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2058 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
2059 (yy_buffer_stack_max) = num_to_alloc;
2264 (yy_buffer_stack_max) = 0;
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Dscanner.c250 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
1617 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1622 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack()
1627 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1636 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1637 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1842 (yy_buffer_stack_max) = 0; in yy_init_globals()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc-lexer.lex.c
H A Ddtc-lexer.lex.c_shipped252 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
1904 (yy_buffer_stack_max) = num_to_alloc;
1909 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1914 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1923 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1924 (yy_buffer_stack_max) = num_to_alloc;
2129 (yy_buffer_stack_max) = 0;
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dzconf.lex.c_shipped267 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
2060 (yy_buffer_stack_max) = num_to_alloc;
2065 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
2070 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2079 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
2080 (yy_buffer_stack_max) = num_to_alloc;
2288 (yy_buffer_stack_max) = 0;