Searched refs:numBytes (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | utility.hpp | 61 virtual __device__ __host__ uchar* allocate(size_t numBytes) = 0; 62 virtual __device__ __host__ void deallocate(uchar* ptr, size_t numBytes) = 0;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | utility.hpp | 61 virtual __device__ __host__ uchar* allocate(size_t numBytes) = 0; 62 virtual __device__ __host__ void deallocate(uchar* ptr, size_t numBytes) = 0;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | utility.hpp | 61 virtual __device__ __host__ uchar* allocate(size_t numBytes) = 0; 62 virtual __device__ __host__ void deallocate(uchar* ptr, size_t numBytes) = 0;
|
| /OK3568_Linux_fs/kernel/drivers/message/fusion/ |
| H A D | mptctl.c | 1371 int numBytes; in mptctl_gettargetinfo() local 1388 numBytes = karg.hdr.maxDataSize - sizeof(mpt_ioctl_header); in mptctl_gettargetinfo() 1389 maxWordsLeft = numBytes/sizeof(int); in mptctl_gettargetinfo() 1412 pmem = kzalloc(numBytes, GFP_KERNEL); in mptctl_gettargetinfo() 1455 if (copy_to_user(uarg->targetInfo, pmem, numBytes)) { in mptctl_gettargetinfo() 1602 int numBytes, maxEvents, max; in mptctl_eventreport() local 1614 numBytes = karg.hdr.maxDataSize - sizeof(mpt_ioctl_header); in mptctl_eventreport() 1615 maxEvents = numBytes/sizeof(MPT_IOCTL_EVENTS); in mptctl_eventreport() 1631 numBytes = max * sizeof(MPT_IOCTL_EVENTS); in mptctl_eventreport() 1632 if (copy_to_user(uarg->eventData, ioc->events, numBytes)) { in mptctl_eventreport()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/ |
| H A D | vchiq_core.h | 694 size_t numBytes);
|