Searched refs:copySize (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | lz4.c | 185 size_t copySize = (size_t)(lowPrefix-match); in LZ4_decompress_generic() local 186 memcpy(op, dictEnd - copySize, copySize); in LZ4_decompress_generic() 187 op += copySize; in LZ4_decompress_generic() 188 copySize = length - copySize; in LZ4_decompress_generic() 189 if (copySize > (size_t)(op-lowPrefix)) /* overlap within current segment */ in LZ4_decompress_generic() 191 BYTE* const endOfMatch = op + copySize; in LZ4_decompress_generic() 197 memcpy(op, lowPrefix, copySize); in LZ4_decompress_generic() 198 op += copySize; in LZ4_decompress_generic()
|
| /OK3568_Linux_fs/kernel/lib/lz4/ |
| H A D | lz4_decompress.c | 358 size_t const copySize = (size_t)(lowPrefix - match); in LZ4_decompress_generic() local 359 size_t const restSize = length - copySize; in LZ4_decompress_generic() 361 LZ4_memcpy(op, dictEnd - copySize, copySize); in LZ4_decompress_generic() 362 op += copySize; in LZ4_decompress_generic()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/ |
| H A D | xml_common_api.h | 31 memoryType, copySize, data, \ argument 39 memcpy(sharedMemory->buffer, data, copySize); \
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A 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()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | mat.hpp | 1517 void copySize(const Mat& m); 2528 void copySize(const UMat& m);
|
| H A D | mat.inl.hpp | 569 copySize(m); in Mat() 795 copySize(m); in operator =() 3700 copySize(m); in UMat() 3738 copySize(m); in operator =()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | mat.hpp | 1517 void copySize(const Mat& m); 2528 void copySize(const UMat& m);
|
| H A D | mat.inl.hpp | 569 copySize(m); in Mat() 795 copySize(m); in operator =() 3700 copySize(m); in UMat() 3738 copySize(m); in operator =()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | mat.hpp | 1517 void copySize(const Mat& m); 2528 void copySize(const UMat& m);
|
| H A D | mat.inl.hpp | 569 copySize(m); in Mat() 795 copySize(m); in operator =() 3700 copySize(m); in UMat() 3738 copySize(m); in operator =()
|