Searched refs:height (Results 101 - 125 of 165) sorted by relevance

1234567

/freebsd-current/contrib/mandoc/
H A Dterm_ps.c79 size_t lineheight; /* line height (AFM units) */
83 size_t height; /* page height (AFM units */ member in struct:termp_ps
608 /* Line-height is 1.4em. */
613 p->ps->height = (size_t)pagey;
811 (size_t)AFM2PNT(p, p->ps->height));
850 size_t width, height; local
894 height = AFM2PNT(p, p->ps->height);
902 p->ps->medianame, width, height);
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/algs/skein/
H A Dskein_impl.h177 #define Skein_Set_Tree_Level(hdr, height) \
179 (hdr).T[1] |= SKEIN_T1_TREE_LEVEL(height); \
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox_prop.h301 uint32_t height; member in struct:bcm2835_mbox_tag_fb_w_h::__anon307::__anon308
305 uint32_t height; member in struct:bcm2835_mbox_tag_fb_w_h::__anon307::__anon309
H A Dbcm2835_mbox.c522 fb->yres = msg.physical_w_h.body.resp.height;
559 msg.physical_w_h.body.req.height = fb->yres;
562 msg.virtual_w_h.body.req.height = fb->vyres;
578 fb->yres = msg.physical_w_h.body.resp.height;
580 fb->vyres = msg.virtual_w_h.body.resp.height;
/freebsd-current/contrib/pnglite/
H A Dpnglite.c124 png->height = get_ul(ihdr+8);
148 printf("\theight:\t\t%d\n", png->height);
208 uint64_t size = png->width * png->height * png->bpp;
358 png->png_datalen = png->width * png->height *
359 png->bpp + png->height;
/freebsd-current/sys/dev/vt/hw/fb/
H A Dvt_fb.c270 unsigned int width, unsigned int height,
290 if (y + height > vw->vw_draw_area.tr_end.tp_row) {
293 height = vw->vw_draw_area.tr_end.tp_row - y;
300 for (yi = 0; yi < height; yi++) {
397 vd->vd_mcursor->width, vd->vd_mcursor->height,
268 vt_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, const uint8_t *pattern, const uint8_t *mask, unsigned int width, unsigned int height, unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) argument
/freebsd-current/contrib/ncurses/menu/
H A Dm_global.c347 menu->height = (short)(1 + menu->spc_rows * (menu->arows - 1));
523 if (menu->height < maxy)
524 maxy = menu->height;
H A Dm_post.c295 if (y >= menu->height)
296 y = menu->height;
/freebsd-current/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c177 uint32_t height; member in struct:panel_info
249 panel->height = dts_value[1];
411 sc->sc_info.fb_height = panel.height;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp59 } else if (height() < Level)
60 // end() may have created a height=0 path.
/freebsd-current/usr.sbin/bsdconfig/console/
H A Dkeymap112 local height width rows
113 eval f_dialog_menu_size height width rows \
205 $height $width $rows \
/freebsd-current/crypto/openssh/
H A Dxmss_fast.c88 * Especially h is the total tree height, i.e. the XMSS trees have height h/d
116 uint32_t height = 0; local
120 setTreeHeight(addr, height);
142 height++;
143 setTreeHeight(addr, height);
178 static void treehash_setup(unsigned char *node, int height, int index, bds_state *state, const unsigned char *sk_seed, const xmss_params *params, const unsigned char *pub_seed, const uint32_t addr[8]) argument
198 unsigned char stack[(height+1)*n];
199 unsigned int stacklevels[height+1];
203 lastnode = idx+(1<<height);
[all...]
/freebsd-current/sys/crypto/skein/
H A Dskein.h251 #define Skein_Set_Tree_Level(hdr,height) { (hdr).T[1] |= SKEIN_T1_TREE_LEVEL(height);}
/freebsd-current/sys/contrib/v4l/
H A Dvideodev2.h234 __s32 height; member in struct:v4l2_rect
281 __u32 height; member in struct:v4l2_pix_format
410 __u32 height; /* Frame height [pixel] */ member in struct:v4l2_frmsize_discrete
417 __u32 min_height; /* Minimum frame height [pixel] */
418 __u32 max_height; /* Maximum frame height [pixel] */
419 __u32 step_height; /* Frame height step size [pixel] */
454 __u32 height; /* Frame height */ member in struct:v4l2_frmivalenum
766 __u32 height; member in struct:v4l2_dv_enum_preset
800 __u32 height; /* height in lines */ member in struct:v4l2_bt_timings
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h67 /// getHeight - Returns the height of the tree. A tree with no subtrees
68 /// has a height of 1.
69 unsigned getHeight() const { return height; }
175 /// method that returns the height of the tree, which is then consumed
215 unsigned height : 28;
232 unsigned height)
233 : factory(f), left(l), right(r), height(height), IsMutable(true),
241 /// (as well as height) can be changed. If this method returns false,
276 /// setHeight - Changes the height o
231 ImutAVLTree(Factory *f, ImutAVLTree* l, ImutAVLTree* r, value_type_ref v, unsigned height) argument
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_crtc.c1816 fb_height = fb->height << 16;
1963 vdisplay > fb->height ||
1965 crtc_req->y > fb->height - vdisplay) {
1967 fb->width, fb->height,
2075 req->width, req->height);
2156 r.height = or->height;
2167 if ((config->min_height > r.height) || (r.height > config->max_height))
2276 DRM_DEBUG_KMS("bad framebuffer width %u\n", r->height);
2287 unsigned int height = r->height / (i != 0 ? vsub : 1); local
[all...]
/freebsd-current/sys/dev/syscons/
H A Dsyscons.c229 static void change_cursor_shape(scr_stat *scp, int flags, int base, int height);
985 ((int *)data)[2] = cap->height;
3080 /* hidden cursor is internally represented as zero-height
3083 scp->curs_attr.base = scp->curs_attr.height = 0;
3087 scp->curs_attr.height = imin(scp->base_curs_attr.height,
3091 scp->curs_attr.height = scp->font_size;
3097 scp->curs_attr.height, scp->curs_attr.flags & CONS_BLINK_CURSOR);
3102 sc_adjust_ca(struct cursor_attr *cap, int flags, int base, int height) argument
3106 cap->bg[1] = height
3121 change_cursor_shape(scr_stat *scp, int flags, int base, int height) argument
3141 sc_change_cursor_shape(scr_stat *scp, int flags, int base, int height) argument
[all...]
H A Dsyscons.h166 u_char height; member in struct:cursor_attr
441 typedef void vr_set_cursor_t(scr_stat *scp, int base, int height, int blink);
566 int base, int height);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp169 unsigned height(Node *N) { function in struct:__anon2330::RangeTree
174 N->Height = 1 + std::max(height(N->Left), height(N->Right));
183 int32_t Balance = height(N->Right) - height(N->Left);
671 if (height(Lower->Left) > height(Lower->Right))
673 assert(height(Lower->Left) <= height(Lower->Right));
686 if (height(Lowe
[all...]
/freebsd-current/sys/dev/vt/hw/vga/
H A Dvt_vga.c503 unsigned int x, unsigned int y, unsigned int height)
524 for (i = 0; i < height; ++i, offset += VT_VGA_WIDTH / 8) {
531 unsigned int x, unsigned int y, unsigned int height)
535 uint8_t mask, planes[height * 4];
569 for (i = 0; i < height; ++i) {
599 /* Write all bytes for this plane, from Y to Y+height. */
600 for (i = 0; i < height; ++i) {
751 min(cursor->height - src_y, y + vf->vf_height - my),
841 * loop, N = font height), and for these lines, draw one pixels
848 * However, the operation is repeated for the full height o
501 vga_bitblt_pixels_block_2colors(struct vt_device *vd, const uint8_t *masks, term_color_t fg, term_color_t bg, unsigned int x, unsigned int y, unsigned int height) argument
530 vga_bitblt_pixels_block_ncolors(struct vt_device *vd, const uint8_t *masks, unsigned int x, unsigned int y, unsigned int height) argument
959 vga_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, const uint8_t *pattern, const uint8_t *mask, unsigned int width, unsigned int height, unsigned int x, unsigned int y, term_color_t fg, term_color_t bg) argument
[all...]
/freebsd-current/sys/dev/usb/input/
H A Dwmt.c498 uint32_t height; local
583 height = slot_data->val[WMT_HEIGHT] >> 1;
584 slot_data->ori = width > height;
585 slot_data->maj = MAX(width, height);
586 slot_data->min = MIN(width, height);
929 /* Report touch orientation if both width and height are supported */
/freebsd-current/sys/dev/hid/
H A Dhmt.c482 uint32_t height; local
606 height = slot_data->val[HMT_HEIGHT] >> 1;
607 slot_data->ori = width > height;
608 slot_data->maj = MAX(width, height);
609 slot_data->min = MIN(width, height);
837 /* Report touch orientation if both width and height are supported */
/freebsd-current/contrib/byacc/
H A Dlalr.c593 Value_t height; local
597 INDEX[i] = height = top;
621 if (INDEX[i] == height)
/freebsd-current/sys/dev/fb/
H A Dfbreg.h116 int height, int celsize, int blink);
216 #define vidd_set_hw_cursor_shape(adp, base, height, celsize, blink) \
218 (height), (celsize), (blink))
H A Ds3_pci.c377 s3lfb_set_hw_cursor_shape(video_adapter_t *adp, int base, int height, argument
380 return (*prevvidsw->set_hw_cursor_shape)(adp, base, height,

Completed in 477 milliseconds

1234567