Searched refs:amax (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/lib/libedit/
H A Dtokenizer.c87 size_t argc, amax; /* Current and maximum number of args */ local
133 tok->amax = AINCR;
134 tok->argv = tok_malloc(sizeof(*tok->argv) * tok->amax);
426 if (tok->argc >= tok->amax - 4) {
428 tok->amax += AINCR;
429 p = tok_realloc(tok->argv, tok->amax * sizeof(*p));
431 tok->amax -= AINCR;
/netbsd-current/usr.bin/rpcgen/
H A Drpc_cout.c228 const char *amax, const char *objname, const char *name)
254 print_ifarg(amax);
284 print_ifarg(amax);
614 const char *amax = def->def.ty.array_max; local
618 print_ifstat(1, prefix, type, rel, amax, "objp", def->def_name);
626 const char *amax = dec->array_max; local
635 print_ifstat(indent, prefix, type, rel, amax, name, dec->name);
227 print_ifstat(int indent, const char *prefix, const char *type, relation rel, const char *amax, const char *objname, const char *name) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dinitsem.c203 const unsigned amax = 0x80000000; local
266 if (idxvalue >= amax)
331 if (overflow || max > amax)
333 error(i->loc, "array dimension %llu exceeds max of %llu", (ulonglong)i->dim, (ulonglong)(amax / sz));
749 const unsigned amax = 0x80000000; local
769 if (adim >= amax)
794 if (idxval >= amax)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dinitsem.d272 const(uint) amax = 0x80000000;
328 if (idxvalue >= amax)
391 if (overflow || max >= amax)
393 error(i.loc, "array dimension %llu exceeds max of %llu", ulong(i.dim), ulong(amax / sz));
649 const uint amax = 0x8000_0000;
889 if (overflow || max >= amax)
891 error(ci.loc, "array dimension %llu exceeds max of %llu", ulong(edim), ulong(amax / sz));
1147 const(uint) amax = 0x80000000;
1164 if (adim >= amax)
1191 if (idxval >= amax)
[all...]
/netbsd-current/external/bsd/ipf/dist/
H A Dip_nat6.c3880 u_32_t amin, amax; local
3892 amax = na->na_addr[1].in4.s_addr;
3902 amax = ~na->na_addr[1].in4.s_addr;
3903 amax |= amin;
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_nat6.c3810 u_32_t amin, amax; local
3822 amax = na->na_addr[1].in4.s_addr;
3832 amax = ~na->na_addr[1].in4.s_addr;
3833 amax |= amin;
H A Dip_nat.c7405 u_32_t amin, amax, new; local
7415 amax = na->na_addr[1].in4.s_addr;
7425 amax = ~na->na_addr[1].in4.s_addr;
7426 amax |= amin;
/netbsd-current/sys/crypto/nist_hash_drbg/
H A Dnist_hash_drbg.c308 const size_t smax = slen - 1, amax = alen - 1;
314 c += s[smax - i] + a[amax - i];
303 const size_t smax = slen - 1, amax = alen - 1; local
/netbsd-current/external/bsd/ntp/dist/ntpq/
H A Dntpq.c2277 int amax
2285 while (*narr < amax && *cp) {
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-decl.cc6748 int amax = MAX (CFI_attribute_pointer, local
6752 "dummy argument %s", amin, amax, sym->name);
6757 build_int_cst (TREE_TYPE (tmp2), amax));

Completed in 386 milliseconds