Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/parse/
Dlex.priv_gst_parse_yy.c2215 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
2224 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
2226 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2231 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2233 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
2243 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in yyensure_buffer_stack()
2246 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2253 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DTokenizer.cpp2012 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
2022 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
2024 num_to_alloc * sizeof(struct yy_buffer_state *), yyscanner); in yyensure_buffer_stack()
2028 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state *)); in yyensure_buffer_stack()
2030 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
2041 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in yyensure_buffer_stack()
2043 yyg->yy_buffer_stack, num_to_alloc * sizeof(struct yy_buffer_state *), yyscanner); in yyensure_buffer_stack()
2050 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_lex_autogen.cpp2019 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
2029 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
2031 num_to_alloc * sizeof(struct yy_buffer_state *), yyscanner); in yyensure_buffer_stack()
2035 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state *)); in yyensure_buffer_stack()
2037 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
2048 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in yyensure_buffer_stack()
2050 yyg->yy_buffer_stack, num_to_alloc * sizeof(struct yy_buffer_state *), yyscanner); in yyensure_buffer_stack()
2057 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DTokenizer.cpp2380 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
2389 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
2391 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2397 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2399 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
2409 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in yyensure_buffer_stack()
2412 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2419 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_lex.cpp3021 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
3030 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
3032 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
3038 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
3040 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
3050 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in yyensure_buffer_stack()
3053 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
3060 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex.cpp3182 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
3191 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
3193 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
3199 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
3201 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
3211 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in yyensure_buffer_stack()
3214 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
3221 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang_lex_autogen.cpp2793 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
2803 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
2805 num_to_alloc * sizeof(struct yy_buffer_state *), yyscanner); in yyensure_buffer_stack()
2809 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state *)); in yyensure_buffer_stack()
2811 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
2822 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in yyensure_buffer_stack()
2824 yyg->yy_buffer_stack, num_to_alloc * sizeof(struct yy_buffer_state *), yyscanner); in yyensure_buffer_stack()
2831 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
/third_party/toybox/kconfig/
Dlex.zconf.c_shipped1912 int num_to_alloc;
1920 num_to_alloc = 1;
1922 (num_to_alloc * sizeof(struct yy_buffer_state*)
1925 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1927 (yy_buffer_stack_max) = num_to_alloc;
1937 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1940 num_to_alloc * sizeof(struct yy_buffer_state*)
1945 (yy_buffer_stack_max) = num_to_alloc;