Searched refs:num_to_alloc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/amd/fsinfo/ |
| H A D | null_lex.c | 1384 int num_to_alloc; in null_ensure_buffer_stack() local 1392 num_to_alloc = 1; in null_ensure_buffer_stack() 1394 (num_to_alloc * sizeof(struct yy_buffer_state*) in null_ensure_buffer_stack() 1399 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in null_ensure_buffer_stack() 1401 (yy_buffer_stack_max) = num_to_alloc; in null_ensure_buffer_stack() 1411 num_to_alloc = (yy_buffer_stack_max) + grow_size; in null_ensure_buffer_stack() 1414 num_to_alloc * sizeof(struct yy_buffer_state*) in null_ensure_buffer_stack() 1421 (yy_buffer_stack_max) = num_to_alloc; in null_ensure_buffer_stack()
|
| /freebsd-12.1/crypto/heimdal/lib/sl/ |
| H A D | slc-lex.c | 1441 yy_size_t num_to_alloc; in yyensure_buffer_stack() local 1449 num_to_alloc = 1; in yyensure_buffer_stack() 1451 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 1456 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack() 1458 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack() 1468 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack() 1471 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 1478 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
|
| /freebsd-12.1/crypto/heimdal/lib/com_err/ |
| H A D | lex.c | 1504 yy_size_t num_to_alloc; in yyensure_buffer_stack() local 1512 num_to_alloc = 1; in yyensure_buffer_stack() 1514 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 1519 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack() 1521 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack() 1531 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack() 1534 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 1541 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
|
| /freebsd-12.1/crypto/heimdal/lib/asn1/ |
| H A D | lex.c | 2369 yy_size_t num_to_alloc; in yyensure_buffer_stack() local 2377 num_to_alloc = 1; in yyensure_buffer_stack() 2379 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 2384 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack() 2386 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack() 2396 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack() 2399 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 2406 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
|
| /freebsd-12.1/usr.bin/lex/ |
| H A D | initscan.c | 4773 yy_size_t num_to_alloc; in yyensure_buffer_stack() local 4781 num_to_alloc = 1; in yyensure_buffer_stack() 4783 (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 4788 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack() 4790 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack() 4800 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack() 4803 num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack() 4810 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
|
| /freebsd-12.1/contrib/flex/ |
| H A D | flex.skl | 2259 yy_size_t num_to_alloc; 2268 num_to_alloc = 1; 2270 (num_to_alloc * sizeof(struct yy_buffer_state*) 2276 memset(YY_G(yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); 2278 YY_G(yy_buffer_stack_max) = num_to_alloc; 2288 num_to_alloc = YY_G(yy_buffer_stack_max) + grow_size; 2291 num_to_alloc * sizeof(struct yy_buffer_state*) 2298 YY_G(yy_buffer_stack_max) = num_to_alloc;
|