Searched refs:yy_buffer_stack_max (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/tc/ |
D | emp_ematch.lex.c | 271 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable 1702 (yy_buffer_stack_max) = num_to_alloc; in ematch_ensure_buffer_stack() 1707 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ in ematch_ensure_buffer_stack() 1712 num_to_alloc = (yy_buffer_stack_max) + grow_size; in ematch_ensure_buffer_stack() 1721 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); in ematch_ensure_buffer_stack() 1722 (yy_buffer_stack_max) = num_to_alloc; in ematch_ensure_buffer_stack() 1964 (yy_buffer_stack_max) = 0; in yy_init_globals()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 998 size_t yy_buffer_stack_max; /**< capacity of stack. */ member 2399 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack() 2404 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ in yyensure_buffer_stack() 2409 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in yyensure_buffer_stack() 2418 …memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_sta… in yyensure_buffer_stack() 2419 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack() 2851 yyg->yy_buffer_stack_max = 0; in yy_init_globals()
|
/external/libpcap/ |
D | scanner.c | 3005 size_t yy_buffer_stack_max; /**< capacity of stack. */ member 4920 yyg->yy_buffer_stack_max = num_to_alloc; in pcap_ensure_buffer_stack() 4925 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ in pcap_ensure_buffer_stack() 4930 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in pcap_ensure_buffer_stack() 4939 …memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_sta… in pcap_ensure_buffer_stack() 4940 yyg->yy_buffer_stack_max = num_to_alloc; in pcap_ensure_buffer_stack() 5290 yyg->yy_buffer_stack_max = 0; in yy_init_globals()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 1211 size_t yy_buffer_stack_max; /**< capacity of stack. */ member 3040 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack() 3045 if (yyg->yy_buffer_stack_top >= (yyg->yy_buffer_stack_max) - 1){ in yyensure_buffer_stack() 3050 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in yyensure_buffer_stack() 3059 …memset(yyg->yy_buffer_stack + yyg->yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_sta… in yyensure_buffer_stack() 3060 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack() 3494 yyg->yy_buffer_stack_max = 0; in yy_init_globals()
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 257 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ 1927 (yy_buffer_stack_max) = num_to_alloc; 1932 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ 1937 num_to_alloc = (yy_buffer_stack_max) + grow_size; 1944 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); 1945 (yy_buffer_stack_max) = num_to_alloc; 2150 (yy_buffer_stack_max) = 0;
|