| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bsearch.h | 10 const char *pivot; in __inline_bsearch() local 14 pivot = base + (num >> 1) * size; in __inline_bsearch() 15 result = cmp(key, pivot); in __inline_bsearch() 18 return (void *)pivot; in __inline_bsearch() 21 base = pivot + size; in __inline_bsearch()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/usnic/ |
| H A D | usnic_uiom_interval_tree.c | 126 long int pivot = start; in usnic_uiom_get_intervals_diff() local 135 if (pivot < interval->start) { in usnic_uiom_get_intervals_diff() 136 MAKE_NODE_AND_APPEND(tmp, pivot, interval->start - 1, in usnic_uiom_get_intervals_diff() 139 pivot = interval->start; in usnic_uiom_get_intervals_diff() 147 if (pivot > interval->last) { in usnic_uiom_get_intervals_diff() 149 } else if (pivot <= interval->last && in usnic_uiom_get_intervals_diff() 152 pivot = interval->last + 1; in usnic_uiom_get_intervals_diff() 156 if (pivot <= last) in usnic_uiom_get_intervals_diff() 157 MAKE_NODE_AND_APPEND(tmp, pivot, last, 1, flags, err, err_out, in usnic_uiom_get_intervals_diff()
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | net_dropmonitor.py | 40 pivot = (start + end) // 2 41 if loc < kallsyms[pivot][0]: 42 end = pivot 44 start = pivot
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/ |
| H A D | mem_detect.c | 149 unsigned long pivot; in search_mem_end() local 153 pivot = offset + range; in search_mem_end() 154 if (!tprot(pivot << 20)) in search_mem_end() 155 offset = pivot; in search_mem_end()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | dp.c | 76 unsigned int i, pivot; in drm_dp_link_add_rate() local 81 for (pivot = 0; pivot < link->num_rates; pivot++) in drm_dp_link_add_rate() 82 if (rate <= link->rates[pivot]) in drm_dp_link_add_rate() 85 if (pivot != link->num_rates && rate == link->rates[pivot]) in drm_dp_link_add_rate() 88 for (i = link->num_rates; i > pivot; i--) in drm_dp_link_add_rate() 91 link->rates[pivot] = rate; in drm_dp_link_add_rate()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | kmeans_index.h | 547 DistanceType* center = clusters[i]->pivot; in getClusterCenters() 572 DistanceType* pivot; member 615 save_value(stream, *(node->pivot), (int)veclen_); in save_tree() 632 node->pivot = new DistanceType[veclen_]; in load_tree() 633 load_value(stream, *(node->pivot), (int)veclen_); in load_tree() 653 delete[] node->pivot; in free_centers() 701 node->pivot = mean; in computeNodeStatistics() 871 node->childs[c]->pivot = centers[c]; in computeClustering() 901 DistanceType bsq = distance_(vec, node->pivot, veclen_); in findNN() 945 domain_distances[best_index] = distance_(q, node->childs[best_index]->pivot, veclen_); in exploreNodeBranches() [all …]
|
| H A D | hierarchical_clustering_index.h | 588 int pivot; member 724 node->childs[i]->pivot = centers[i]; in computeClustering() 766 … domain_distances[best_index] = distance(vec, dataset[node->childs[best_index]->pivot], veclen_); in findNN() 768 domain_distances[i] = distance(vec, dataset[node->childs[i]->pivot], veclen_); in findNN()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | get_module_deps3.py | 31 pivot = 'recipe-sysroot-native' 32 dep_path = dep_path[dep_path.find(pivot)+len(pivot):]
|
| H A D | create_manifest3.py | 57 pivot = 'recipe-sysroot-native' variable 59 if pivot in p: 60 nativelibfolder = p[:p.find(pivot)+len(pivot)]
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0011-chromium-Remove-TRUE-to-prep-landing-of-icu68.patch | 46 - /* reset pivot buf if this is the last call for input (flush==TRUE) */ 47 + /* reset pivot buf if this is the last call for input (flush==1) */
|
| /OK3568_Linux_fs/kernel/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 1916 int pivot, err, jg_bytes = 1, cnt = 0; in emit_bpf_dispatcher() local 1943 pivot = (b - a) / 2; in emit_bpf_dispatcher() 1945 if (!is_simm32(progs[a + pivot])) in emit_bpf_dispatcher() 1947 EMIT2_off32(0x81, add_1reg(0xF8, BPF_REG_3), progs[a + pivot]); in emit_bpf_dispatcher() 1949 if (pivot > 2) { /* jg upper_part */ in emit_bpf_dispatcher() 1958 err = emit_bpf_dispatcher(&prog, a, a + pivot, /* emit lower_part */ in emit_bpf_dispatcher() 1972 err = emit_bpf_dispatcher(&prog, a + pivot + 1, /* emit upper_part */ in emit_bpf_dispatcher()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | blkio-controller.rst | 76 pivot
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 162667 events for any of these. For example, if Ctrl is held down as we pivot, we
|