Searched refs:copySize (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/lib/lz4/ |
| D | lz4_decompress.c | 252 size_t const copySize = (size_t)(lowPrefix - match); in LZ4_decompress_generic() local 253 size_t const restSize = length - copySize; in LZ4_decompress_generic() 255 memcpy(op, dictEnd - copySize, copySize); in LZ4_decompress_generic() 256 op += copySize; in LZ4_decompress_generic()
|
| /Linux-v4.19/drivers/usb/serial/ |
| D | io_edgeport.c | 1193 int copySize; in edge_write() local 1208 copySize = min((unsigned int)count, in edge_write() 1212 __func__, count, edge_port->txCredits - fifo->count, copySize); in edge_write() 1216 if (copySize == 0) { in edge_write() 1229 firsthalf = min(bytesleft, copySize); in edge_write() 1245 secondhalf = copySize-firsthalf; in edge_write() 1266 __func__, copySize, edge_port->txCredits, fifo->count); in edge_write() 1268 return copySize; in edge_write()
|