Searched refs:tocopy (Results 1 – 2 of 2) sorted by relevance
108 unsigned int payload_length, tocopy; in bcd2000_midi_handle_input() local126 tocopy = min(payload_length, buf_len-1); in bcd2000_midi_handle_input()129 &buf[1], tocopy); in bcd2000_midi_handle_input()132 &buf[1], tocopy); in bcd2000_midi_handle_input()
482 unsigned int tocopy; in hpi_check_control_cache_single() local505 tocopy = pad_string_len - offset; in hpi_check_control_cache_single()506 if (tocopy > sizeof(phr->u.cu.chars8.sz_data)) in hpi_check_control_cache_single()507 tocopy = sizeof(phr->u.cu.chars8. in hpi_check_control_cache_single()511 &pad_string[offset], tocopy); in hpi_check_control_cache_single()514 pad_string_len - offset - tocopy; in hpi_check_control_cache_single()