Home
last modified time | relevance | path

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

/external/bluetooth/bluez/tools/
Dlexer.c1447 int num_to_alloc; in yyensure_buffer_stack() local
1455 num_to_alloc = 1; in yyensure_buffer_stack()
1457 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1460 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1462 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1472 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1475 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1480 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/external/bison/src/
Dscan-skel.c1775 int num_to_alloc; in skel_ensure_buffer_stack() local
1783 num_to_alloc = 1; in skel_ensure_buffer_stack()
1785 (num_to_alloc * sizeof(struct yy_buffer_state*) in skel_ensure_buffer_stack()
1788 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in skel_ensure_buffer_stack()
1790 (yy_buffer_stack_max) = num_to_alloc; in skel_ensure_buffer_stack()
1800 num_to_alloc = (yy_buffer_stack_max) + grow_size; in skel_ensure_buffer_stack()
1803 num_to_alloc * sizeof(struct yy_buffer_state*) in skel_ensure_buffer_stack()
1808 (yy_buffer_stack_max) = num_to_alloc; in skel_ensure_buffer_stack()
Dscan-gram.c3017 int num_to_alloc; in gram_ensure_buffer_stack() local
3025 num_to_alloc = 1; in gram_ensure_buffer_stack()
3027 (num_to_alloc * sizeof(struct yy_buffer_state*) in gram_ensure_buffer_stack()
3030 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in gram_ensure_buffer_stack()
3032 (yy_buffer_stack_max) = num_to_alloc; in gram_ensure_buffer_stack()
3042 num_to_alloc = (yy_buffer_stack_max) + grow_size; in gram_ensure_buffer_stack()
3045 num_to_alloc * sizeof(struct yy_buffer_state*) in gram_ensure_buffer_stack()
3050 (yy_buffer_stack_max) = num_to_alloc; in gram_ensure_buffer_stack()
/external/libpcap/
Dscanner.c4114 int num_to_alloc; in pcap_ensure_buffer_stack() local
4122 num_to_alloc = 1; in pcap_ensure_buffer_stack()
4124 (num_to_alloc * sizeof(struct yy_buffer_state*) in pcap_ensure_buffer_stack()
4127 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in pcap_ensure_buffer_stack()
4129 (yy_buffer_stack_max) = num_to_alloc; in pcap_ensure_buffer_stack()
4139 num_to_alloc = (yy_buffer_stack_max) + grow_size; in pcap_ensure_buffer_stack()
4142 num_to_alloc * sizeof(struct yy_buffer_state*) in pcap_ensure_buffer_stack()
4147 (yy_buffer_stack_max) = num_to_alloc; in pcap_ensure_buffer_stack()
/external/mesa3d/src/glsl/glcpp/
Dglcpp-lex.c2120 int num_to_alloc; in glcpp_ensure_buffer_stack() local
2129 num_to_alloc = 1; in glcpp_ensure_buffer_stack()
2131 (num_to_alloc * sizeof(struct yy_buffer_state*) in glcpp_ensure_buffer_stack()
2136 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in glcpp_ensure_buffer_stack()
2138 yyg->yy_buffer_stack_max = num_to_alloc; in glcpp_ensure_buffer_stack()
2148 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in glcpp_ensure_buffer_stack()
2151 num_to_alloc * sizeof(struct yy_buffer_state*) in glcpp_ensure_buffer_stack()
2158 yyg->yy_buffer_stack_max = num_to_alloc; in glcpp_ensure_buffer_stack()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_lex.cpp2337 int num_to_alloc; in yyensure_buffer_stack() local
2346 num_to_alloc = 1; in yyensure_buffer_stack()
2348 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2353 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2355 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
2365 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in yyensure_buffer_stack()
2368 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2375 yyg->yy_buffer_stack_max = num_to_alloc; in yyensure_buffer_stack()
/external/mesa3d/src/glsl/
Dglsl_lexer.cpp3172 int num_to_alloc; in _mesa_glsl_ensure_buffer_stack() local
3181 num_to_alloc = 1; in _mesa_glsl_ensure_buffer_stack()
3183 (num_to_alloc * sizeof(struct yy_buffer_state*) in _mesa_glsl_ensure_buffer_stack()
3188 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in _mesa_glsl_ensure_buffer_stack()
3190 yyg->yy_buffer_stack_max = num_to_alloc; in _mesa_glsl_ensure_buffer_stack()
3200 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in _mesa_glsl_ensure_buffer_stack()
3203 num_to_alloc * sizeof(struct yy_buffer_state*) in _mesa_glsl_ensure_buffer_stack()
3210 yyg->yy_buffer_stack_max = num_to_alloc; in _mesa_glsl_ensure_buffer_stack()