Home
last modified time | relevance | path

Searched refs:num_to_alloc (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/com_err/
Dlex.c1513 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1521 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1523 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1528 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1530 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1540 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1543num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1550 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/netbsd/src/external/gpl3/binutils/dist/binutils/
Dsyslex.c1573 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1581 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1583 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1588 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1590 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1600 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1603num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1610 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
Ddeflex.c1733 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1741 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1743 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1748 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1750 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1760 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1763num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1770 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
Darlex.c1706 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1714 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1716 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1721 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1723 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1733 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1736num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1743 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/netbsd/src/external/gpl3/binutils/dist/gas/
Ditbl-lex.c1590 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1598 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1600 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1605 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1607 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1617 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1620num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1627 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/netbsd/src/tools/m4/bootstrap/
Dtokenizer.c1523 int num_to_alloc; in yyensure_buffer_stack() local
1531 num_to_alloc = 1; in yyensure_buffer_stack()
1533 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1538 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1540 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1550 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1553num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1560 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/netbsd/src/external/lgpl3/gmp/dist/demos/calc/
Dcalclex.c1592 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1600 num_to_alloc = 1; in yyensure_buffer_stack()
1602 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1607 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1609 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1619 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1622num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1629 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dloongarch-lex.c1531 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1539 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1541 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1546 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1548 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1558 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1561num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1568 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
Dbfin-lex.c3016 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
3024 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
3026 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
3031 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
3033 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
3043 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
3046num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
3053 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/sl/
Dslc-lex.c1450 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
1458 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
1460 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1465 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
1467 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
1477 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
1480num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
1487 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/netbsd/src/external/bsd/elftosb/dist/elftosb2/
Delftosb_lexer.cpp1997 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
2005 num_to_alloc = 1; in yyensure_buffer_stack()
2007 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2012 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2014 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2024 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
2027num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2034 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype-lex.cc2593 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
2601 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
2603 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2608 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2610 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2620 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
2623num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2630 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/
Dlex.c2379 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
2387 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
2389 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2394 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
2396 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
2406 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
2409num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
2416 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/netbsd/src/external/gpl3/binutils/dist/ld/
Dldlex.c3530 yy_size_t num_to_alloc; in yyensure_buffer_stack() local
3538 num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ in yyensure_buffer_stack()
3540 … (num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
3545 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in yyensure_buffer_stack()
3547 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
3557 num_to_alloc = (yy_buffer_stack_max) + grow_size; in yyensure_buffer_stack()
3560num_to_alloc * sizeof(struct yy_buffer_state*) in yyensure_buffer_stack()
3567 (yy_buffer_stack_max) = num_to_alloc; in yyensure_buffer_stack()
/netbsd/src/external/bsd/flex/dist/
DChangeLog838 type of local `num_to_alloc' which is exclusively used in yy_size_t context