/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_hw.h | 454 static inline unsigned short hantro_vp9_num_sbs(unsigned short dimension) in hantro_vp9_num_sbs() argument 456 return (dimension + 63) / 64; in hantro_vp9_num_sbs() 509 static inline unsigned short hantro_av1_num_sbs(unsigned short dimension) in hantro_av1_num_sbs() argument 511 return DIV_ROUND_UP(dimension, 64); in hantro_av1_num_sbs()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | bootstrap-3.4.1.js | 588 Collapse.prototype.dimension = function () { method in Collapse 613 var dimension = this.dimension() 617 .addClass('collapsing')[dimension](0) 629 .addClass('collapse in')[dimension]('') 637 var scrollSize = $.camelCase(['scroll', dimension].join('-')) 641 .emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize]) 651 var dimension = this.dimension() 653 this.$element[dimension](this.$element[dimension]())[0].offsetHeight 677 [dimension](0) 1729 Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) { argument [all …]
|
H A D | bootstrap-3.4.1.min.js | 6 …dimension=function(){return this.$element.hasClass("width")?"width":"height"},r.prototype.show=fun… method in r
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-usb-gadget-uvc | 249 bAspectRatioY the X dimension of the picture aspect 251 bAspectRatioX the Y dimension of the picture aspect 305 bAspectRatioY the X dimension of the picture aspect 307 bAspectRatioX the Y dimension of the picture aspect
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_mac.c | 124 .dimension = IPSET_DIM_ONE,
|
H A D | ip_set_hash_ipmark.c | 283 .dimension = IPSET_DIM_TWO,
|
H A D | ip_set_hash_ipmac.c | 267 .dimension = IPSET_DIM_TWO,
|
H A D | ip_set_bitmap_port.c | 291 .dimension = IPSET_DIM_ONE,
|
H A D | ip_set_hash_ip.c | 278 .dimension = IPSET_DIM_ONE,
|
H A D | ip_set_bitmap_ip.c | 340 .dimension = IPSET_DIM_ONE,
|
H A D | ip_set_hash_net.c | 360 .dimension = IPSET_DIM_ONE,
|
H A D | ip_set_bitmap_ipmac.c | 380 .dimension = IPSET_DIM_TWO,
|
H A D | ip_set_hash_ipportip.c | 360 .dimension = IPSET_DIM_THREE,
|
H A D | ip_set_hash_ipport.c | 365 .dimension = IPSET_DIM_TWO,
|
H A D | ip_set_hash_netport.c | 464 .dimension = IPSET_DIM_TWO,
|
H A D | ip_set_hash_netiface.c | 475 .dimension = IPSET_DIM_TWO,
|
H A D | ip_set_hash_netnet.c | 478 .dimension = IPSET_DIM_TWO,
|
H A D | ip_set_hash_ipportnet.c | 519 .dimension = IPSET_DIM_THREE,
|
H A D | ip_set_hash_netportnet.c | 575 .dimension = IPSET_DIM_THREE,
|
H A D | ip_set_core.c | 749 if (opt->dim < set->type->dimension || in ip_set_test() 785 if (opt->dim < set->type->dimension || in ip_set_add() 807 if (opt->dim < set->type->dimension || in ip_set_del()
|
H A D | ip_set_list_set.c | 649 .dimension = IPSET_DIM_ONE,
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | rkisp1.rst | 130 node with dimension 900x800 planar format YUV 4:2:2. It uses all cropping 177 to dimension `900x800`.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-jpeg.rst | 28 spatial dimension. See :ref:`itu-t81`, clause A.1.1. for more
|
/openbmc/linux/Documentation/mm/ |
H A D | ksm.rst | 30 When the sharing passes this threshold, KSM adds a second dimension to
|
/openbmc/linux/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 216 u8 dimension; member
|