Home
last modified time | relevance | path

Searched refs:maxout (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/cxgbe/cudbg/
H A Dfastlz.c123 void *output, int maxout);
140 void *output, int maxout);
153 int fastlz_decompress(const void *input, int length, void *output, int maxout) in fastlz_decompress() argument
159 return fastlz1_decompress(input, length, output, maxout); in fastlz_decompress()
161 return fastlz2_decompress(input, length, output, maxout); in fastlz_decompress()
430 void *output, int maxout) in FASTLZ_DECOMPRESSOR() argument
435 unsigned char *op_limit = op + maxout; in FASTLZ_DECOMPRESSOR()
H A Dfastlz.h42 int fastlz_decompress(const void *input, int length, void *output, int maxout);
/freebsd/usr.bin/m4/
H A Dmisc.c255 for (n = 0; n < maxout; n++) in killdiv()
288 for (i = maxout; i < n; i++) in resizedivs()
290 maxout = n; in resizedivs()
H A Dmain.c85 int maxout; variable
203 maxout = 0; in main()
305 for (n = 1; n < maxout; n++) /* default wrap-up: undivert */ in main()
H A Deval.c822 if (n >= maxout) { in dodivert()
860 if (n < maxout && outfile[n] != NULL) in doundivert()
866 for (n = 1; n < maxout; n++) in doundivert()
H A Dextern.h157 extern int maxout; /* maximum number of diversions */
/freebsd/crypto/openssl/providers/implementations/kem/
H A Decx_kem.c440 unsigned char *out, size_t maxout, in generate_ecxdhkm() argument
447 sender->keylen, out, &len, maxout); in generate_ecxdhkm()
H A Dec_kem.c522 unsigned char *out, size_t maxout, in generate_ecdhkm() argument
528 if (secretlen != secretsz || secretlen > maxout) { in generate_ecdhkm()
/freebsd/contrib/unbound/services/
H A Doutside_network.h221 int maxout; member
H A Doutside_network.c1663 pif->maxout = (int)numfd;
2151 log_assert(pif->inuse < pif->maxout);
3875 sizeof(struct port_comm*)*pif->maxout;