| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/ |
| H A D | vec_distance_detail.hpp | 56 template <typename Dist, typename T1, typename T2> 57 …static __device__ void calcCheck(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int … in calcCheck() 72 template <typename Dist, typename T1, typename T2> 73 … static __device__ void calcWithoutCheck(const T1* vecCached, const T2* vecGlob, Dist& dist) in calcWithoutCheck() 88 template <typename Dist, typename T1, typename T2> 89 static __device__ __forceinline__ void calcCheck(const T1*, const T2*, int, Dist&, int) in calcCheck() 93 template <typename Dist, typename T1, typename T2> 94 static __device__ __forceinline__ void calcWithoutCheck(const T1*, const T2*, Dist&) in calcWithoutCheck() 102 template <typename Dist, typename T1, typename T2> 103 …e__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int tid) in calc() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/ |
| H A D | vec_distance_detail.hpp | 56 template <typename Dist, typename T1, typename T2> 57 …static __device__ void calcCheck(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int … in calcCheck() 72 template <typename Dist, typename T1, typename T2> 73 … static __device__ void calcWithoutCheck(const T1* vecCached, const T2* vecGlob, Dist& dist) in calcWithoutCheck() 88 template <typename Dist, typename T1, typename T2> 89 static __device__ __forceinline__ void calcCheck(const T1*, const T2*, int, Dist&, int) in calcCheck() 93 template <typename Dist, typename T1, typename T2> 94 static __device__ __forceinline__ void calcWithoutCheck(const T1*, const T2*, Dist&) in calcWithoutCheck() 102 template <typename Dist, typename T1, typename T2> 103 …e__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int tid) in calc() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/ |
| H A D | vec_distance_detail.hpp | 56 template <typename Dist, typename T1, typename T2> 57 …static __device__ void calcCheck(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int … in calcCheck() 72 template <typename Dist, typename T1, typename T2> 73 … static __device__ void calcWithoutCheck(const T1* vecCached, const T2* vecGlob, Dist& dist) in calcWithoutCheck() 88 template <typename Dist, typename T1, typename T2> 89 static __device__ __forceinline__ void calcCheck(const T1*, const T2*, int, Dist&, int) in calcCheck() 93 template <typename Dist, typename T1, typename T2> 94 static __device__ __forceinline__ void calcWithoutCheck(const T1*, const T2*, Dist&) in calcWithoutCheck() 102 template <typename Dist, typename T1, typename T2> 103 …e__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int tid) in calc() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/transform_view/detail/ |
| H A D | advance_impl.hpp | 34 template<typename Iterator, typename Dist> 38 typedef typename result_of::advance<first_type, Dist>::type advanced_type; 46 return type(boost::fusion::advance<Dist>(i.first), i.f); in call() 55 template<typename Iterator, typename Dist> 60 typedef typename result_of::advance<first1_type, Dist>::type advanced1_type; 61 typedef typename result_of::advance<first2_type, Dist>::type advanced2_type; 70 boost::fusion::advance<Dist>(i.first1) in call() 71 , boost::fusion::advance<Dist>(i.first2), i.f); in call()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | vec_distance.hpp | 159 template <int THREAD_DIM, typename Dist, typename T1, typename T2> 160 …void calcVecDiffGlobal(const T1* vec1, const T2* vec2, int len, Dist& dist, typename Dist::result_… in calcVecDiffGlobal() 177 …template <int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename Dist, typename T1, typename T… 178 …cVecDiffCached(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, typename Dist::result_… in calcVecDiffCached() 193 template <typename T2, typename Dist> 194 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() 220 template <typename T2, typename Dist> 221 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | vec_distance.hpp | 159 template <int THREAD_DIM, typename Dist, typename T1, typename T2> 160 …void calcVecDiffGlobal(const T1* vec1, const T2* vec2, int len, Dist& dist, typename Dist::result_… in calcVecDiffGlobal() 177 …template <int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename Dist, typename T1, typename T… 178 …cVecDiffCached(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, typename Dist::result_… in calcVecDiffCached() 193 template <typename T2, typename Dist> 194 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() 220 template <typename T2, typename Dist> 221 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | vec_distance.hpp | 159 template <int THREAD_DIM, typename Dist, typename T1, typename T2> 160 …void calcVecDiffGlobal(const T1* vec1, const T2* vec2, int len, Dist& dist, typename Dist::result_… in calcVecDiffGlobal() 177 …template <int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename Dist, typename T1, typename T… 178 …cVecDiffCached(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, typename Dist::result_… in calcVecDiffCached() 193 template <typename T2, typename Dist> 194 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() 220 template <typename T2, typename Dist> 221 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc()
|
| /OK3568_Linux_fs/buildroot/package/perl-dist-checkconflicts/ |
| H A D | perl-dist-checkconflicts.mk | 8 PERL_DIST_CHECKCONFLICTS_SOURCE = Dist-CheckConflicts-$(PERL_DIST_CHECKCONFLICTS_VERSION).tar.gz 12 PERL_DIST_CHECKCONFLICTS_DISTNAME = Dist-CheckConflicts
|
| H A D | perl-dist-checkconflicts.hash | 2 md5 c8725a92b9169708b0f63036812070f2 Dist-CheckConflicts-0.11.tar.gz 3 sha256 ea844b9686c94d666d9d444321d764490b2cde2f985c4165b4c2c77665caedc4 Dist-CheckConflicts-0.11.…
|
| H A D | Config.in | 7 http://metacpan.org/release/Dist-CheckConflicts
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/single_view/detail/ |
| H A D | advance_impl.hpp | 29 template<typename Iterator, typename Dist> 34 typename mpl::plus<typename Iterator::position, Dist>::type>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/detail/ |
| H A D | advance_impl.hpp | 30 template<typename Iterator, typename Dist> 34 typedef typename mpl::negate<Dist>::type negative_dist;
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_video_eq.h | 68 unsigned char Dist; // B13 0xA0 member 74 unsigned char Dist; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | fsl-ls2080a.dtsi | 23 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/microchip/ |
| H A D | sparx5.dtsi | 114 reg = <0x6 0x00300000 0x10000>, /* GIC Dist */
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amazon/ |
| H A D | alpine-v2.dtsi | 118 reg = <0x0 0xf0200000 0x0 0x10000>, /* GIC Dist */
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | imx8qxp.dtsi | 124 reg = <0x0 0x51a00000 0 0x10000>, /* GIC Dist */
|
| H A D | fsl-ls208xa.dtsi | 50 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
|
| H A D | fsl-ls1088a.dtsi | 115 reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
|
| H A D | imx8mm.dtsi | 960 reg = <0x38800000 0x10000>, /* GIC Dist */
|
| H A D | fsl-ls1028a.dtsi | 122 reg= <0x0 0x06000000 0 0x10000>, /* GIC Dist */
|
| H A D | imx8mq.dtsi | 1311 reg = <0x38800000 0x10000>, /* GIC Dist */
|
| H A D | fsl-lx2160a.dtsi | 376 reg = <0x0 0x06000000 0 0x10000>, // GIC Dist
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/apm/ |
| H A D | apm-shadowcat.dtsi | 120 reg = <0x0 0x78090000 0x0 0x10000>, /* GIC Dist */
|
| H A D | apm-storm.dtsi | 100 reg = <0x0 0x78010000 0x0 0x1000>, /* GIC Dist */
|