| /OK3568_Linux_fs/kernel/drivers/media/i2c/jaguar1_drv/ |
| H A D | jaguar1_video_eq.c | 49 unsigned char dist = pvin_eq_set->stage; in __eq_base_set_value() local 51 REG_SET_5x65_0_8_EQ_BYPASS( ch, pbase->eq_bypass[dist] ); in __eq_base_set_value() 52 REG_SET_5x58_0_8_EQ_BAND_SEL( ch, pbase->eq_band_sel[dist] ); in __eq_base_set_value() 53 REG_SET_5x5C_0_8_EQ_GAIN_SEL( ch, pbase->eq_gain_sel[dist] ); in __eq_base_set_value() 54 REG_SET_Ax3D_0_8_EQ_DEQ_A_ON( ch, pbase->deq_a_on[dist] ); in __eq_base_set_value() 55 REG_SET_Ax3C_0_8_EQ_DEQ_A_SEL( ch, pbase->deq_a_sel[dist] ); in __eq_base_set_value() 63 unsigned char dist = pvin_eq_set->stage; in __eq_coeff_set_value() local 65 REG_SET_Ax30_0_8_EQ_DEQ_A_01( ch, pcoeff->deqA_01[dist] ); in __eq_coeff_set_value() 66 REG_SET_Ax31_0_8_EQ_DEQ_A_02( ch, pcoeff->deqA_02[dist] ); in __eq_coeff_set_value() 67 REG_SET_Ax32_0_8_EQ_DEQ_A_03( ch, pcoeff->deqA_03[dist] ); in __eq_coeff_set_value() [all …]
|
| /OK3568_Linux_fs/buildroot/package/rust-bin/ |
| H A D | rust-bin.hash | 1 # From https://static.rust-lang.org/dist/rust-1.54.0-i686-unknown-linux-gnu.tar.xz.sha256 2 # Verified using https://static.rust-lang.org/dist/rust-1.54.0-i686-unknown-linux-gnu.tar.xz.asc 4 # From https://static.rust-lang.org/dist/rust-1.54.0-x86_64-unknown-linux-gnu.tar.xz.sha256 5 # Verified using https://static.rust-lang.org/dist/rust-1.54.0-x86_64-unknown-linux-gnu.tar.xz.asc 7 # From https://static.rust-lang.org/dist/rust-std-1.54.0-aarch64-unknown-linux-gnu.tar.xz.sha256 8 # Verified using https://static.rust-lang.org/dist/rust-std-1.54.0-aarch64-unknown-linux-gnu.tar.xz… 10 # From https://static.rust-lang.org/dist/rust-std-1.54.0-aarch64-unknown-linux-musl.tar.xz.sha256 11 # Verified using https://static.rust-lang.org/dist/rust-std-1.54.0-aarch64-unknown-linux-musl.tar.x… 13 # From https://static.rust-lang.org/dist/rust-std-1.54.0-arm-unknown-linux-gnueabi.tar.xz.sha256 14 # Verified using https://static.rust-lang.org/dist/rust-std-1.54.0-arm-unknown-linux-gnueabi.tar.xz… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/ |
| H A D | helper.js | 76 var dist = Math.round(meters) 77 if (dist > 1000 ){ 78 if (dist > 100000){ 79 dist = Math.round(dist / 1000) 82 dist = Math.round(dist / 100) 83 dist = dist / 10 85 dist = dist + " km" 88 dist = dist + " m" 90 return dist
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | result_set.h | 56 BranchStruct(const T& aNode, DistanceType dist) : node(aNode), mindist(dist) {} in BranchStruct() 73 virtual void addPoint(DistanceType dist, int index) = 0; 118 void addPoint(DistanceType dist, int index) CV_OVERRIDE in addPoint() argument 120 if (dist >= worst_distance_) return; in addPoint() 124 if ( (dists[i-1]>dist) || ((dist==dists[i-1])&&(indices[i-1]>index)) ) in addPoint() 126 if (dists[i-1]>dist) in addPoint() 137 dists[i] = dist; in addPoint() 185 void addPoint(DistanceType dist, int index) CV_OVERRIDE in addPoint() argument 187 if (dist >= worst_distance_) return; in addPoint() 191 if ( (dists[i-1]<=dist) && ((dist!=dists[i-1])||(indices[i-1]<=index)) ) in addPoint() [all …]
|
| H A D | index_testing.h | 88 … float& time, typename Distance::ResultType& dist, const Distance& distance, int skipMatches) in search_with_ground_truth() argument 127 dist = distR/(testData.rows*nn); in search_with_ground_truth() 130 checks, precicion, time, 1000.0 * time / testData.rows, dist); in search_with_ground_truth() 147 DistanceType dist = 0; variable 148 …_with_ground_truth(index, inputData, testData, matches, nn, checks, time, dist, distance, skipMatc… 169 DistanceType dist; variable 171 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s… 183 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s… 194 …arch_with_ground_truth(index, inputData, testData, matches, nn, cx, time, dist, distance, skipMatc… 208 …arch_with_ground_truth(index, inputData, testData, matches, nn, cx, time, dist, distance, skipMatc… [all …]
|
| H A D | dist.h | 793 ResultType operator()( ResultType dist ) { return dist*dist; } 801 ResultType operator()( ResultType dist ) { return dist; } 808 ResultType operator()( ResultType dist ) { return dist; } 816 ResultType operator()( ResultType dist ) { return dist; } 823 ResultType operator()( ResultType dist ) { return dist; } 830 ResultType operator()( ResultType dist ) { return dist; } 835 typename Distance::ResultType ensureSquareDistance( typename Distance::ResultType dist ) 840 return dummy( dist ); 853 ResultType operator()( ResultType dist ) { return dist; } 861 ResultType operator()( ResultType dist ) { return sqrt(dist); } [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | 0005-make.bash-override-CC-when-building-dist-and-go_boot.patch | 4 Subject: [PATCH] make.bash: override CC when building dist and go_bootstrap 27 rm -f cmd/dist/dist 28 …RAP" GOOS="" GOARCH="" GO111MODULE=off "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist 29 …RAP" GOOS="" GOARCH="" GO111MODULE=off "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist 32 eval $(./cmd/dist/dist env -p || echo FAIL=true) 34 # Run dist bootstrap to complete make.bash. 35 # Bootstrap installs a proper cmd/dist, built with the new toolchain. 37 -./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@" 38 +CC="${BUILD_CC:-${CC}}" ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@" 39 rm -f ./cmd/dist/dist
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_video_eq.c | 64 sGetDist[ pDistance->dist ]++; in NVP6158_NC_VD_MANUAL_CABLE_DISTANCE_Get() 248 unsigned char dist = pvin_eq_set->distance; in __nvp6158_eq_base_set_value() local 251 gpio_i2c_write(nvp6158_iic_addr[devnum], 0x01, pbase->eq_bypass[dist] ); in __nvp6158_eq_base_set_value() 252 gpio_i2c_write(nvp6158_iic_addr[devnum], 0x58, pbase->eq_band_sel[dist] ); in __nvp6158_eq_base_set_value() 253 gpio_i2c_write(nvp6158_iic_addr[devnum], 0x5C, pbase->eq_gain_sel[dist] ); in __nvp6158_eq_base_set_value() 256 gpio_i2c_write(nvp6158_iic_addr[devnum], 0x3d + (ch%2 * 0x80), pbase->deq_a_on[dist] ); in __nvp6158_eq_base_set_value() 257 gpio_i2c_write(nvp6158_iic_addr[devnum], 0x3c + (ch%2 * 0x80), pbase->deq_a_sel[dist] ); in __nvp6158_eq_base_set_value() 260 gpio_i2c_write(nvp6158_iic_addr[devnum], 0x80 + (ch * 0x20), pbase->deq_b_sel[dist] ); in __nvp6158_eq_base_set_value() 263 printk("ch[%d]: BASE, dist:%d, eq_bypass[%02x]\n", ch, dist, pbase->eq_bypass[dist] ); in __nvp6158_eq_base_set_value() 264 printk("ch[%d]: BASE, dist:%d, eq_band_sel[%02x]\n", ch, dist, pbase->eq_band_sel[dist] ); in __nvp6158_eq_base_set_value() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 0001-Fix-compilation-with-fno-common.patch | 14 src/third_party/unwind/dist/src/aarch64/Ginit.c | 15 +++++++-------- 15 src/third_party/unwind/dist/src/arm/Ginit.c | 15 +++++++-------- 17 src/third_party/unwind/dist/src/hppa/Ginit.c | 15 +++++++-------- 18 src/third_party/unwind/dist/src/ia64/Ginit.c | 1 + 19 .../unwind/dist/src/mi/Gfind_dynamic_proc_info.c | 1 + 20 src/third_party/unwind/dist/src/mips/Ginit.c | 15 +++++++-------- 21 src/third_party/unwind/dist/src/ppc32/Ginit.c | 11 +++++++---- 22 src/third_party/unwind/dist/src/ppc64/Ginit.c | 11 +++++++---- 23 .../dist/src/ptrace/_UPT_get_dyn_info_list_addr.c | 5 +++++ 24 src/third_party/unwind/dist/src/s390x/Ginit.c | 15 +++++++-------- [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/ |
| H A D | vgic-init.c | 54 struct vgic_dist *dist = &kvm->arch.vgic; in kvm_vgic_early_init() local 56 INIT_LIST_HEAD(&dist->lpi_list_head); in kvm_vgic_early_init() 57 INIT_LIST_HEAD(&dist->lpi_translation_cache); in kvm_vgic_early_init() 58 raw_spin_lock_init(&dist->lpi_list_lock); in kvm_vgic_early_init() 133 struct vgic_dist *dist = &kvm->arch.vgic; in kvm_vgic_dist_init() local 137 dist->spis = kcalloc(nr_spis, sizeof(struct vgic_irq), GFP_KERNEL); in kvm_vgic_dist_init() 138 if (!dist->spis) in kvm_vgic_dist_init() 150 struct vgic_irq *irq = &dist->spis[i]; in kvm_vgic_dist_init() 158 switch (dist->vgic_model) { in kvm_vgic_dist_init() 168 kfree(dist->spis); in kvm_vgic_dist_init() [all …]
|
| H A D | vgic-v4.c | 190 struct vgic_dist *dist = &kvm->arch.vgic; in vgic_v4_configure_vsgis() local 197 if (dist->nassgireq) in vgic_v4_configure_vsgis() 217 struct vgic_dist *dist = &kvm->arch.vgic; in vgic_v4_init() local 224 if (dist->its_vm.vpes) in vgic_v4_init() 229 dist->its_vm.vpes = kcalloc(nr_vcpus, sizeof(*dist->its_vm.vpes), in vgic_v4_init() 231 if (!dist->its_vm.vpes) in vgic_v4_init() 234 dist->its_vm.nr_vpes = nr_vcpus; in vgic_v4_init() 237 dist->its_vm.vpes[i] = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_init() 239 ret = its_alloc_vcpu_irqs(&dist->its_vm); in vgic_v4_init() 242 kfree(dist->its_vm.vpes); in vgic_v4_init() [all …]
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | midash.c | 54 miStepDash(int dist, /* distance to step */ in miStepDash() argument 67 if (dist < pDash[dashIndex] - dashOffset) { in miStepDash() 68 *pDashOffset = dashOffset + dist; in miStepDash() 71 dist -= pDash[dashIndex] - dashOffset; in miStepDash() 77 if (totallen <= dist) in miStepDash() 78 dist = dist % totallen; in miStepDash() 79 while (dist >= pDash[dashIndex]) { in miStepDash() 80 dist -= pDash[dashIndex]; in miStepDash() 85 *pDashOffset = dist; in miStepDash()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/ |
| H A D | vec_distance_detail.hpp | 57 …tic __device__ void calcCheck(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int ind) in calcCheck() 66 dist.reduceIter(val1, val2); in calcCheck() 68 …UnrollVecDiffCached<THREAD_DIM, N - 1>::calcCheck(vecCached, vecGlob, len, dist, ind + THREAD_DIM); in calcCheck() 73 … static __device__ void calcWithoutCheck(const T1* vecCached, const T2* vecGlob, Dist& dist) in calcWithoutCheck() 81 dist.reduceIter(val1, val2); in calcWithoutCheck() 83 UnrollVecDiffCached<THREAD_DIM, N - 1>::calcWithoutCheck(vecCached, vecGlob, dist); in calcWithoutCheck() 103 …e__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int tid) in calc() 105 …rollVecDiffCached<THREAD_DIM, MAX_LEN / THREAD_DIM>::calcCheck(vecCached, vecGlob, len, dist, tid); in calc() 111 …e__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int tid) in calc() 113 …lVecDiffCached<THREAD_DIM, MAX_LEN / THREAD_DIM>::calcWithoutCheck(vecCached, vecGlob + tid, dist); in calc()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/ |
| H A D | vec_distance_detail.hpp | 57 …tic __device__ void calcCheck(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int ind) in calcCheck() 66 dist.reduceIter(val1, val2); in calcCheck() 68 …UnrollVecDiffCached<THREAD_DIM, N - 1>::calcCheck(vecCached, vecGlob, len, dist, ind + THREAD_DIM); in calcCheck() 73 … static __device__ void calcWithoutCheck(const T1* vecCached, const T2* vecGlob, Dist& dist) in calcWithoutCheck() 81 dist.reduceIter(val1, val2); in calcWithoutCheck() 83 UnrollVecDiffCached<THREAD_DIM, N - 1>::calcWithoutCheck(vecCached, vecGlob, dist); in calcWithoutCheck() 103 …e__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int tid) in calc() 105 …rollVecDiffCached<THREAD_DIM, MAX_LEN / THREAD_DIM>::calcCheck(vecCached, vecGlob, len, dist, tid); in calc() 111 …e__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int tid) in calc() 113 …lVecDiffCached<THREAD_DIM, MAX_LEN / THREAD_DIM>::calcWithoutCheck(vecCached, vecGlob + tid, dist); in calc()
|
| /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 | 57 …tic __device__ void calcCheck(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int ind) in calcCheck() 66 dist.reduceIter(val1, val2); in calcCheck() 68 …UnrollVecDiffCached<THREAD_DIM, N - 1>::calcCheck(vecCached, vecGlob, len, dist, ind + THREAD_DIM); in calcCheck() 73 … static __device__ void calcWithoutCheck(const T1* vecCached, const T2* vecGlob, Dist& dist) in calcWithoutCheck() 81 dist.reduceIter(val1, val2); in calcWithoutCheck() 83 UnrollVecDiffCached<THREAD_DIM, N - 1>::calcWithoutCheck(vecCached, vecGlob, dist); in calcWithoutCheck() 103 …e__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int tid) in calc() 105 …rollVecDiffCached<THREAD_DIM, MAX_LEN / THREAD_DIM>::calcCheck(vecCached, vecGlob, len, dist, tid); in calc() 111 …e__ __forceinline__ void calc(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, int tid) in calc() 113 …lVecDiffCached<THREAD_DIM, MAX_LEN / THREAD_DIM>::calcWithoutCheck(vecCached, vecGlob + tid, dist); in calc()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/cockpit/files/ |
| H A D | 0002-fix-makefile-use-copy-rule-for-unmodified-files.patch | 15 dist/playground/extra.de.po: pkg/playground/extra.de.po 18 +dist/playground/hammer.gif: pkg/playground/hammer.gif 21 +dist/sosreport/sosreport.png: pkg/sosreport/sosreport.png 24 +dist/apps/default.png: pkg/apps/default.png 27 +dist/storaged/images/storage-array.png: pkg/storaged/images/storage-array.png 30 +dist/storaged/images/storage-disk.png: pkg/storaged/images/storage-disk.png 33 +dist/shell/images/server-error.png: pkg/shell/images/server-error.png 36 +dist/shell/images/server-large.png: pkg/shell/images/server-large.png 39 +dist/shell/images/server-small.png: pkg/shell/images/server-small.png 42 +dist/shell/index.html: pkg/shell/index.html
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | scancpan | 519 my %dist; # name -> metacpan data 614 unless ($dist{$name} && !$top) { 620 $dist{$name} = $result; 685 say scalar keys %dist, q{ packages fetched.} unless $quiet; 719 while (my ($distname, $dist) = each %dist) { 733 $dist->{abstract} =~ s|\s+$||; 734 $dist->{abstract} .= q{.} unless $dist->{abstract} =~ m|\.$|; 735 my $abstract = wrap( q{}, qq{\t }, $dist->{abstract} ); 736 … my $homepage = $dist->{resources}->{homepage} || qq{https://metacpan.org/release/${distname}}; 756 my $version = $dist->{version}; [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | cpu_rmap.c | 54 rmap->near[cpu].dist = CPU_RMAP_DIST_INF; in alloc_cpu_rmap() 95 const struct cpumask *mask, u16 dist) in cpu_rmap_copy_neigh() argument 100 if (rmap->near[cpu].dist > dist && in cpu_rmap_copy_neigh() 101 rmap->near[neigh].dist <= dist) { in cpu_rmap_copy_neigh() 103 rmap->near[cpu].dist = dist; in cpu_rmap_copy_neigh() 121 cpu, index, rmap->near[cpu].dist); in debug_print_rmap() 169 rmap->near[cpu].dist = CPU_RMAP_DIST_INF; in cpu_rmap_update() 181 rmap->near[cpu].dist = 0; in cpu_rmap_update()
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inffast.c | 92 unsigned dist; /* match distance */ in inflate_fast() local 159 dist = (unsigned)(this.val); in inflate_fast() 169 dist += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 171 if (dist > dmax) { in inflate_fast() 180 if (dist > op) { /* see if copy from window */ in inflate_fast() 181 op = dist - op; /* distance back in window */ in inflate_fast() 195 from = out - dist; /* rest from output */ in inflate_fast() 213 from = out - dist; /* rest from output */ in inflate_fast() 224 from = out - dist; /* rest from output */ in inflate_fast() 243 from = out - dist; /* copy direct from output */ in inflate_fast() [all …]
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inffast.c | 95 unsigned dist; /* match distance */ in inflate_fast() local 174 dist = (unsigned)(this.val); in inflate_fast() 184 dist += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 186 if (dist > dmax) { in inflate_fast() 194 Tracevv((stderr, "inflate: distance %u\n", dist)); in inflate_fast() 196 if (dist > op) { /* see if copy from window */ in inflate_fast() 197 op = dist - op; /* distance back in window */ in inflate_fast() 211 from = out - dist; /* rest from output */ in inflate_fast() 229 from = out - dist; /* rest from output */ in inflate_fast() 240 from = out - dist; /* rest from output */ in inflate_fast() [all …]
|
| H A D | deflate.h | 294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 301 #define d_code(dist) \ argument 302 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)]) 328 ush dist = (distance); \ 329 s->d_buf[s->last_lit] = dist; \ 331 dist--; \ 333 s->dyn_dtree[d_code(dist)].Freq++; \
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/ |
| H A D | vec_distance.hpp | 160 …__device__ void calcVecDiffGlobal(const T1* vec1, const T2* vec2, int len, Dist& dist, typename Di… in calcVecDiffGlobal() argument 170 dist.reduceIter(val1, val2); in calcVecDiffGlobal() 173 dist.reduceAll<THREAD_DIM>(smem, tid); in calcVecDiffGlobal() 178 … calcVecDiffCached(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, typename Dist::res… in calcVecDiffCached() argument 180 …iffCachedCalculator<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>::calc(vecCached, vecGlob, len, dist, tid); in calcVecDiffCached() 182 dist.reduceAll<THREAD_DIM>(smem, tid); in calcVecDiffCached() 194 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() 196 calcVecDiffGlobal<THREAD_DIM>(vec1, vec2, len, dist, smem, tid); in calc() 221 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() 223 … calcVecDiffCached<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>(vec1Vals, vec2, len, dist, smem, tid); in calc()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | vec_distance.hpp | 160 …__device__ void calcVecDiffGlobal(const T1* vec1, const T2* vec2, int len, Dist& dist, typename Di… in calcVecDiffGlobal() argument 170 dist.reduceIter(val1, val2); in calcVecDiffGlobal() 173 dist.reduceAll<THREAD_DIM>(smem, tid); in calcVecDiffGlobal() 178 … calcVecDiffCached(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, typename Dist::res… in calcVecDiffCached() argument 180 …iffCachedCalculator<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>::calc(vecCached, vecGlob, len, dist, tid); in calcVecDiffCached() 182 dist.reduceAll<THREAD_DIM>(smem, tid); in calcVecDiffCached() 194 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() 196 calcVecDiffGlobal<THREAD_DIM>(vec1, vec2, len, dist, smem, tid); in calc() 221 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() 223 … calcVecDiffCached<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>(vec1Vals, vec2, len, dist, smem, tid); in calc()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | vec_distance.hpp | 160 …__device__ void calcVecDiffGlobal(const T1* vec1, const T2* vec2, int len, Dist& dist, typename Di… in calcVecDiffGlobal() argument 170 dist.reduceIter(val1, val2); in calcVecDiffGlobal() 173 dist.reduceAll<THREAD_DIM>(smem, tid); in calcVecDiffGlobal() 178 … calcVecDiffCached(const T1* vecCached, const T2* vecGlob, int len, Dist& dist, typename Dist::res… in calcVecDiffCached() argument 180 …iffCachedCalculator<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>::calc(vecCached, vecGlob, len, dist, tid); in calcVecDiffCached() 182 dist.reduceAll<THREAD_DIM>(smem, tid); in calcVecDiffCached() 194 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() 196 calcVecDiffGlobal<THREAD_DIM>(vec1, vec2, len, dist, smem, tid); in calc() 221 …__device__ __forceinline__ void calc(const T2* vec2, int len, Dist& dist, typename Dist::result_ty… in calc() 223 … calcVecDiffCached<THREAD_DIM, MAX_LEN, LEN_EQ_MAX_LEN>(vec1Vals, vec2, len, dist, smem, tid); in calc()
|
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | deftree.c | 159 #define d_code(dist) \ argument 160 ((dist) < 256 ? dist_code[dist] : dist_code[256+((dist)>>7)]) 178 int dist; /* distance index */ in tr_static_init() local 200 dist = 0; in tr_static_init() 202 base_dist[code] = dist; in tr_static_init() 204 dist_code[dist++] = (uch)code; in tr_static_init() 207 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init() 208 dist >>= 7; /* from now on, all distances are divided by 128 */ in tr_static_init() 210 base_dist[code] = dist << 7; in tr_static_init() 212 dist_code[256 + dist++] = (uch)code; in tr_static_init() [all …]
|