Searched refs:grow (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11667.C19 void grow(int n) { function in class:LIST
53 mylist.grow(20);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp11667.C19 void grow(int n) { function in class:LIST
53 mylist.grow(20);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dinfo.h62 array where POINTER should be added. GROW is the number of slots to grow
65 #define add_pointer_to_array(pointer, idx, array, slots, grow, type) \
68 array = (type *)(xrealloc (array, (slots += grow) * sizeof (type))); \
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dutil.c73 ber_len_t cdlen, cslen, grow; local
93 grow = BACKSQL_MAX( BACKSQL_STR_GROW, cslen );
105 dest->bb_len + grow * sizeof( char ), memctx );
113 dest->bb_len += grow;
161 ber_len_t cslen, grow; local
200 grow = BACKSQL_MAX( BACKSQL_STR_GROW, cslen );
212 ( dest->bb_len ) + grow * sizeof( char ), memctx );
220 dest->bb_len += grow * sizeof( char );
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kdc/
H A Dconnect.c603 size_t grow; local
605 grow = max(1024, d->len + n);
606 if (d->size + grow > max_request_tcp) {
608 (unsigned long)d->size + grow);
612 tmp = realloc (d->buf, d->size + grow);
615 (unsigned long)d->size + grow);
619 d->size += grow;
/netbsd-6-1-5-RELEASE/dist/pppd/chat/
H A Dchat.c210 char *grow __P((char *s, char **p, size_t len));
260 /* grow a char buffer and keep a pointer offset */
261 char *grow(s, p, len) function
726 s1 = grow(s1, &p, len);
771 s1 = grow(s1, &p, len);
784 s1 = grow(s1, &p, len);
/netbsd-6-1-5-RELEASE/sbin/resize_ffs/
H A Dresize_ffs.c834 * the csum area to grow, we must be adding at least one cg, so the
920 grow(void) function
931 /* Did we actually not grow? (This can happen if newsize is less than
1702 * the similar code in grow() for more on this. */
2168 grow();
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.tex914 This helps prevent many trivial reallocations that would grow an mp\_int by trivially small values.
1147 1. If $b.alloc < a.used$ then grow $b$ to $a.used$ digits. (\textit{mp\_grow}) \\
1493 seem obvious as to why the digit counter does not grow exceedingly large it is because of the shift on line 28
1670 3. If $c.alloc < max + 1$ then grow $c$ to hold at least $max + 1$ digits (\textit{mp\_grow}) \\
1732 grow the destination (38 to 42) ensure that it can accomodate the result of the addition.
1771 3. If $c.alloc < max$ then grow $c$ to hold at least $max$ digits. (\textit{mp\_grow}) \\
2031 1. If $b.alloc < a.used + 1$ then grow $b$ to hold $a.used + 1$ digits. (\textit{mp\_grow}) \\
2059 Step 1 and 2 grow the input as required to accomodate the maximum number of \textbf{used} digits in the result. The initial \textbf{used} count
2092 1. If $b.alloc < a.used$ then grow $b$ to hold $a.used$ digits. (\textit{mp\_grow}) \\
2155 2. If $a.alloc < a.used + b$ then grow
[all...]
H A Dbn.tex605 This will grow the array of digits of $a$ to $size$. If the \textit{alloc} parameter is already bigger than
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/
H A DMakefile.files189 grow.o \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dresolver.c8394 resizehash(dns_resolver_t *resolver, isc_time_t *now, isc_boolean_t grow) { argument
8399 if (grow)

Completed in 339 milliseconds