Home
last modified time | relevance | path

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

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