Searched refs:max_out_size (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/fuzz/ |
H A D | fuzz.h | 99 uint8_t *out, size_t max_out_size, 119 uint8_t *out, size_t max_out_size,
|
H A D | generic_fuzz.c | 856 size_t max_out_size, unsigned int seed) in generic_fuzz_crossover() argument 861 if (max_out_size <= size1 + strlen(SEPARATOR) * 3 + 2) { in generic_fuzz_crossover() 869 max_out_size -= copy_len; in generic_fuzz_crossover() 875 max_out_size -= copy_len; in generic_fuzz_crossover() 883 max_out_size -= copy_len; in generic_fuzz_crossover() 889 max_out_size -= copy_len; in generic_fuzz_crossover() 897 max_out_size -= copy_len; in generic_fuzz_crossover() 903 max_out_size -= copy_len; in generic_fuzz_crossover() 906 copy_len = MIN(size2, max_out_size); in generic_fuzz_crossover() 909 max_out_size -= copy_len; in generic_fuzz_crossover()
|
H A D | fuzz.c | 132 uint8_t *out, size_t max_out_size, in LLVMFuzzerCustomCrossOver() argument 137 max_out_size, seed); in LLVMFuzzerCustomCrossOver()
|
/openbmc/linux/drivers/input/misc/ |
H A D | ims-pcu.c | 90 size_t max_out_size; member 559 if (count + delta >= pcu->max_out_size) { in ims_pcu_send_command() 578 if (count + delta >= pcu->max_out_size) { in ims_pcu_send_command() 1543 pcu->urb_out_buf = kmalloc(pcu->max_out_size, GFP_KERNEL); in ims_pcu_buffers_alloc() 1595 usb_free_coherent(pcu->udev, pcu->max_out_size, in ims_pcu_buffers_free() 1695 pcu->max_out_size = usb_endpoint_maxp(pcu->ep_out); in ims_pcu_parse_cdc_data() 1696 if (pcu->max_out_size < 8) { in ims_pcu_parse_cdc_data() 1699 pcu->max_out_size); in ims_pcu_parse_cdc_data()
|