Searched refs:yy_buffer_stack_max (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/libcpu/ |
D | i386_lex.c | 285 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable 1665 (yy_buffer_stack_max) = num_to_alloc; in i386_ensure_buffer_stack() 1670 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in i386_ensure_buffer_stack() 1675 num_to_alloc = (yy_buffer_stack_max) + grow_size; in i386_ensure_buffer_stack() 1684 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in i386_ensure_buffer_stack() 1685 (yy_buffer_stack_max) = num_to_alloc; in i386_ensure_buffer_stack() 1893 (yy_buffer_stack_max) = 0; in yy_init_globals()
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 313 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable 1709 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack() 1714 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in yyensure_buffer_stack() 1719 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack() 1728 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack() 1729 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack() 1960 (yy_buffer_stack_max) = 0; in yy_init_globals()
|
/external/bison/src/ |
D | scan-skel.c | 332 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable 1917 (yy_buffer_stack_max) = num_to_alloc; in skel_ensure_buffer_stack() 1922 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in skel_ensure_buffer_stack() 1927 num_to_alloc = (yy_buffer_stack_max) + grow_size; in skel_ensure_buffer_stack() 1936 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in skel_ensure_buffer_stack() 1937 (yy_buffer_stack_max) = num_to_alloc; in skel_ensure_buffer_stack() 2168 (yy_buffer_stack_max) = 0; in yy_init_globals()
|
D | scan-code.c | 332 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable 2130 (yy_buffer_stack_max) = num_to_alloc; in code_ensure_buffer_stack() 2135 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in code_ensure_buffer_stack() 2140 num_to_alloc = (yy_buffer_stack_max) + grow_size; in code_ensure_buffer_stack() 2149 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in code_ensure_buffer_stack() 2150 (yy_buffer_stack_max) = num_to_alloc; in code_ensure_buffer_stack() 2381 (yy_buffer_stack_max) = 0; in yy_init_globals()
|
D | scan-gram.c | 332 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable 3168 (yy_buffer_stack_max) = num_to_alloc; in gram_ensure_buffer_stack() 3173 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in gram_ensure_buffer_stack() 3178 num_to_alloc = (yy_buffer_stack_max) + grow_size; in gram_ensure_buffer_stack() 3187 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in gram_ensure_buffer_stack() 3188 (yy_buffer_stack_max) = num_to_alloc; in gram_ensure_buffer_stack() 3419 (yy_buffer_stack_max) = 0; in yy_init_globals()
|
/external/elfutils/src/ |
D | ldlex.c | 286 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable 2457 (yy_buffer_stack_max) = num_to_alloc; in ldensure_buffer_stack() 2462 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in ldensure_buffer_stack() 2467 num_to_alloc = (yy_buffer_stack_max) + grow_size; in ldensure_buffer_stack() 2476 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in ldensure_buffer_stack() 2477 (yy_buffer_stack_max) = num_to_alloc; in ldensure_buffer_stack() 2685 (yy_buffer_stack_max) = 0; in yy_init_globals()
|
/external/libpcap/ |
D | scanner.c | 245 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable 4129 (yy_buffer_stack_max) = num_to_alloc; in pcap_ensure_buffer_stack() 4134 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in pcap_ensure_buffer_stack() 4139 num_to_alloc = (yy_buffer_stack_max) + grow_size; in pcap_ensure_buffer_stack() 4146 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in pcap_ensure_buffer_stack() 4147 (yy_buffer_stack_max) = num_to_alloc; in pcap_ensure_buffer_stack()
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | glslang_lex.cpp | 797 size_t yy_buffer_stack_max; /**< capacity of stack. */ member 2355 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack() 2360 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ in yyensure_buffer_stack() 2365 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in yyensure_buffer_stack() 2374 …memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_sta… in yyensure_buffer_stack() 2375 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack() 2763 yyg->yy_buffer_stack_max = 0; in yy_init_globals()
|