Searched refs:yy_buffer_stack_max (Results 1 - 4 of 4) sorted by relevance

/external/bison/src/
H A Dscan-skel.c296 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
1790 (yy_buffer_stack_max) = num_to_alloc;
1795 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1800 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1807 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1808 (yy_buffer_stack_max) = num_to_alloc;
H A Dscan-gram.c296 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
3032 (yy_buffer_stack_max) = num_to_alloc;
3037 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
3042 num_to_alloc = (yy_buffer_stack_max) + grow_size;
3049 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
3050 (yy_buffer_stack_max) = num_to_alloc;
/external/bluetooth/bluez/rfcomm/
H A Dlexer.c245 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
1462 (yy_buffer_stack_max) = num_to_alloc;
1467 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1472 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1479 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1480 (yy_buffer_stack_max) = num_to_alloc;
/external/libpcap/
H A Dscanner.c245 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ variable
4129 (yy_buffer_stack_max) = num_to_alloc;
4134 if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
4139 num_to_alloc = (yy_buffer_stack_max) + grow_size;
4146 memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
4147 (yy_buffer_stack_max) = num_to_alloc;

Completed in 85 milliseconds