| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/ |
| H A D | xf86drmMode.c | 1017 struct drm_mode_get_plane ovr, counts; in drmModeGetPlane() local 1021 memclear(ovr); in drmModeGetPlane() 1022 ovr.plane_id = plane_id; in drmModeGetPlane() 1023 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPLANE, &ovr)) in drmModeGetPlane() 1026 counts = ovr; in drmModeGetPlane() 1028 if (ovr.count_format_types) { in drmModeGetPlane() 1029 ovr.format_type_ptr = VOID2U64(drmMalloc(ovr.count_format_types * in drmModeGetPlane() 1031 if (!ovr.format_type_ptr) in drmModeGetPlane() 1035 if (drmIoctl(fd, DRM_IOCTL_MODE_GETPLANE, &ovr)) in drmModeGetPlane() 1038 if (counts.count_format_types < ovr.count_format_types) { in drmModeGetPlane() [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_ipt.c | 97 const struct tc_action_ops *ops, int ovr, int bind, in __tcf_ipt_init() argument 157 if (!ovr) { in __tcf_ipt_init() 204 struct nlattr *est, struct tc_action **a, int ovr, in tcf_ipt_init() argument 208 return __tcf_ipt_init(net, ipt_net_id, nla, est, a, &act_ipt_ops, ovr, in tcf_ipt_init() 213 struct nlattr *est, struct tc_action **a, int ovr, in tcf_xt_init() argument 217 return __tcf_ipt_init(net, xt_net_id, nla, est, a, &act_xt_ops, ovr, in tcf_xt_init()
|
| H A D | act_skbmod.c | 85 int ovr, int bind, bool rtnl_held, in tcf_skbmod_init() argument 157 } else if (!ovr) { in tcf_skbmod_init() 175 if (ovr) in tcf_skbmod_init() 189 if (ovr) in tcf_skbmod_init()
|
| H A D | cls_fw.c | 201 struct nlattr **tca, unsigned long base, bool ovr, in fw_set_parms() argument 208 err = tcf_exts_validate(net, tp, tb, tca[TCA_RATE], &f->exts, ovr, in fw_set_parms() 240 bool ovr, bool rtnl_held, in fw_change() argument 280 err = fw_set_parms(net, tp, fnew, tb, tca, base, ovr, extack); in fw_change() 329 err = fw_set_parms(net, tp, f, tb, tca, base, ovr, extack); in fw_change()
|
| H A D | cls_basic.c | 148 struct nlattr *est, bool ovr, in basic_set_parms() argument 153 err = tcf_exts_validate(net, tp, tb, est, &f->exts, ovr, true, extack); in basic_set_parms() 172 struct nlattr **tca, void **arg, bool ovr, in basic_change() argument 219 err = basic_set_parms(net, tp, fnew, base, tb, tca[TCA_RATE], ovr, in basic_change()
|
| H A D | cls_matchall.c | 166 struct nlattr *est, bool ovr, in mall_set_parms() argument 171 err = tcf_exts_validate(net, tp, tb, est, &head->exts, ovr, true, in mall_set_parms() 186 void **arg, bool ovr, bool rtnl_held, in mall_change() argument 230 err = mall_set_parms(net, tp, new, base, tb, tca[TCA_RATE], ovr, in mall_change()
|
| H A D | act_api.c | 1002 char *name, int ovr, int bind, in tcf_action_init_1() argument 1032 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, &a, ovr, bind, in tcf_action_init_1() 1035 err = a_o->init(net, nla, est, &a, ovr, bind, rtnl_held, in tcf_action_init_1() 1061 struct nlattr *est, char *name, int ovr, int bind, in tcf_action_init() argument 1089 act = tcf_action_init_1(net, tp, tb[i], est, name, ovr, bind, in tcf_action_init() 1501 struct nlmsghdr *n, u32 portid, int ovr, in tcf_action_add() argument 1510 ret = tcf_action_init(net, NULL, nla, NULL, NULL, ovr, 0, in tcf_action_add() 1540 int ret = 0, ovr = 0; in tc_ctl_action() local 1566 ovr = 1; in tc_ctl_action() 1567 ret = tcf_action_add(net, tca[TCA_ACT_TAB], n, portid, ovr, in tc_ctl_action()
|
| H A D | cls_cgroup.c | 79 void **arg, bool ovr, bool rtnl_held, in cls_cgroup_change() argument 111 err = tcf_exts_validate(net, tp, tb, tca[TCA_RATE], &new->exts, ovr, in cls_cgroup_change()
|
| H A D | cls_route.c | 385 bool ovr, struct netlink_ext_ack *extack) in route4_set_parms() argument 393 err = tcf_exts_validate(net, tp, tb, est, &f->exts, ovr, true, extack); in route4_set_parms() 472 struct nlattr **tca, void **arg, bool ovr, in route4_change() argument 523 tca[TCA_RATE], new, ovr, extack); in route4_change()
|
| H A D | act_simple.c | 88 int ovr, int bind, bool rtnl_held, in tcf_simp_init() argument 150 if (!ovr) { in tcf_simp_init()
|
| H A D | act_connmark.c | 99 int ovr, int bind, bool rtnl_held, in tcf_connmark_init() argument 147 if (!ovr) { in tcf_connmark_init()
|
| H A D | cls_tcindex.c | 333 struct nlattr *est, bool ovr, struct netlink_ext_ack *extack) in tcindex_set_parms() argument 345 err = tcf_exts_validate(net, tp, tb, est, &e, ovr, true, extack); in tcindex_set_parms() 532 struct nlattr **tca, void **arg, bool ovr, in tcindex_change() argument 554 tca[TCA_RATE], ovr, extack); in tcindex_change()
|
| H A D | cls_bpf.c | 410 struct nlattr **tb, struct nlattr *est, bool ovr, in cls_bpf_set_parms() argument 422 ret = tcf_exts_validate(net, tp, tb, est, &prog->exts, ovr, true, in cls_bpf_set_parms() 461 void **arg, bool ovr, bool rtnl_held, in cls_bpf_change() argument 506 ret = cls_bpf_set_parms(net, tp, prog, base, tb, tca[TCA_RATE], ovr, in cls_bpf_change()
|
| H A D | act_gact.c | 55 int ovr, int bind, bool rtnl_held, in tcf_gact_init() argument 112 if (!ovr) { in tcf_gact_init()
|
| H A D | act_nat.c | 37 struct tc_action **a, int ovr, int bind, in tcf_nat_init() argument 73 if (!ovr) { in tcf_nat_init()
|
| H A D | act_sample.c | 37 struct nlattr *est, struct tc_action **a, int ovr, in tcf_sample_init() argument 78 } else if (!ovr) { in tcf_sample_init()
|
| H A D | act_skbedit.c | 99 int ovr, int bind, bool rtnl_held, in tcf_skbedit_init() argument 189 if (!ovr) { in tcf_skbedit_init()
|
| H A D | act_vlan.c | 117 int ovr, int bind, bool rtnl_held, in tcf_vlan_init() argument 226 } else if (!ovr) { in tcf_vlan_init()
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/ |
| H A D | ssd_post_process.py | 66 ovr = w * h / (area1 + area2 - w * h + 0.000001) 67 return ovr 118 ovr = IntersectBBox(bboxes[idx_class_conf[i][0]], bboxes[idx_class_conf_[k][0]]) 119 if idx_class_conf_[k][1] == idx_class_conf[i][1] and ovr > NMS_THRESH:
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/ |
| H A D | test.py | 41 ovr = w*h / (area1 + area2 - w*h) 42 return ovr 96 ovr = IntersectBBox(bboxes[idx_class_conf[i][0]], bboxes[idx_class_conf_[k][0]]) 97 if idx_class_conf_[k][1] == idx_class_conf[i][1] and ovr > NMS_THRESH:
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | act_api.h | 102 struct nlattr *est, struct tc_action **act, int ovr, 182 struct nlattr *est, char *name, int ovr, int bind, 190 char *name, int ovr, int bind,
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/darknet/yolov3_416x416/ |
| H A D | yolov3_utils.py | 107 ovr = inter / (areas[i] + areas[order[1:]] - inter) 108 inds = np.where(ovr <= NMS_THRESH)[0]
|
| /OK3568_Linux_fs/kernel/drivers/video/console/ |
| H A D | vgacon.c | 1019 unsigned char ovr, vde, fsr; in vgacon_adjust_height() local 1037 ovr = inb_p(vga_video_port_val); in vgacon_adjust_height() 1043 ovr = (ovr & 0xbd) + /* Overflow register */ in vgacon_adjust_height() 1049 outb_p(ovr, vga_video_port_val); in vgacon_adjust_height()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/sisusbvga/ |
| H A D | sisusb_con.c | 1135 unsigned char ovr, vde, fsr; in sisusbcon_do_font_op() local 1148 sisusb_getidxreg(sisusb, SISCR, 0x07, &ovr); in sisusbcon_do_font_op() 1150 ovr = (ovr & 0xbd) | in sisusbcon_do_font_op() 1153 sisusb_setidxreg(sisusb, SISCR, 0x07, ovr); in sisusbcon_do_font_op()
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/yolov5/ |
| H A D | test.py | 137 ovr = inter / (areas[i] + areas[order[1:]] - inter) 138 inds = np.where(ovr <= NMS_THRESH)[0]
|