| /components/utilities/libadt/avl/ |
| A D | avl.c | 32 axis->height = lrheight + 1; in rotate_right() 33 lchild->height = axis->height + 1; in rotate_right() 54 lrchild->height = lchild->height; in midmount_right() 55 lchild->height = lrheight; in midmount_right() 56 axis->height = lrheight; in midmount_right() 78 rchild->height = axis->height + 1; in rotate_left() 99 rlchild->height = rchild->height; in midmount_left() 100 rchild->height = rlheight; in midmount_left() 101 axis->height = rlheight; in midmount_left() 168 if (height == axis->height) in util_avl_rebalance() [all …]
|
| A D | avl.h | 23 size_t height; member 45 new_node->height = 1; in util_avl_link()
|
| /components/drivers/usb/cherryusb/ |
| A D | README_zh.md | 234 …height="80"/> <img src="docs/assets/hpmicro.jpg" width="100" height="80" /> <img src="docs/assets…
|
| A D | README.md | 229 …height="80"/> <img src="docs/assets/hpmicro.jpg" width="100" height="80" /> <img src="docs/assets… 230 …="docs/assets/actions.jpg" width="100" height="80" /> <img src="docs/assets/nationstech.jpg" wid…
|
| /components/drivers/usb/cherryusb/platform/lvgl/ |
| A D | usbh_hid_lvgl.c | 101 int16_t height = 0; in usbh_hid_lvgl_read_mouse() local 107 height = lv_display_get_vertical_resolution(disp); in usbh_hid_lvgl_read_mouse() 110 height = lv_display_get_physical_horizontal_resolution(disp); in usbh_hid_lvgl_read_mouse() 121 } else if (ctx->mouse.y >= height * ctx->mouse.sensitivity) { in usbh_hid_lvgl_read_mouse() 122 ctx->mouse.y = (height * ctx->mouse.sensitivity) - 1; in usbh_hid_lvgl_read_mouse() 173 int16_t height = 0; in hpm_lvgl_indev_read_cb() local 178 height = indev_drv->disp->driver->ver_res; in hpm_lvgl_indev_read_cb() 181 height = indev_drv->disp->driver->hor_res; in hpm_lvgl_indev_read_cb() 193 } else if (ctx->mouse.y >= height * ctx->mouse.sensitivity) { in hpm_lvgl_indev_read_cb() 194 ctx->mouse.y = (height * ctx->mouse.sensitivity) - 1; in hpm_lvgl_indev_read_cb() [all …]
|
| /components/drivers/virtio/ |
| A D | virtio_gpu.c | 179 rt_uint32_t *resource_id, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_create_2d_resource() argument 190 req.height = height; in virtio_gpu_create_2d_resource() 252 rt_uint32_t resource_id, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_set_scanout() argument 263 req.r.height = height; in virtio_gpu_set_scanout() 278 rt_uint32_t x, rt_uint32_t y, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_flush_resource() argument 289 req.r.height = height; in virtio_gpu_flush_resource() 314 req.r.height = height; in virtio_gpu_transfer_to_host_2d() 329 rt_uint32_t x, rt_uint32_t y, rt_uint32_t width, rt_uint32_t height) in virtio_gpu_gfx_flush_2d() argument 520 info->x, info->y, info->width, info->height); in virtio_gpu_control() 531 info->height = virtio_gpu_dev->pmode.r.height; in virtio_gpu_control() [all …]
|
| A D | virtio_gpu.h | 120 rt_uint32_t height; member 169 rt_uint32_t height; member 299 rt_uint32_t height; member
|
| A D | virtio.c | 372 info->yres = _graphic_info.height; in fb_control() 373 info->yres_virtual = _graphic_info.height; in fb_control() 438 _rect_info.height = _graphic_info.height; in fb_init()
|
| /components/drivers/include/drivers/classes/ |
| A D | graphic.h | 72 rt_uint16_t height; /**< height of graphic device */ member 86 rt_uint16_t height; /**< height */ member
|
| /components/lwp/ |
| A D | lwp_avl.c | 71 int height = (heightleft < heightright ? heightright : heightleft) + 1; in lwp_avl_rebalance() local 72 if (height == node->avl_height) in lwp_avl_rebalance() 74 node->avl_height = height; in lwp_avl_rebalance()
|
| /components/drivers/include/drivers/ |
| A D | lcd.h | 70 uint32_t height; /* height of picture in mm */ member
|
| /components/drivers/usb/cherryusb/class/video/ |
| A D | usbh_video.h | 37 uint16_t height; member
|
| /components/dfs/dfs_v1/filesystems/cromfs/ |
| A D | dfs_cromfs.c | 187 int height = (heightleft<heightright ? heightright : heightleft) + 1; in cromfs_avl_rebalance() local 188 if (height == node->avl_height) in cromfs_avl_rebalance() 192 node->avl_height = height; in cromfs_avl_rebalance()
|
| /components/dfs/dfs_v2/filesystems/cromfs/ |
| A D | dfs_cromfs.c | 198 int height = (heightleft<heightright ? heightright : heightleft) + 1; in cromfs_avl_rebalance() local 199 if (height == node->avl_height) in cromfs_avl_rebalance() 203 node->avl_height = height; in cromfs_avl_rebalance()
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 50 # in the documentation. The maximum height of the logo should not exceed 55
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 50 # in the documentation. The maximum height of the logo should not exceed 55
|
| A D | lwip.Doxyfile.cmake.in | 50 # in the documentation. The maximum height of the logo should not exceed 55
|