Home
last modified time | relevance | path

Searched refs:first_len (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c951 unsigned int first_len = (UCOM_CONS_BUFSIZE - ucom_cons_rx_high); in ucom_put_data() local
952 usbd_copy_out(pc, offset, ucom_cons_rx_buf + ucom_cons_rx_high, first_len); in ucom_put_data()
953 usbd_copy_out(pc, offset+first_len, ucom_cons_rx_buf, temp-first_len); in ucom_put_data()
/third_party/python/Parser/
H A Daction_helpers.c520 Py_ssize_t first_len = asdl_seq_LEN(a); in _PyPegen_join_sequences() local
522 asdl_seq *new_seq = (asdl_seq*)_Py_asdl_generic_seq_new(first_len + second_len, p->arena); in _PyPegen_join_sequences()
528 for (Py_ssize_t i = 0; i < first_len; i++) { in _PyPegen_join_sequences()

Completed in 6 milliseconds