Searched refs:val_ (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_user_copy.c | 224 val_##size = check; \ in test_user_copy_init() 225 ret |= test(put_user(val_##size, (size __user *)usermem), \ in test_user_copy_init() 227 val_##size = 0; \ in test_user_copy_init() 228 ret |= test(get_user(val_##size, (size __user *)usermem), \ in test_user_copy_init() 230 ret |= test(val_##size != check, \ in test_user_copy_init() 232 if (val_##size != check) { \ in test_user_copy_init() 234 (unsigned long long)val_##size, \ in test_user_copy_init() 289 val_##size = (check); \ in test_user_copy_init() 290 ret |= test(!get_user(val_##size, (size __user *)kmem), \ in test_user_copy_init() 292 ret |= test(val_##size != (size)0, \ in test_user_copy_init() [all …]
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | subscr.h | 101 #define tipc_sub_write(sub_, field_, val_) \ argument 104 u32 val__ = val_; \ 111 #define tipc_evt_write(evt_, field_, val_) \ argument 114 u32 val__ = val_; \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | border_interpolate.hpp | 65 …orceinline__ BrdRowConstant(int width_, const D& val_ = VecTraits<D>::all(0)) : width(width_), val… in BrdRowConstant() 90 …ceinline__ BrdColConstant(int height_, const D& val_ = VecTraits<D>::all(0)) : height(height_), va… in BrdColConstant() 115 …nstant(int height_, int width_, const D& val_ = VecTraits<D>::all(0)) : height(height_), width(wid… in BrdConstant()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | border_interpolate.hpp | 65 …orceinline__ BrdRowConstant(int width_, const D& val_ = VecTraits<D>::all(0)) : width(width_), val… in BrdRowConstant() 90 …ceinline__ BrdColConstant(int height_, const D& val_ = VecTraits<D>::all(0)) : height(height_), va… in BrdColConstant() 115 …nstant(int height_, int width_, const D& val_ = VecTraits<D>::all(0)) : height(height_), width(wid… in BrdConstant()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | border_interpolate.hpp | 65 …orceinline__ BrdRowConstant(int width_, const D& val_ = VecTraits<D>::all(0)) : width(width_), val… in BrdRowConstant() 90 …ceinline__ BrdColConstant(int height_, const D& val_ = VecTraits<D>::all(0)) : height(height_), va… in BrdColConstant() 115 …nstant(int height_, int width_, const D& val_ = VecTraits<D>::all(0)) : height(height_), width(wid… in BrdConstant()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | PTHREAD_STACK_MIN.patch | 18 int res = pthread_attr_setstacksize(&val_, size);
|