Searched refs:num_to_alloc (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/tc/ |
D | emp_ematch.lex.c | 1685 int num_to_alloc; in ematch_ensure_buffer_stack() local 1693 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in ematch_ensure_buffer_stack() 1695 (num_to_alloc * sizeof(struct yy_buffer_state*) in ematch_ensure_buffer_stack() 1700 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in ematch_ensure_buffer_stack() 1702 (yy_buffer_stack_max) = num_to_alloc; in ematch_ensure_buffer_stack() 1712 num_to_alloc = (yy_buffer_stack_max) + grow_size; in ematch_ensure_buffer_stack() 1715 num_to_alloc * sizeof(struct yy_buffer_state*) in ematch_ensure_buffer_stack() 1722 (yy_buffer_stack_max) = num_to_alloc; in ematch_ensure_buffer_stack()
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | Tokenizer.cpp | 2380 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()
|
/external/libpcap/ |
D | scanner.c | 4902 int num_to_alloc; in pcap_ensure_buffer_stack() local 4911 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in pcap_ensure_buffer_stack() 4913 (num_to_alloc * sizeof(struct yy_buffer_state*) in pcap_ensure_buffer_stack() 4918 memset(yyg->yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in pcap_ensure_buffer_stack() 4920 yyg->yy_buffer_stack_max = num_to_alloc; in pcap_ensure_buffer_stack() 4930 num_to_alloc = yyg->yy_buffer_stack_max + grow_size; in pcap_ensure_buffer_stack() 4933 num_to_alloc * sizeof(struct yy_buffer_state*) in pcap_ensure_buffer_stack() 4940 yyg->yy_buffer_stack_max = num_to_alloc; in pcap_ensure_buffer_stack()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | glslang_lex.cpp | 3021 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()
|
/external/toybox/kconfig/ |
D | lex.zconf.c_shipped | 1912 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;
|