| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | im2d.h | 193 IM_STATUS __ret = IM_STATUS_NOERROR; \ 203 __ret = imcheck_t(src, dst, __pat, src_rect, dst_rect, __pat_rect, 0); \ 207 __ret = imcheck_t(src, dst, __pat, src_rect, dst_rect, __pat_rect, __args[0]); \ 209 __ret = IM_STATUS_FAILED; \ 212 __ret; \ 216 IM_STATUS __ret = IM_STATUS_NOERROR; \ 222 __ret = imcheck_t(src, dst, pat, src_rect, dst_rect, pat_rect, 0); \ 226 __ret = imcheck_t(src, dst, pat, src_rect, dst_rect, pat_rect, __args[0]); \ 228 __ret = IM_STATUS_FAILED; \ 231 __ret; \ [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/rga/ |
| H A D | im2d_single.h | 514 IM_STATUS __ret = IM_STATUS_SUCCESS; \ 518 __ret = imcopy_t(src, dst, 1); \ 520 __ret = imcopy_t(src, dst, (int)__args[RGA_GET_MIN(__argc, 0)]); \ 522 __ret = IM_STATUS_INVALID_PARAM; \ 525 __ret; \ 543 IM_STATUS __ret = IM_STATUS_SUCCESS; \ 547 __ret = imresize_t(src, dst, 0, 0, INTER_LINEAR, 1); \ 549 …__ret = imresize_t(src, dst, __args[RGA_GET_MIN(__argc, 0)], __args[RGA_GET_MIN(__argc, 1)], INTER… 551 …__ret = imresize_t(src, dst, __args[RGA_GET_MIN(__argc, 0)], __args[RGA_GET_MIN(__argc, 1)], (int)… 553 …__ret = imresize_t(src, dst, __args[RGA_GET_MIN(__argc, 0)], __args[RGA_GET_MIN(__argc, 1)], (int)… [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK3588/include/ |
| H A D | im2d_single.h | 514 IM_STATUS __ret = IM_STATUS_SUCCESS; \ 518 __ret = imcopy_t(src, dst, 1); \ 520 __ret = imcopy_t(src, dst, (int)__args[RGA_GET_MIN(__argc, 0)]); \ 522 __ret = IM_STATUS_INVALID_PARAM; \ 525 __ret; \ 543 IM_STATUS __ret = IM_STATUS_SUCCESS; \ 547 __ret = imresize_t(src, dst, 0, 0, INTER_LINEAR, 1); \ 549 …__ret = imresize_t(src, dst, __args[RGA_GET_MIN(__argc, 0)], __args[RGA_GET_MIN(__argc, 1)], INTER… 551 …__ret = imresize_t(src, dst, __args[RGA_GET_MIN(__argc, 0)], __args[RGA_GET_MIN(__argc, 1)], (int)… 553 …__ret = imresize_t(src, dst, __args[RGA_GET_MIN(__argc, 0)], __args[RGA_GET_MIN(__argc, 1)], (int)… [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RK356X/include/ |
| H A D | im2d_single.h | 514 IM_STATUS __ret = IM_STATUS_SUCCESS; \ 518 __ret = imcopy_t(src, dst, 1); \ 520 __ret = imcopy_t(src, dst, (int)__args[RGA_GET_MIN(__argc, 0)]); \ 522 __ret = IM_STATUS_INVALID_PARAM; \ 525 __ret; \ 543 IM_STATUS __ret = IM_STATUS_SUCCESS; \ 547 __ret = imresize_t(src, dst, 0, 0, INTER_LINEAR, 1); \ 549 …__ret = imresize_t(src, dst, __args[RGA_GET_MIN(__argc, 0)], __args[RGA_GET_MIN(__argc, 1)], INTER… 551 …__ret = imresize_t(src, dst, __args[RGA_GET_MIN(__argc, 0)], __args[RGA_GET_MIN(__argc, 1)], (int)… 553 …__ret = imresize_t(src, dst, __args[RGA_GET_MIN(__argc, 0)], __args[RGA_GET_MIN(__argc, 1)], (int)… [all …]
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/ |
| H A D | im2d_single.h | 514 IM_STATUS __ret = IM_STATUS_SUCCESS; \ 518 __ret = imcopy_t(src, dst, 1); \ 520 __ret = imcopy_t(src, dst, (int)__args[RGA_GET_MIN(__argc, 0)]); \ 522 __ret = IM_STATUS_INVALID_PARAM; \ 525 __ret; \ 543 IM_STATUS __ret = IM_STATUS_SUCCESS; \ 547 __ret = imresize_t(src, dst, 0, 0, INTER_LINEAR, 1); \ 549 …__ret = imresize_t(src, dst, __args[RGA_GET_MIN(__argc, 0)], __args[RGA_GET_MIN(__argc, 1)], INTER… 551 …__ret = imresize_t(src, dst, __args[RGA_GET_MIN(__argc, 0)], __args[RGA_GET_MIN(__argc, 1)], (int)… 553 …__ret = imresize_t(src, dst, __args[RGA_GET_MIN(__argc, 0)], __args[RGA_GET_MIN(__argc, 1)], (int)… [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | wait.h | 268 if (__cond && !__ret) \ 269 __ret = 1; \ 270 __cond || !__ret; \ 295 long __ret = ret; /* explicit shadow */ \ 305 __ret = __int; \ 312 __out: __ret; \ 372 int __ret = 0; \ 375 __ret = __wait_event_freezable(wq_head, condition); \ 376 __ret; \ 382 __ret = schedule_timeout(__ret)) [all …]
|
| H A D | swait.h | 162 long __ret = ret; \ 172 __ret = __int; \ 179 __out: __ret; \ 196 __ret = schedule_timeout(__ret)) 200 long __ret = timeout; \ 202 __ret = __swait_event_timeout(wq, condition, timeout); \ 203 __ret; \ 212 int __ret = 0; \ 214 __ret = __swait_event_interruptible(wq, condition); \ 215 __ret; \ [all …]
|
| H A D | bpf-cgroup.h | 227 int __ret = 0; \ 229 __ret = __cgroup_bpf_run_filter_skb(sk, skb, \ 232 __ret; \ 237 int __ret = 0; \ 241 __ret = __cgroup_bpf_run_filter_skb(__sk, skb, \ 244 __ret; \ 249 int __ret = 0; \ 251 __ret = __cgroup_bpf_run_filter_sk(sk, type); \ 253 __ret; \ 270 int __ret = 0; \ [all …]
|
| H A D | kfifo.h | 258 bool __ret; \ 260 __ret = kfifo_is_empty(fifo); \ 262 __ret; \ 273 bool __ret; \ 275 __ret = kfifo_is_empty(fifo); \ 277 __ret; \ 409 unsigned int __ret; \ 413 __ret = __kfifo_in_r(__kfifo, &__val, sizeof(__val), \ 416 __ret = !kfifo_is_full(__tmp); \ 417 if (__ret) { \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | cmpxchg.h | 18 __typeof__(*(ptr)) __ret; \ 23 : "=r" (__ret), "+A" (*__ptr) \ 30 : "=r" (__ret), "+A" (*__ptr) \ 37 __ret; \ 51 __typeof__(*(ptr)) __ret; \ 57 : "=r" (__ret), "+A" (*__ptr) \ 65 : "=r" (__ret), "+A" (*__ptr) \ 72 __ret; \ 86 __typeof__(*(ptr)) __ret; \ 92 : "=r" (__ret), "+A" (*__ptr) \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | streambuf.tcc | 48 streamsize __ret = 0; in xsgetn() local 49 while (__ret < __n) in xsgetn() 54 const streamsize __remaining = __n - __ret; in xsgetn() 57 __ret += __len; in xsgetn() 62 if (__ret < __n) in xsgetn() 68 ++__ret; in xsgetn() 74 return __ret; in xsgetn() 82 streamsize __ret = 0; in xsputn() local 83 while (__ret < __n) in xsputn() 88 const streamsize __remaining = __n - __ret; in xsputn() [all …]
|
| H A D | fstream.tcc | 182 __filebuf_type *__ret = 0; in open() local 205 __ret = this; in open() 208 return __ret; in open() 217 __filebuf_type *__ret = 0; in open() local 240 __ret = this; in open() 243 return __ret; in open() 300 streamsize __ret = -1; in showmanyc() local 306 __ret = this->egptr() - this->gptr(); in showmanyc() 316 __ret += _M_file.showmanyc() / _M_codecvt->max_length(); in showmanyc() 318 return __ret; in showmanyc() [all …]
|
| H A D | uniform_int_dist.h | 257 __uctype __ret; in _GLIBCXX_VISIBILITY() local 266 __ret = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY() 267 while (__ret >= __past); in _GLIBCXX_VISIBILITY() 268 __ret /= __scaling; in _GLIBCXX_VISIBILITY() 293 __ret = __tmp + (__uctype(__urng()) - __urngmin); in _GLIBCXX_VISIBILITY() 295 while (__ret > __urange || __ret < __tmp); in _GLIBCXX_VISIBILITY() 298 __ret = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY() 300 return __ret + __param.a(); in _GLIBCXX_VISIBILITY() 326 __uctype __ret; in _GLIBCXX_VISIBILITY() local 335 __ret = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | streambuf.tcc | 48 streamsize __ret = 0; in xsgetn() local 49 while (__ret < __n) in xsgetn() 54 const streamsize __remaining = __n - __ret; in xsgetn() 57 __ret += __len; in xsgetn() 62 if (__ret < __n) in xsgetn() 68 ++__ret; in xsgetn() 74 return __ret; in xsgetn() 82 streamsize __ret = 0; in xsputn() local 83 while (__ret < __n) in xsputn() 88 const streamsize __remaining = __n - __ret; in xsputn() [all …]
|
| H A D | fstream.tcc | 182 __filebuf_type *__ret = 0; in open() local 205 __ret = this; in open() 208 return __ret; in open() 217 __filebuf_type *__ret = 0; in open() local 240 __ret = this; in open() 243 return __ret; in open() 300 streamsize __ret = -1; in showmanyc() local 306 __ret = this->egptr() - this->gptr(); in showmanyc() 316 __ret += _M_file.showmanyc() / _M_codecvt->max_length(); in showmanyc() 318 return __ret; in showmanyc() [all …]
|
| H A D | uniform_int_dist.h | 257 __uctype __ret; in _GLIBCXX_VISIBILITY() local 266 __ret = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY() 267 while (__ret >= __past); in _GLIBCXX_VISIBILITY() 268 __ret /= __scaling; in _GLIBCXX_VISIBILITY() 293 __ret = __tmp + (__uctype(__urng()) - __urngmin); in _GLIBCXX_VISIBILITY() 295 while (__ret > __urange || __ret < __tmp); in _GLIBCXX_VISIBILITY() 298 __ret = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY() 300 return __ret + __param.a(); in _GLIBCXX_VISIBILITY() 326 __uctype __ret; in _GLIBCXX_VISIBILITY() local 335 __ret = __uctype(__urng()) - __urngmin; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/ |
| H A D | stdio_sync_filebuf.h | 148 int_type __ret; in _GLIBCXX_VISIBILITY() local 155 __ret = this->syncungetc(_M_unget_buf); in _GLIBCXX_VISIBILITY() 157 __ret = __eof; in _GLIBCXX_VISIBILITY() 160 __ret = this->syncungetc(__c); in _GLIBCXX_VISIBILITY() 164 return __ret; in _GLIBCXX_VISIBILITY() 173 int_type __ret; in _GLIBCXX_VISIBILITY() local 177 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY() 179 __ret = traits_type::not_eof(__c); in _GLIBCXX_VISIBILITY() 182 __ret = this->syncputc(__c); in _GLIBCXX_VISIBILITY() 183 return __ret; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | stdio_sync_filebuf.h | 148 int_type __ret; in _GLIBCXX_VISIBILITY() local 155 __ret = this->syncungetc(_M_unget_buf); in _GLIBCXX_VISIBILITY() 157 __ret = __eof; in _GLIBCXX_VISIBILITY() 160 __ret = this->syncungetc(__c); in _GLIBCXX_VISIBILITY() 164 return __ret; in _GLIBCXX_VISIBILITY() 173 int_type __ret; in _GLIBCXX_VISIBILITY() local 177 __ret = traits_type::eof(); in _GLIBCXX_VISIBILITY() 179 __ret = traits_type::not_eof(__c); in _GLIBCXX_VISIBILITY() 182 __ret = this->syncputc(__c); in _GLIBCXX_VISIBILITY() 183 return __ret; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_bridge/ |
| H A D | ebtables.h | 219 int __ret = 0; \ 228 __ret = fn(__match , ## args); \ 229 if (__ret != 0) \ 232 if (__ret == 0) { \ 234 __ret = -EINVAL; \ 236 __ret; \ 242 int __ret = 0; \ 251 __ret = fn(__watcher , ## args); \ 252 if (__ret != 0) \ 255 if (__ret == 0) { \ [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_bridge/ |
| H A D | ebtables.h | 219 int __ret = 0; \ 228 __ret = fn(__match , ## args); \ 229 if (__ret != 0) \ 232 if (__ret == 0) { \ 234 __ret = -EINVAL; \ 236 __ret; \ 242 int __ret = 0; \ 251 __ret = fn(__watcher , ## args); \ 252 if (__ret != 0) \ 255 if (__ret == 0) { \ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_bridge/ |
| H A D | ebtables.h | 219 int __ret = 0; \ 228 __ret = fn(__match , ## args); \ 229 if (__ret != 0) \ 232 if (__ret == 0) { \ 234 __ret = -EINVAL; \ 236 __ret; \ 242 int __ret = 0; \ 251 __ret = fn(__watcher , ## args); \ 252 if (__ret != 0) \ 255 if (__ret == 0) { \ [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | xf86drm.h | 372 #define DRM_CAS(lock,old,new,__ret) \ argument 378 : "=d" (__ret), \ 412 #define DRM_CAS(lock,old,new,__ret) \ argument 429 __ret = (__new != __old); \ 438 #define DRM_CAS(lock,old,new,__ret) \ argument 443 __ret = (__result) != (__old); \ 450 #define DRM_CAS(lock,old,new,__ret) \ argument 461 __ret = (__result) != (__old); \ 468 #define DRM_CAS(lock,old,new,__ret) \ argument 479 : "=&r"(__ret) \ [all …]
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/ |
| H A D | xf86drm.h | 372 #define DRM_CAS(lock,old,new,__ret) \ argument 378 : "=d" (__ret), \ 412 #define DRM_CAS(lock,old,new,__ret) \ argument 429 __ret = (__new != __old); \ 438 #define DRM_CAS(lock,old,new,__ret) \ argument 443 __ret = (__result) != (__old); \ 450 #define DRM_CAS(lock,old,new,__ret) \ argument 461 __ret = (__result) != (__old); \ 468 #define DRM_CAS(lock,old,new,__ret) \ argument 479 : "=&r"(__ret) \ [all …]
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/ |
| H A D | xf86drm.h | 372 #define DRM_CAS(lock,old,new,__ret) \ argument 378 : "=d" (__ret), \ 412 #define DRM_CAS(lock,old,new,__ret) \ argument 429 __ret = (__new != __old); \ 438 #define DRM_CAS(lock,old,new,__ret) \ argument 443 __ret = (__result) != (__old); \ 450 #define DRM_CAS(lock,old,new,__ret) \ argument 461 __ret = (__result) != (__old); \ 468 #define DRM_CAS(lock,old,new,__ret) \ argument 479 : "=&r"(__ret) \ [all …]
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | percpu.h | 86 typeof(pcp) __ret; \ 87 __ret = *__p; \ 89 __ret; \ 95 typeof(pcp) __ret; \ 96 __ret = *__p; \ 97 if (__ret == (oval)) \ 99 __ret; \ 106 int __ret = 0; \ 110 __ret = 1; \ 112 (__ret); \ [all …]
|