Home
last modified time | relevance | path

Searched refs:checks (Results 1 – 25 of 1378) sorted by relevance

12345678910>>...56

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dautotuned_index.h146 int checks; in loadIndex() local
147 load_value(stream, checks); in loadIndex()
148 bestSearchParams_["checks"] = checks; in loadIndex()
156 int checks = get_param<int>(searchParams,"checks",FLANN_CHECKS_AUTOTUNED); in findNeighbors() local
157 if (checks == FLANN_CHECKS_AUTOTUNED) { in findNeighbors()
228 int checks; in evaluate_kmeans() local
242 …sion(kmeans, sampledDataset_, testDataset_, gt_matches_, target_precision_, checks, distance_, nn); in evaluate_kmeans()
255 int checks; in evaluate_kdtree() local
267 …sion(kdtree, sampledDataset_, testDataset_, gt_matches_, target_precision_, checks, distance_, nn); in evaluate_kdtree()
516 int checks; in estimateSearchParams() local
[all …]
H A Dindex_testing.h87 …t Matrix<typename Distance::ElementType>& testData, const Matrix<int>& matches, int nn, int checks, in search_with_ground_truth() argument
99 SearchParams searchParams(checks); in search_with_ground_truth()
130 checks, precicion, time, 1000.0 * time / testData.rows, dist); in search_with_ground_truth()
139 … int checks, float& precision, const Distance& distance, int nn = 1, int skipMatches = 0)
148 …precision = search_with_ground_truth(index, inputData, testData, matches, nn, checks, time, dist, …
156 … float precision, int& checks, const Distance& distance, int nn = 1, int skipMatches = 0)
175 checks = c2;
221 checks = cx;
H A Dhierarchical_clustering_index.h556 int checks = 0; in findNeighbors() local
558 findNN(root[i], result, vec, checks, maxChecks, heap, checked); in findNeighbors()
562 while (heap->popMin(branch) && (checks<maxChecks || !result.full())) { in findNeighbors()
564 findNN(node, result, vec, checks, maxChecks, heap, checked); in findNeighbors()
746 …void findNN(NodePtr node, ResultSet<DistanceType>& result, const ElementType* vec, int& checks, in… in findNN() argument
750 if (checks>=maxChecks) { in findNN()
759 ++checks; in findNN()
779 findNN(node->childs[best_index],result,vec, checks, maxChecks, heap, checked); in findNN()
H A Dparams.h46 SearchParams(int checks = 32, float eps = 0, bool sorted = true )
49 (*this)["checks"] = checks;
H A Dkmeans_index.h510 int checks = 0; in findNeighbors() local
511 findNN(root_, result, vec, checks, maxChecks, heap); in findNeighbors()
514 while (heap->popMin(branch) && (checks<maxChecks || !result.full())) { in findNeighbors()
516 findNN(node, result, vec, checks, maxChecks, heap); in findNeighbors()
896 …sNodePtr node, ResultSet<DistanceType>& result, const ElementType* vec, int& checks, int maxChecks, in findNN() argument
915 if (checks>=maxChecks) { in findNN()
918 checks += node->size; in findNN()
929 findNN(node->childs[closest_center],result,vec, checks, maxChecks, heap); in findNN()
/OK3568_Linux_fs/buildroot/package/webrtc-audio-processing/
H A D0001-Proper-detection-of-cxxabi.h-and-execinfo.h.patch6 The current code in webrtc/base/checks.cc assumes that if __GLIBCXX__ is
17 autoconf checks for cxxabi.h and execinfo.h, and only use the backtrace
23 webrtc/base/checks.cc | 4 ++--
39 diff --git a/webrtc/base/checks.cc b/webrtc/base/checks.cc
41 --- a/webrtc/base/checks.cc
42 +++ b/webrtc/base/checks.cc
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A DSkip-AC_RUN_IFELSE-tests.patch16 acinclude/lib-checks.m4 | 8 ++++++--
40 diff --git a/acinclude/lib-checks.m4 b/acinclude/lib-checks.m4
42 --- a/acinclude/lib-checks.m4
43 +++ b/acinclude/lib-checks.m4
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dcpuid.rst65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit
69 KVM_FEATURE_PV_TLB_FLUSH 9 guest checks this feature bit
77 KVM_FEATURE_PV_SEND_IPI 11 guest checks this feature bit
85 KVM_FEATURE_PV_SCHED_YIELD 13 guest checks this feature bit
89 KVM_FEATURE_ASYNC_PF_INT 14 guest checks this feature bit
95 KVM_FEATURE_MSI_EXT_DEST_ID 15 guest checks this feature bit
113 KVM_HINTS_REALTIME 0 guest checks this feature bit to
/OK3568_Linux_fs/kernel/scripts/clang-tools/
H A Drun-clang-tools.py49 checks = "-checks=-*,"
51 checks += "linuxkernel-*"
53 checks += "clang-analyzer-*"
54 p = subprocess.run(["clang-tidy", "-p", args.path, checks, entry["file"]],
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A D.checks.o.cmd
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/rtorrent/rtorrent/
H A Ddon-t-run-code-while-configuring-package.patch10 scripts/checks.m4 | 34 ----------------------------------
14 diff --git a/scripts/checks.m4 b/scripts/checks.m4
16 --- a/scripts/checks.m4
17 +++ b/scripts/checks.m4
/OK3568_Linux_fs/buildroot/package/libpwquality/
H A DConfig.in5 This is a library for password quality checks and generation
6 of random passwords that pass the checks. This library uses
8 the checks.
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dcheckpatch.py61 result.errors, result.warning, result.checks = 0, 0, 0
99 result.checks = int(match.group(3))
153 check_count += result.checks
155 result.warnings, result.checks, col.Color(col.BLUE, fname)))
157 result.checks):
H A Dtest.py223 self.assertEqual(result.checks, 0)
234 self.assertEqual(result.checks, 0)
245 self.assertEqual(result.checks, 0)
256 self.assertEqual(result.checks, 1)
/OK3568_Linux_fs/buildroot/package/cracklib/
H A DConfig.in9 checks those words against the password; it checks for
10 simplistic patterns in passwords; and it checks for the
/OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1/
H A Dgstreamer1.mk21 -Dgobject-cast-checks=disabled \
23 -Dglib-checks=disabled \
24 -Dextra-checks=disabled \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A Dfreeradius-configure.ac-add-option-for-libcap.patch27 +[ --with-licap use licap for debugger checks. (default=yes)],
48 - AC_MSG_WARN([cap library not found, debugger checks will not be enabled. Use --with-cap-lib-dir=…
58 + AC_MSG_WARN([cap library not found, debugger checks will not be enabled. Use --with-cap-lib-di…
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.ubsan92 This option enables -fsanitize=shift which checks for bit-shift
100 This option enables -fsanitize=integer-divide-by-zero which checks
112 This option enables -fsanitize=unreachable which checks for control
123 This option enables -fsanitize=object-size which checks for accesses
133 This option enables -fsanitize=bool which checks for boolean values being
141 This option enables -fsanitize=enum which checks for values being loaded
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-rtsp-server/
H A Dgst1-rtsp-server.mk31 -Dgobject-cast-checks=disabled \
33 -Dglib-checks=disabled
/OK3568_Linux_fs/buildroot/package/keepalived/
H A DConfig.in10 checks. Keepalived implements a framework based on three
11 family checks: Layer3, Layer4 & Layer5. This framework gives
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dcross-compiling.patch30 # Setup maintainer mode options. Platform checks are
31 # not run with the warning options as to not perturb fragile checks
/OK3568_Linux_fs/buildroot/package/dante/
H A D0002-osdep-m4-Remove-getaddrinfo-too-low-checks.patch1 osdep.m4: Remove getaddrinfo() too low checks
15 So drop these checks
/OK3568_Linux_fs/external/gstreamer-rockchip/
H A Dmeson_options.txt9 option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
10 …description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for st…
/OK3568_Linux_fs/kernel/scripts/atomic/
H A Dgen-atomic-instrumented.sh89 local checks="$(gen_params_checks "${meta}" "$@")"
99 ${checks}
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A DKconfig.debug28 select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks)
48 bool "Always insert extra checks around mmio access by default"
51 By default, always enables the extra sanity checks (extra register
61 bool "Insert extra checks into the GEM internals"
65 Enable extra sanity checks (including BUGs) along the GEM driver

12345678910>>...56