Searched refs:out_max (Results 1 – 4 of 4) sorted by relevance
329 int i, out_max; in mem_gets() local335 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()
284 uint32_t out_max; in usb_modem_data_stress_test() local297 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()
1189 ASN1_BIT_STRING **out_max) in extract_min_max_bitstr() argument1193 *out_min = *out_max = aor->u.addressPrefix; in extract_min_max_bitstr()1197 *out_max = aor->u.addressRange->max; in extract_min_max_bitstr()
5434 section_offset_type out_max = in build_contents() local5451 && in_end < in_max && out_end < out_max); in build_contents()