| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-top.c | 94 static void perf_top__update_print_entries(struct perf_top *top) in perf_top__update_print_entries() argument 96 top->print_entries = top->winsize.ws_row - HEADER_LINE_NR; in perf_top__update_print_entries() 104 static void perf_top__resize(struct perf_top *top) in perf_top__resize() argument 106 get_term_dimensions(&top->winsize); in perf_top__resize() 107 perf_top__update_print_entries(top); in perf_top__resize() 110 static int perf_top__parse_source(struct perf_top *top, struct hist_entry *he) in perf_top__parse_source() argument 140 if (!symbol__hists(sym, top->evlist->core.nr_entries)) { in perf_top__parse_source() 148 err = symbol__annotate(&he->ms, evsel, &top->annotation_opts, NULL); in perf_top__parse_source() 150 top->sym_filter_entry = he; in perf_top__parse_source() 194 static void perf_top__record_precise_ip(struct perf_top *top, in perf_top__record_precise_ip() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
| H A D | base.c | 27 nvkm_top_device_new(struct nvkm_top *top) in nvkm_top_device_new() argument 38 list_add_tail(&info->head, &top->device); in nvkm_top_device_new() 46 struct nvkm_top *top = device->top; in nvkm_top_addr() local 49 if (top) { in nvkm_top_addr() 50 list_for_each_entry(info, &top->device, head) { in nvkm_top_addr() 62 struct nvkm_top *top = device->top; in nvkm_top_reset() local 65 if (top) { in nvkm_top_reset() 66 list_for_each_entry(info, &top->device, head) { in nvkm_top_reset() 78 struct nvkm_top *top = device->top; in nvkm_top_intr_mask() local 81 if (top) { in nvkm_top_intr_mask() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | top.c | 23 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size) in perf_top__header_snprintf() argument 28 struct record_opts *opts = &top->record_opts; in perf_top__header_snprintf() 32 if (top->samples) { in perf_top__header_snprintf() 33 samples_per_sec = top->samples / top->delay_secs; in perf_top__header_snprintf() 34 ksamples_per_sec = top->kernel_samples / top->delay_secs; in perf_top__header_snprintf() 35 esamples_percent = (100.0 * top->exact_samples) / top->samples; in perf_top__header_snprintf() 50 top->lost, top->lost_total, top->drop, top->drop_total); in perf_top__header_snprintf() 52 float us_samples_per_sec = top->us_samples / top->delay_secs; in perf_top__header_snprintf() 53 float guest_kernel_samples_per_sec = top->guest_kernel_samples / top->delay_secs; in perf_top__header_snprintf() 54 float guest_us_samples_per_sec = top->guest_us_samples / top->delay_secs; in perf_top__header_snprintf() [all …]
|
| H A D | pstack.c | 16 unsigned short top; member 37 return pstack->top == 0; in pstack__empty() 42 unsigned short i = pstack->top, last_index = pstack->top - 1; in pstack__remove() 50 --pstack->top; in pstack__remove() 59 if (pstack->top == pstack->max_nr_entries) { in pstack__push() 60 pr_err("%s: top=%d, overflow!\n", __func__, pstack->top); in pstack__push() 63 pstack->entries[pstack->top++] = key; in pstack__push() 70 if (pstack->top == 0) { in pstack__pop() 75 ret = pstack->entries[--pstack->top]; in pstack__pop() 76 pstack->entries[pstack->top] = NULL; in pstack__pop() [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/ |
| H A D | deploy_rm_detection_output.prototxt | 5 top: "data" 19 top: "conv1_1" 45 top: "conv1_1" 51 top: "conv1_2" 77 top: "conv1_2" 83 top: "pool1" 94 top: "conv2_1" 120 top: "conv2_1" 126 top: "conv2_2" 152 top: "conv2_2" [all …]
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-rect.h | 64 if (r->top < boundary->top) in v4l2_rect_map_inside() 65 r->top = boundary->top; in v4l2_rect_map_inside() 68 if (r->top + r->height > boundary->top + boundary->height) in v4l2_rect_map_inside() 69 r->top = boundary->top + boundary->height - r->height; in v4l2_rect_map_inside() 95 return r1->top == r2->top && r1->left == r2->left; in v4l2_rect_same_position() 123 r->top = max(r1->top, r2->top); in v4l2_rect_intersect() 125 bottom = min(r1->top + r1->height, r2->top + r2->height); in v4l2_rect_intersect() 127 r->height = max(0, bottom - r->top); in v4l2_rect_intersect() 149 r->left = r->top = r->width = r->height = 0; in v4l2_rect_scale() 154 r->top = ((r->top - from->top) * to->height) / from->height; in v4l2_rect_scale() [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/model_pruning/ |
| H A D | mobilenet_deploy.prototxt | 11 top: "data" 23 top: "conv1" 43 top: "conv1" 65 top: "conv1" 88 top: "conv1" 94 top: "conv2_1/dw" 116 top: "conv2_1/dw" 138 top: "conv2_1/dw" 161 top: "conv2_1/dw" 167 top: "conv2_1/sep" [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/mobilenet_v2/ |
| H A D | mobilenet_v2.prototxt | 11 top: "data" 25 top: "conv1" 45 top: "conv1/bn" 67 top: "conv1/bn" 84 top: "conv1/bn" 90 top: "conv2_1/expand" 108 top: "conv2_1/expand/bn" 130 top: "conv2_1/expand/bn" 147 top: "conv2_1/expand/bn" 153 top: "conv2_1/dwise" [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_qmr.c | 552 static inline int ehea_init_bmap(struct ehea_bmap *ehea_bmap, int top, int dir) in ehea_init_bmap() argument 554 if (!ehea_bmap->top[top]) { in ehea_init_bmap() 555 ehea_bmap->top[top] = in ehea_init_bmap() 557 if (!ehea_bmap->top[top]) in ehea_init_bmap() 560 return ehea_init_top_bmap(ehea_bmap->top[top], dir); in ehea_init_bmap() 572 int top, dir, idx; in ehea_rebuild_busmap() local 574 for (top = 0; top < EHEA_MAP_ENTRIES; top++) { in ehea_rebuild_busmap() 578 if (!ehea_bmap->top[top]) in ehea_rebuild_busmap() 580 ehea_top = ehea_bmap->top[top]; in ehea_rebuild_busmap() 602 ehea_bmap->top[top] = NULL; in ehea_rebuild_busmap() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | edge.hpp | 28 mapbox::geometry::point<T> top; member 31 edge(edge<T>&& e) noexcept : bot(std::move(e.bot)), top(std::move(e.top)), dx(std::move(e.dx)) { in edge() 36 top = std::move(e.top); in operator =() 45 top(static_cast<T>(current.x), static_cast<T>(current.y)), in edge() 48 top = mapbox::geometry::point<T>(static_cast<T>(next_pt.x), static_cast<T>(next_pt.y)); in edge() 52 double dy = static_cast<double>(top.y - bot.y); in edge() 56 dx = static_cast<double>(top.x - bot.x) / dy; in edge() 72 return (e1.top.y - e1.bot.y) * (e2.top.x - e2.bot.x) == in slopes_equal() 73 (e1.top.x - e1.bot.x) * (e2.top.y - e2.bot.y); in slopes_equal() 83 if (current_y == edge.top.y) { in get_current_x() [all …]
|
| H A D | build_edges.hpp | 87 auto const& back_top = edges.back().top; in build_edge_list() 143 if (f.bot == b.top) { in build_edge_list() 144 if (f.top == b.bot) { in build_edge_list() 152 } else if (f.top == b.bot) { in build_edge_list() 153 f.top = b.top; in build_edge_list() 156 } else if (f.top == b.top && f.bot == b.bot) { in build_edge_list() 160 } else if (f.top == b.top) { in build_edge_list() 161 if (point_2_is_between_point_1_and_point_3(f.top, f.bot, b.bot)) { in build_edge_list() 162 b.top = f.bot; in build_edge_list() 165 f.top = b.bot; in build_edge_list() [all …]
|
| H A D | local_minimum_util.hpp | 21 std::swap(e.top.x, e.bot.x); in reverse_horizontal() 41 if ((!prev_edge_is_horizontal && !edge_is_horizontal && edge->top == prev_edge->top)) { in start_list_on_local_maximum() 46 (edge->top == prev_edge->bot || edge->top == prev_edge->top)) { in start_list_on_local_maximum() 51 (prev_edge->top == edge->top || prev_edge->top == edge->bot)) { in start_list_on_local_maximum() 88 (next_edge->bot == edge->bot || next_edge->bot == edge->top)) { in create_bound_towards_minimum() 93 (edge->bot == next_edge->top || edge->bot == next_edge->bot)) { in create_bound_towards_minimum() 131 if ((!next_edge_is_horizontal && !edge_is_horizontal && edge->top == next_edge->top)) { in create_bound_towards_maximum() 136 (next_edge->top == edge->bot || next_edge->top == edge->top)) { in create_bound_towards_maximum() 141 (edge->top == next_edge->top || edge->top == next_edge->bot)) { in create_bound_towards_maximum() 167 if (is_horizontal(*edge_itr) && next_itr->bot != edge_itr->top) { in fix_horizontals() [all …]
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | generate.php | 74 $top["Name"] = get_contents("Name",$dotdesktop); 77 $top["Order"] = get_contents("X-MATRIX-DisplayPriority",$dotdesktop); 79 $top["Order"] = 999; 85 $top["Icon"] = substr($icon_path,strlen($webserver_root)); 89 $top["Type"] = $type; 97 $top["Category"] = get_contents("X-MATRIX-CategoryTarget",$dotdesktop); 101 $top["Exec"] = get_contents("Exec",$dotdesktop); 103 $top["ProgramType"] = get_contents("ProgramType",$dotdesktop); 105 $top["Description_Link"] = get_contents("X-MATRIX-Description",$dotdesktop); 107 $top["Lock"] = get_contents("X-MATRIX-LOCK",$dotdesktop); [all …]
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | generate.php | 74 $top["Name"] = get_contents("Name",$dotdesktop); 77 $top["Order"] = get_contents("X-MATRIX-DisplayPriority",$dotdesktop); 79 $top["Order"] = 999; 85 $top["Icon"] = substr($icon_path,strlen($webserver_root)); 89 $top["Type"] = $type; 97 $top["Category"] = get_contents("X-MATRIX-CategoryTarget",$dotdesktop); 101 $top["Exec"] = get_contents("Exec",$dotdesktop); 103 $top["ProgramType"] = get_contents("ProgramType",$dotdesktop); 105 $top["Description_Link"] = get_contents("X-MATRIX-Description",$dotdesktop); 107 $top["Lock"] = get_contents("X-MATRIX-LOCK",$dotdesktop); [all …]
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessCommon.c | 67 WindowPtr top; in TopLevelParent() local 72 top = pWindow; in TopLevelParent() 73 while (top && !IsTopLevel(top)) in TopLevelParent() 74 top = top->parent; in TopLevelParent() 76 return top; in TopLevelParent() 87 WindowPtr top; in IsFramedWindow() local 94 top = TopLevelParent(pWin); in IsFramedWindow() 96 return (top && WINREC(top)); in IsFramedWindow() 147 WindowPtr top = TopLevelParent(pWindow); in RootlessStartDrawing() local 151 if (top == NULL) in RootlessStartDrawing() [all …]
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | integrity.c | 59 static bool read_u32(u8 **p, u8 *top, u32 *result) in read_u32() argument 61 if (*p + sizeof(u32) > top) in read_u32() 69 static bool read_u8(u8 **p, u8 *top, u8 *result) in read_u8() argument 71 if (*p + sizeof(u8) > top) in read_u8() 79 static bool read_mem_range(u8 **p, u8 *top, struct mem_range *range) in read_mem_range() argument 83 if (!read_u32(p, top, &len) || *p + len > top) in read_mem_range() 96 u8 *top = signature.data + signature.len; in incfs_parse_signature() local 102 if (!read_u32(&p, top, &si->version) || in incfs_parse_signature() 106 if (!read_u32(&p, top, &hash_section_size) || in incfs_parse_signature() 107 p + hash_section_size > top) in incfs_parse_signature() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/ |
| H A D | 8xx.c | 129 static void mmu_mapin_ram_chunk(unsigned long offset, unsigned long top, in mmu_mapin_ram_chunk() argument 135 WARN_ON(!IS_ALIGNED(offset, SZ_512K) || !IS_ALIGNED(top, SZ_512K)); in mmu_mapin_ram_chunk() 137 for (; p < ALIGN(p, SZ_8M) && p < top; p += SZ_512K, v += SZ_512K) in mmu_mapin_ram_chunk() 139 for (; p < ALIGN_DOWN(top, SZ_8M) && p < top; p += SZ_8M, v += SZ_8M) in mmu_mapin_ram_chunk() 141 for (; p < ALIGN_DOWN(top, SZ_512K) && p < top; p += SZ_512K, v += SZ_512K) in mmu_mapin_ram_chunk() 145 flush_tlb_kernel_range(PAGE_OFFSET + v, PAGE_OFFSET + top); in mmu_mapin_ram_chunk() 148 unsigned long __init mmu_mapin_ram(unsigned long base, unsigned long top) in mmu_mapin_ram() argument 156 WARN_ON(top < einittext8); in mmu_mapin_ram() 165 top = boundary; in mmu_mapin_ram() 168 mmu_mapin_ram_chunk(einittext8, top, PAGE_KERNEL, true); in mmu_mapin_ram() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/aspell/files/ |
| H A D | CVE-2019-25051.patch | 46 - if (bottom > top) {new_chunk(); tmp = bottom; bottom += size;} 47 + if (bottom > top) {check_size(size); new_chunk(); tmp = bottom; bottom += size;} 55 - if (bottom > top) {new_chunk(); goto loop;} 56 + if (bottom > top) {check_size(size); new_chunk(); goto loop;} 63 top -= size; 64 - if (top < bottom) {new_chunk(); top -= size;} 65 + if (top < bottom) {check_size(size); new_chunk(); top -= size;} 66 return top; 71 top -= size; 73 - if (top < bottom) {new_chunk(); goto loop;} [all …]
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_btree.h | 106 struct btframe *top; member 112 (btstack)->top = (btstack)->stack 115 ( (btstack)->top == &((btstack)->stack[MAXTREEHEIGHT-1])) 120 (BTSTACK)->top->bn = BN;\ 121 (BTSTACK)->top->index = INDEX;\ 122 ++(BTSTACK)->top;\ 126 ( (btstack)->top == (btstack)->stack ? NULL : --(btstack)->top ) 129 ( (btstack)->top == (btstack)->stack ? NULL : (btstack)->top ) 156 if (! BT_IS_ROOT((BTSTACK)->top->mp))\ 157 release_metapage((BTSTACK)->top->mp);\
|
| /OK3568_Linux_fs/kernel/arch/x86/um/os-Linux/ |
| H A D | task_size.c | 80 unsigned long top = 0xffffd000 >> UM_KERN_PAGE_SHIFT; in os_get_top_address() local 101 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address() 107 if (bottom == top) { in os_get_top_address() 120 if (page_ok(top)) in os_get_top_address() 124 test = bottom + (top - bottom) / 2; in os_get_top_address() 128 top = test; in os_get_top_address() 129 } while (top - bottom > 1); in os_get_top_address() 137 top <<= UM_KERN_PAGE_SHIFT; in os_get_top_address() 138 printf("0x%lx\n", top); in os_get_top_address() 140 return top; in os_get_top_address()
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | exynos-lpass.c | 54 struct regmap *top; member 62 regmap_read(lpass->top, SFR_LPASS_CORE_SW_RESET, &val); in exynos_lpass_core_sw_reset() 65 regmap_write(lpass->top, SFR_LPASS_CORE_SW_RESET, val); in exynos_lpass_core_sw_reset() 70 regmap_write(lpass->top, SFR_LPASS_CORE_SW_RESET, val); in exynos_lpass_core_sw_reset() 78 regmap_write(lpass->top, SFR_LPASS_INTR_CA5_MASK, in exynos_lpass_enable() 81 regmap_write(lpass->top, SFR_LPASS_INTR_CPU_MASK, in exynos_lpass_enable() 94 regmap_write(lpass->top, SFR_LPASS_INTR_CPU_MASK, 0); in exynos_lpass_disable() 95 regmap_write(lpass->top, SFR_LPASS_INTR_CA5_MASK, 0); in exynos_lpass_disable() 128 lpass->top = regmap_init_mmio(dev, base_top, in exynos_lpass_probe() 130 if (IS_ERR(lpass->top)) { in exynos_lpass_probe() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | bttv-risc.c | 267 addr += btv->fbuf.fmt.bytesperline * ov->w.top; in bttv_risc_overlay() 383 && crop->top == tvnorm->cropcap.defrect.top in bttv_calc_geo() 404 geo->vdelay = crop->top - tvnorm->cropcap.bounds.top + MIN_VDELAY; in bttv_calc_geo() 459 if (NULL != btv->curr.top) btv->cap_ctl |= 0x02; in bttv_set_dma() 470 btv->cvbi ? (unsigned long long)btv->cvbi->top.dma : 0, in bttv_set_dma() 471 btv->curr.top ? (unsigned long long)btv->curr.top->top.dma : 0, in bttv_set_dma() 580 btcx_riscmem_free(btv->c.pci,&buf->top); in bttv_dma_free() 588 struct btcx_riscmem *top; in bttv_buffer_activate_vbi() local 593 top = NULL; in bttv_buffer_activate_vbi() 619 top = &vbi->top; in bttv_buffer_activate_vbi() [all …]
|
| H A D | btcx-risc.c | 90 clips[n].c.top = 0; in btcx_screen_clips() 98 clips[n].c.top = 0; in btcx_screen_clips() 103 if (win->top < 0) { in btcx_screen_clips() 106 clips[n].c.top = 0; in btcx_screen_clips() 108 clips[n].c.height = -win->top; in btcx_screen_clips() 111 if (win->top + win->height > sheight) { in btcx_screen_clips() 114 clips[n].c.top = sheight - win->top; in btcx_screen_clips() 116 clips[n].c.height = win->height - clips[n].c.top; in btcx_screen_clips() 137 win->width, win->height, win->left, win->top, dx); in btcx_align() 149 clips[i].c.left, clips[i].c.top); in btcx_align() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | default.css | 3 /* Set required top body padding for the fixed top navbard */ 4 body { padding-top: 50px; } 9 /* Style the Yocto Project logo and the Toaster name in the top navbar */ 15 /* Style the debugging information in the top navbar */ 35 …efinition lists inside popovers for the Toaster version information in the top navbar, and also in… 47 .build-result .project-name { margin-top: -10px; margin-bottom: 5px; } 72 span[class^="remove-search-btn-"] { position: absolute; right: 5px; top: 0; bottom: 0; height: 14px… 74 #no-results-special-selectpackagestable .form-inline { margin-top: 20px; } 76 [id^="pagination-"] .navbar-form { margin-top: 0; } 122 …t: bold; line-height: 20px; color: #999; text-transform: uppercase; margin-top: 20px !important; m… [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | fpu_tags.c | 20 fpu_tag_word |= 3 << ((top & 7) * 2); in FPU_pop() 21 top++; in FPU_pop() 26 return (fpu_tag_word >> ((top & 7) * 2)) & 3; in FPU_gettag0() 31 return (fpu_tag_word >> (((top + stnr) & 7) * 2)) & 3; in FPU_gettagi() 41 int regnr = top; in FPU_settag0() 49 int regnr = stnr + top; in FPU_settagi() 83 int regnr = (top + stnr) & 7; in FPU_empty_i() 92 return ((fpu_tag_word >> (((top - 1) & 7) * 2)) & 3) != TAG_Empty; in FPU_stackoverflow() 109 int regnr = top; in FPU_copy_to_reg0()
|