Home
last modified time | relevance | path

Searched refs:out_max (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/bio/
H A Dbss_mem.c329 int i, out_max; in mem_gets() local
335 out_max = bio_mem_pending(bm); in mem_gets()
336 if (out_len - 1 < out_max) in mem_gets()
337 out_max = out_len - 1; in mem_gets()
338 if (out_max <= 0) { in mem_gets()
344 for (i = 0; i < out_max; i++) { in mem_gets()
/dflybsd-src/tools/tools/usbtest/
H A Dusb_modem_test.c284 uint32_t out_max; in usb_modem_data_stress_test() local
297 out_max = libusb20_tr_get_max_total_length(p->xfer_out); in usb_modem_data_stress_test()
300 io_max = (in_max < out_max) ? in_max : out_max; in usb_modem_data_stress_test()
302 if (in_max != out_max) in usb_modem_data_stress_test()
303 printf("WARNING: Buffer sizes are un-equal: %u vs %u\n", in_max, out_max); in usb_modem_data_stress_test()
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_addr.c1189 ASN1_BIT_STRING **out_max) in extract_min_max_bitstr() argument
1193 *out_min = *out_max = aor->u.addressPrefix; in extract_min_max_bitstr()
1197 *out_max = aor->u.addressRange->max; in extract_min_max_bitstr()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Darm.cc5434 section_offset_type out_max = in build_contents() local
5451 && in_end < in_max && out_end < out_max); in build_contents()