| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | autotuned_index.h | 146 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 D | index_testing.h | 87 …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 D | hierarchical_clustering_index.h | 556 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 D | params.h | 46 SearchParams(int checks = 32, float eps = 0, bool sorted = true ) 49 (*this)["checks"] = checks;
|
| H A D | kmeans_index.h | 510 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 D | 0001-Proper-detection-of-cxxabi.h-and-execinfo.h.patch | 6 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 D | Skip-AC_RUN_IFELSE-tests.patch | 16 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 D | cpuid.rst | 65 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 D | run-clang-tools.py | 49 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 D | don-t-run-code-while-configuring-package.patch | 10 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 D | Config.in | 5 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 D | checkpatch.py | 61 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 D | test.py | 223 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 D | Config.in | 9 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 D | gstreamer1.mk | 21 -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 D | freeradius-configure.ac-add-option-for-libcap.patch | 27 +[ --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 D | Kconfig.ubsan | 92 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 D | gst1-rtsp-server.mk | 31 -Dgobject-cast-checks=disabled \ 33 -Dglib-checks=disabled
|
| /OK3568_Linux_fs/buildroot/package/keepalived/ |
| H A D | Config.in | 10 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 D | cross-compiling.patch | 30 # 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 D | 0002-osdep-m4-Remove-getaddrinfo-too-low-checks.patch | 1 osdep.m4: Remove getaddrinfo() too low checks 15 So drop these checks
|
| /OK3568_Linux_fs/external/gstreamer-rockchip/ |
| H A D | meson_options.txt | 9 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 D | gen-atomic-instrumented.sh | 89 local checks="$(gen_params_checks "${meta}" "$@")" 99 ${checks}
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | Kconfig.debug | 28 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
|