Searched refs:num_to_alloc (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xgc/dist/
H A Dlex.c2078 yy_size_t num_to_alloc; local in function:yyensure_buffer_stack
2086 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
2088 (num_to_alloc * sizeof(struct yy_buffer_state*)
2093 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2095 (yy_buffer_stack_max) = num_to_alloc;
2105 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2108 num_to_alloc * sizeof(struct yy_buffer_state*)
2115 (yy_buffer_stack_max) = num_to_alloc;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dscanner.c1592 int num_to_alloc; local in function:yyensure_buffer_stack
1600 num_to_alloc = 1;
1602 (num_to_alloc * sizeof(struct yy_buffer_state*)
1607 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1609 (yy_buffer_stack_max) = num_to_alloc;
1619 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1622 num_to_alloc * sizeof(struct yy_buffer_state*)
1629 (yy_buffer_stack_max) = num_to_alloc;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefslex.c1788 yy_size_t num_to_alloc; local in function:yyensure_buffer_stack
1796 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1798 (num_to_alloc * sizeof(struct yy_buffer_state*)
1803 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1805 (yy_buffer_stack_max) = num_to_alloc;
1815 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1818 num_to_alloc * sizeof(struct yy_buffer_state*)
1825 (yy_buffer_stack_max) = num_to_alloc;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefslex.c1815 int num_to_alloc; local in function:yyensure_buffer_stack
1823 num_to_alloc = 1;
1825 (num_to_alloc * sizeof(struct yy_buffer_state*)
1830 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1832 (yy_buffer_stack_max) = num_to_alloc;
1842 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1845 num_to_alloc * sizeof(struct yy_buffer_state*)
1852 (yy_buffer_stack_max) = num_to_alloc;
/xsrc/external/mit/ctwm/dist/gen/
H A Dlex.c1533 yy_size_t num_to_alloc; local in function:yyensure_buffer_stack
1541 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
1543 (num_to_alloc * sizeof(struct yy_buffer_state*)
1548 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1550 (yy_buffer_stack_max) = num_to_alloc;
1560 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1563 num_to_alloc * sizeof(struct yy_buffer_state*)
1570 (yy_buffer_stack_max) = num_to_alloc;
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c2626 yy_size_t num_to_alloc; local in function:yyensure_buffer_stack
2635 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
2637 (num_to_alloc * sizeof(struct yy_buffer_state*)
2642 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2644 yyg->yy_buffer_stack_max = num_to_alloc;
2654 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
2657 num_to_alloc * sizeof(struct yy_buffer_state*)
2664 yyg->yy_buffer_stack_max = num_to_alloc;
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c3174 yy_size_t num_to_alloc; local in function:yyensure_buffer_stack
3183 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
3185 (num_to_alloc * sizeof(struct yy_buffer_state*)
3190 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
3192 yyg->yy_buffer_stack_max = num_to_alloc;
3202 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
3205 num_to_alloc * sizeof(struct yy_buffer_state*)
3212 yyg->yy_buffer_stack_max = num_to_alloc;
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c2672 yy_size_t num_to_alloc; local in function:yyensure_buffer_stack
2681 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
2683 (num_to_alloc * sizeof(struct yy_buffer_state*)
2688 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2690 yyg->yy_buffer_stack_max = num_to_alloc;
2700 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
2703 num_to_alloc * sizeof(struct yy_buffer_state*)
2710 yyg->yy_buffer_stack_max = num_to_alloc;
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp4128 yy_size_t num_to_alloc; local in function:yyensure_buffer_stack
4137 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
4139 (num_to_alloc * sizeof(struct yy_buffer_state*)
4144 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
4146 yyg->yy_buffer_stack_max = num_to_alloc;
4156 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
4159 num_to_alloc * sizeof(struct yy_buffer_state*)
4166 yyg->yy_buffer_stack_max = num_to_alloc;
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_lexer.cpp4218 yy_size_t num_to_alloc; local in function:yyensure_buffer_stack
4227 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
4229 (num_to_alloc * sizeof(struct yy_buffer_state*)
4234 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));
4236 yyg->yy_buffer_stack_max = num_to_alloc;
4246 num_to_alloc = yyg->yy_buffer_stack_max + grow_size;
4249 num_to_alloc * sizeof(struct yy_buffer_state*)
4256 yyg->yy_buffer_stack_max = num_to_alloc;

Completed in 34 milliseconds