Searched refs:secondhalf (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | string.c | 52 char *secondhalf = strndup(sample + 8, 8); in strndup_checks() local 55 assert(strcmp(secondhalf, "89abcdef") == 0); in strndup_checks() 58 free(secondhalf); in strndup_checks()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | io_edgeport.c | 1196 int secondhalf; in edge_write() local 1245 secondhalf = copySize-firsthalf; in edge_write() 1247 if (secondhalf) { in edge_write() 1248 dev_dbg(&port->dev, "%s - copy rest of data %d\n", __func__, secondhalf); in edge_write() 1249 memcpy(&fifo->fifo[fifo->head], &data[firsthalf], secondhalf); in edge_write() 1250 usb_serial_debug_data(&port->dev, __func__, secondhalf, &fifo->fifo[fifo->head]); in edge_write() 1252 fifo->count += secondhalf; in edge_write() 1253 fifo->head += secondhalf; in edge_write() 1296 int secondhalf; in send_more_port_data() local 1352 secondhalf = count-firsthalf; in send_more_port_data() [all …]
|