| /OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/ |
| H A D | deploy_rm_detection_output.prototxt | 18 bottom: "data" 44 bottom: "conv1_1" 50 bottom: "conv1_1" 76 bottom: "conv1_2" 82 bottom: "conv1_2" 93 bottom: "pool1" 119 bottom: "conv2_1" 125 bottom: "conv2_1" 151 bottom: "conv2_2" 157 bottom: "conv2_2" [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/mobilenet_v2/ |
| H A D | mobilenet_v2.prototxt | 24 bottom: "data" 44 bottom: "conv1" 66 bottom: "conv1/bn" 83 bottom: "conv1/bn" 89 bottom: "conv1/bn" 107 bottom: "conv2_1/expand" 129 bottom: "conv2_1/expand/bn" 146 bottom: "conv2_1/expand/bn" 152 bottom: "conv2_1/expand/bn" 173 bottom: "conv2_1/dwise" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/aspell/files/ |
| H A D | CVE-2019-25051.patch | 44 byte * tmp = bottom; 45 bottom += size; 46 - if (bottom > top) {new_chunk(); tmp = bottom; bottom += size;} 47 + if (bottom > top) {check_size(size); new_chunk(); tmp = bottom; bottom += size;} 53 byte * tmp = bottom; 54 bottom += size; 55 - if (bottom > top) {new_chunk(); goto loop;} 56 + if (bottom > top) {check_size(size); new_chunk(); goto loop;} 64 - if (top < bottom) {new_chunk(); top -= size;} 65 + if (top < bottom) {check_size(size); new_chunk(); top -= size;} [all …]
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/model_pruning/ |
| H A D | mobilenet_deploy.prototxt | 22 bottom: "data" 42 bottom: "conv1" 64 bottom: "conv1" 87 bottom: "conv1" 93 bottom: "conv1" 115 bottom: "conv2_1/dw" 137 bottom: "conv2_1/dw" 160 bottom: "conv2_1/dw" 166 bottom: "conv2_1/dw" 186 bottom: "conv2_1/sep" [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/um/os-Linux/ |
| H A D | task_size.c | 71 unsigned long bottom = 0; in os_get_top_address() local 101 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address() 102 if (page_ok(bottom)) in os_get_top_address() 107 if (bottom == top) { in os_get_top_address() 113 printf("0x%lx\n", bottom << UM_KERN_PAGE_SHIFT); in os_get_top_address() 117 original = bottom; in os_get_top_address() 124 test = bottom + (top - bottom) / 2; in os_get_top_address() 126 bottom = test; in os_get_top_address() 129 } while (top - bottom > 1); in os_get_top_address()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/satelliteinfo/ |
| H A D | satelliteinfo.qml | 184 anchors.top: header.bottom 185 anchors.bottom: parent.bottom 212 anchors.bottom: lawngreenRect.top 228 anchors.bottom: parent.bottom 232 anchors.bottom: parent.bottom 240 anchors.bottom: redRect.top 245 anchors.bottom: parent.bottom 253 anchors.bottom: orangeRect.top 258 anchors.bottom: parent.bottom 266 anchors.bottom: goldRect.top [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | bttv-risc.c | 460 if (NULL != btv->curr.bottom) btv->cap_ctl |= 0x01; in bttv_set_dma() 472 btv->cvbi ? (unsigned long long)btv->cvbi->bottom.dma : 0, in bttv_set_dma() 473 btv->curr.bottom ? (unsigned long long)btv->curr.bottom->bottom.dma : 0); in bttv_set_dma() 579 btcx_riscmem_free(btv->c.pci,&buf->bottom); in bttv_dma_free() 589 struct btcx_riscmem *bottom; in bttv_buffer_activate_vbi() local 594 bottom = NULL; in bttv_buffer_activate_vbi() 625 bottom = &vbi->bottom; in bttv_buffer_activate_vbi() 631 bttv_risc_hook(btv, RISC_SLOT_E_VBI, bottom, bottom_irq_flags); in bttv_buffer_activate_vbi() 641 if (NULL != set->top && NULL != set->bottom) { in bttv_buffer_activate_video() 642 if (set->top == set->bottom) { in bttv_buffer_activate_video() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | lcd_dma.c | 132 unsigned long top, bottom; in set_b1_regs() local 168 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs() 173 bottom += 2; in set_b1_regs() 178 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs() 188 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs() 193 bottom = PIXADDR(0, 0); in set_b1_regs() 203 bottom = PIXADDR(0, 0); in set_b1_regs() 208 bottom = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs() 218 bottom = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs() 223 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/scsi/ |
| H A D | zfcp_fsf.c | 394 (unsigned long long)qtcb->bottom.support.req_handle); in zfcp_fsf_protstatus_eval() 520 struct fsf_qtcb_bottom_config *bottom = &req->qtcb->bottom.config; in zfcp_fsf_exchange_config_evaluate() local 525 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_fsf_exchange_config_evaluate() 529 memcpy(req->data, bottom, sizeof(*bottom)); in zfcp_fsf_exchange_config_evaluate() 531 adapter->timer_ticks = bottom->timer_interval & ZFCP_FSF_TIMER_INT_MASK; in zfcp_fsf_exchange_config_evaluate() 532 adapter->stat_read_buf_num = max(bottom->status_read_buf_num, in zfcp_fsf_exchange_config_evaluate() 540 adapter->hydra_version = bottom->adapter_type; in zfcp_fsf_exchange_config_evaluate() 542 switch (bottom->fc_topology) { in zfcp_fsf_exchange_config_evaluate() 544 adapter->peer_d_id = ntoh24(bottom->peer_d_id); in zfcp_fsf_exchange_config_evaluate() 568 struct fsf_qtcb_bottom_config *bottom = &qtcb->bottom.config; in zfcp_fsf_exchange_config_data_handler() local [all …]
|
| H A D | zfcp_scsi.c | 868 const struct fsf_qtcb_bottom_config *const bottom, in zfcp_scsi_shost_update_config_data() argument 878 "0x%08x", bottom->lic_version); in zfcp_scsi_shost_update_config_data() 883 "0x%08x", bottom->hardware_version); in zfcp_scsi_shost_update_config_data() 884 memcpy(fc_host_serial_number(shost), bottom->serial_number, in zfcp_scsi_shost_update_config_data() 891 nsp = (struct fc_els_flogi *) ((u8 *)&bottom->nport_serv_param in zfcp_scsi_shost_update_config_data() 893 plogi = (struct fc_els_flogi *) ((u8 *)&bottom->plogi_payload in zfcp_scsi_shost_update_config_data() 908 fc_host_port_id(shost) = ntoh24(bottom->s_id); in zfcp_scsi_shost_update_config_data() 910 zfcp_fsf_convert_portspeed(bottom->fc_link_speed); in zfcp_scsi_shost_update_config_data() 913 bottom->adapter_type); in zfcp_scsi_shost_update_config_data() 915 switch (bottom->fc_topology) { in zfcp_scsi_shost_update_config_data() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_putbit.c | 32 bitbuf->bottom = 0; in vp8e_set_buffer() 45 bitbuf->bottom += split; in vp8e_put_bool() 52 if (bitbuf->bottom < 0) { in vp8e_put_bool() 60 bitbuf->bottom <<= 1; in vp8e_put_bool() 63 *bitbuf->data++ = (bitbuf->bottom >> 24) & 0xff; in vp8e_put_bool() 65 bitbuf->bottom &= 0xffffff; /* Keep 3 bytes */ in vp8e_put_bool()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wincreatewnd.c | 297 if (iHeight >= (rcWorkArea.bottom - rcWorkArea.top)) in winCreateBoundingWindowWindowed() 298 iHeight = rcWorkArea.bottom - rcWorkArea.top; in winCreateBoundingWindowWindowed() 354 (int)(rcClient.bottom - rcClient.top), in winCreateBoundingWindowWindowed() 356 (int)rcClient.bottom, (int)rcClient.top); in winCreateBoundingWindowWindowed() 375 pScreenInfo->dwHeight = rcClient.bottom - rcClient.top; in winCreateBoundingWindowWindowed() 413 si.nPage = rcClient.bottom - rcClient.top; in winCreateBoundingWindowWindowed() 480 (int) prcWorkArea->bottom, (int) prcWorkArea->right); in winGetWorkArea() 496 (int) prcWorkArea->bottom, (int) prcWorkArea->right); in winGetWorkArea() 520 iPrimaryNonWorkAreaHeight = iPrimaryHeight - (prcWorkArea->bottom in winGetWorkArea() 531 prcWorkArea->bottom = prcWorkArea->top + iHeight - in winGetWorkArea() [all …]
|
| H A D | winwin32rootlesswindow.c | 237 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration() 238 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration() 247 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration() 248 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration() 258 rcNew.bottom += iDy; in winMWExtWMUpdateWindowDecoration() 275 rcNew.left, rcNew.top, rcNew.right, rcNew.bottom, in winMWExtWMUpdateWindowDecoration() 276 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top); in winMWExtWMUpdateWindowDecoration() 280 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, in winMWExtWMUpdateWindowDecoration() 318 rcNew.bottom += iDy; in winMWExtWMUpdateWindowDecoration() 334 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, in winMWExtWMUpdateWindowDecoration()
|
| H A D | winmultiwindowwindow.c | 225 (int)lpRc->left, (int)lpRc->top, (int)lpRc->right, (int)lpRc->bottom); in winPositionWindowMultiWindow() 243 (int)lpRc->left, (int)lpRc->top, (int)lpRc->right, (int)lpRc->bottom); in winPositionWindowMultiWindow() 247 (int)lpRc->left, (int)lpRc->top, (int)lpRc->right, (int)lpRc->bottom); in winPositionWindowMultiWindow() 251 (int)lpRc->left, (int)lpRc->top, (int)lpRc->right, (int)lpRc->bottom); in winPositionWindowMultiWindow() 262 (int)(rcNew.right - rcNew.left), (int)(rcNew.bottom - rcNew.top)); in winPositionWindowMultiWindow() 267 rcNew.right - rcNew.left, rcNew.bottom - rcNew.top, TRUE); in winPositionWindowMultiWindow() 558 rc.bottom = rc.top + iHeight; in winCreateWindowsWindow() 565 iHeight = rc.bottom - rc.top; in winCreateWindowsWindow() 880 #define HEIGHT(rc) (rc.bottom - rc.top) in winAdjustXWindow() 907 (int)rcDraw.left, (int)rcDraw.top, (int)rcDraw.right, (int)rcDraw.bottom, in winAdjustXWindow() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/ |
| H A D | qxl_draw.c | 92 drawable->self_bitmap_area.bottom = 0; in make_drawable() 137 int left, right, top, bottom; in qxl_draw_dirty_fb() local 161 bottom = clips->y2; in qxl_draw_dirty_fb() 169 bottom = max_t(int, bottom, (int)clips_ptr->y2); in qxl_draw_dirty_fb() 173 height = bottom - top; in qxl_draw_dirty_fb() 193 drawable_rect.bottom = bottom; in qxl_draw_dirty_fb() 223 drawable->u.copy.src_area.bottom = height; in qxl_draw_dirty_fb() 242 rects[i].bottom = clips_ptr->y2; in qxl_draw_dirty_fb()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/ |
| H A D | Main.qml | 63 bottom: parameterPanel.top 75 bottom: parent.bottom 88 bottom: perfHolder.top 112 bottom: perfHolder.top 153 bottom: parent.bottom 168 item.anchors.bottom = perfHolder.bottom 184 bottom: parent.bottom
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | tileset.cpp | 87 optional<double> bottom = toDouble(arrayMember(*boundsValue, 1)); in operator ()() local 91 if (!left || !right || !bottom || !top) { in operator ()() 96 bottom = util::clamp(*bottom, -90.0, 90.0); in operator ()() 98 if (top <= bottom){ in operator ()() 109 result.bounds = LatLngBounds::hull({ *bottom, *left }, { *top, *right }); in operator ()()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap.min.css | 5 …bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}m…
|
| H A D | bootstrap.css | 53 border-bottom: 1px dotted; 84 bottom: -.25em; 1020 .glyphicon-object-align-bottom:before { 1041 .glyphicon-triangle-bottom:before { 1149 margin-bottom: 20px; 1227 margin-bottom: 10px; 1250 margin-bottom: 10px; 1294 margin-bottom: 20px; 1412 padding-bottom: 9px; 1414 border-bottom: 1px solid #eee; [all …]
|
| H A D | default.css | 7 img.logo { height: 30px; vertical-align: bottom; } 35 /* Increase bottom margin of definition lists inside popovers for the Toaster version information i… 37 .item-info dd { margin-bottom: 15px; } 44 .build-result .progress { margin-bottom: 0; } 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… 122 …or: #999; text-transform: uppercase; margin-top: 20px !important; margin-bottom: 15px; padding-lef… 126 #project-topbar { margin-bottom: 20px; } 164 #information { margin-bottom: 5em; } 165 #information dd > form { margin-bottom: 5px; margin-top: 5px; } [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | quads.cpp | 29 float bottom = shapedIcon.bottom() + border / image.pixelRatio; in getIconQuad() local 38 auto iconHeight = bottom - top; in getIconQuad() 43 auto textBottom = shapedText.bottom * size; in getIconQuad() 57 bottom = textTop + offsetY + padB + height; in getIconQuad() 60 br = {right, bottom}; in getIconQuad() 61 bl = {left, bottom}; in getIconQuad() 65 br = {right, bottom}; in getIconQuad() 66 bl = {left, bottom}; in getIconQuad()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | field-order.rst | 29 combine to frames. We distinguish between top (aka odd) and bottom (aka 31 the first line of an interlaced frame, the first line of the bottom 35 whether a frame commences with the top or bottom field is pointless. Any 36 two successive top and bottom, or bottom and top fields yield a valid 42 Whether the older field contains the top or bottom lines is a convention 95 - Images consist of the bottom (aka even) field only. Applications 102 order of the fields (whether the top or bottom field is older) 103 depends on the current video standard. In M/NTSC the bottom 109 in memory, immediately followed by the bottom field lines. Fields 114 - Images contain both fields, the bottom field lines are stored [all …]
|
| /OK3568_Linux_fs/external/linux-rga/samples/padding_demo/src/ |
| H A D | rga_padding_demo.cpp | 51 int top, bottom, left, right; in main() local 60 bottom = top * 2; in main() 61 left = bottom * 2; in main() 69 dst_height = src_height + top + bottom; in main() 116 ret = immakeBorder(src_img, dst_img, top, bottom, left, right, IM_BORDER_REFLECT); in main()
|
| /OK3568_Linux_fs/buildroot/docs/website/css/ |
| H A D | timeline.css | 9 bottom: 0; 19 margin-bottom: 20px; 63 border-bottom: 15px solid transparent; 75 border-bottom: 14px solid transparent; 94 border-bottom-right-radius: 50%; 95 border-bottom-left-radius: 50%; 143 margin-bottom: 0;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/items/ |
| H A D | MapComponent.qml | 142 anchors.bottom: parent.bottom 151 anchors.bottom: parent.bottom 157 anchors.bottom: parent.bottom 163 anchors.bottom: parent.bottom 215 anchors.bottom: scale.top
|