| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_radix.c | 46 return ((1UL << (root->height * RADIX_TREE_MAP_SHIFT)) - 1UL); in radix_max() 50 radix_pos(long id, int height) in radix_pos() argument 52 return (id >> (RADIX_TREE_MAP_SHIFT * height)) & RADIX_TREE_MAP_MASK; in radix_pos() 108 int height, pos; in node_tag_clear() local 110 height = 1; in node_tag_clear() 111 node = stack[height]; in node_tag_clear() 113 while (node && height <= root->height - 1) { in node_tag_clear() 114 pos = radix_pos(index, height); in node_tag_clear() 122 height++; in node_tag_clear() 123 node = stack[height]; in node_tag_clear() [all …]
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | bhyvegc.c | 43 bhyvegc_init(int width, int height, void *fbaddr) in bhyvegc_init() argument 52 gc_image->height = height; in bhyvegc_init() 57 gc_image->data = calloc(width * height, sizeof (uint32_t)); in bhyvegc_init() 76 bhyvegc_resize(struct bhyvegc *gc, int width, int height) in bhyvegc_resize() argument 83 gc_image->height = height; in bhyvegc_resize() 85 gc_image->data = reallocarray(gc_image->data, width * height, in bhyvegc_resize() 88 memset(gc_image->data, 0, width * height * in bhyvegc_resize()
|
| H A D | pci_fbuf.c | 92 uint16_t height; member 161 sc->memregs.height == 0) { in pci_fbuf_write() 167 sc->memregs.height != 0) { in pci_fbuf_write() 341 sc->memregs.height = strtol(value, NULL, 10); in pci_fbuf_parse_config() 344 sc->memregs.height > ROWS_MAX) { in pci_fbuf_parse_config() 349 sc->memregs.height < ROWS_MIN) { in pci_fbuf_parse_config() 377 sc->gc_height != sc->memregs.height) { in pci_fbuf_render() 378 bhyvegc_resize(gc, sc->memregs.width, sc->memregs.height); in pci_fbuf_render() 380 sc->gc_height = sc->memregs.height; in pci_fbuf_render() 420 sc->memregs.height = ROWS_DEFAULT; in pci_fbuf_init() [all …]
|
| H A D | bhyvegc.h | 37 int height; member 41 struct bhyvegc *bhyvegc_init(int width, int height, void *fbaddr); 43 void bhyvegc_resize(struct bhyvegc *gc, int width, int height);
|
| /freebsd/usr.sbin/bsdconfig/share/ |
| H A D | dialog.subr | 114 # need to know the size of the embedded GUI objects because the height passed 119 # height (but does for width) -- a height of 3 will display three lines and a 121 # given a height of 3). For dialog(1), use these values for making sure that 122 # the height does not exceed max_height (obtained by f_dialog_max_size()). 301 # Get the maximum height and width for a dialog widget and store the values in 345 # Don't adjust height if already too small (allowing 358 # and no-greater-than terminal height (or screen height if $USE_XDIALOG is 380 # NOTE: Don't change the name of $__{var,min,}{height,width} 384 for __arg in height width; do 397 for __arg in height width; do [all …]
|
| /freebsd/usr.bin/vtfontcvt/ |
| H A D | vtfontcvt.c | 51 static unsigned int width = 8, wbytes, height = 16; variable 266 hash = fnv_32_buf(bytes, wbytes * height, FNV1_32_INIT) % FONTCVT_NHASH; in add_glyph() 268 if (memcmp(gl->g_data, bytes, wbytes * height) == 0) { in add_glyph() 276 gl->g_data = xmalloc(wbytes * height); in add_glyph() 277 memcpy(gl->g_data, bytes, wbytes * height); in add_glyph() 387 height = h; in set_height() 467 bytes = xmalloc(wbytes * height); in parse_bdf() 468 bytes_r = xmalloc(wbytes * height); in parse_bdf() 493 memset(bytes, 0, wbytes * height); in parse_bdf() 494 memset(bytes_r, 0, wbytes * height); in parse_bdf() [all …]
|
| /freebsd/crypto/heimdal/doc/doxyout/gssapi/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd/crypto/heimdal/doc/doxyout/hcrypto/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd/crypto/heimdal/doc/doxyout/hdb/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd/crypto/heimdal/doc/doxyout/hx509/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd/crypto/heimdal/doc/doxyout/krb5/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd/crypto/heimdal/doc/doxyout/ntlm/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd/crypto/heimdal/doc/doxyout/wind/html/ |
| H A D | graph_legend.dot | 5 …Node9 [shape="box",label="Inherited",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",fillcolo… 7 …Node10 [shape="box",label="PublicBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 9 …Node11 [shape="box",label="Truncated",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="… 11 …Node13 [shape="box",label="ProtectedBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",col… 13 …Node14 [shape="box",label="PrivateBase",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color… 15 …Node15 [shape="box",label="Undocumented",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 17 …Node16 [shape="box",label="Templ< int >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",colo… 19 …Node17 [shape="box",label="Templ< T >",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color=… 21 …Node18 [shape="box",label="Used",fontsize=10,height=0.2,width=0.4,fontname="FreeSans",color="black…
|
| /freebsd/sys/dev/virtio/gpu/ |
| H A D | virtio_gpu.c | 151 int x, y, width, height; in vtgpu_fb_bitblt_text() local 161 height = area->tr_end.tp_row * vw->vw_font->vf_height + vw->vw_draw_area.tr_begin.tp_row - y; in vtgpu_fb_bitblt_text() 163 vtgpu_transfer_to_host_2d(sc, x, y, width, height); in vtgpu_fb_bitblt_text() 164 vtgpu_resource_flush(sc, x, y, width, height); in vtgpu_fb_bitblt_text() 170 unsigned int width, unsigned int height, in vtgpu_fb_bitblt_bitmap() argument 179 vt_fb_bitblt_bitmap(vd, vw, pattern, mask, width, height, x, y, fg, bg); in vtgpu_fb_bitblt_bitmap() 181 vtgpu_transfer_to_host_2d(sc, x, y, width, height); in vtgpu_fb_bitblt_bitmap() 182 vtgpu_resource_flush(sc, x, y, width, height); in vtgpu_fb_bitblt_bitmap() 188 unsigned int width, unsigned int height, in vtgpu_fb_bitblt_argb() argument 201 int width, height; in vtgpu_fb_drawrect() local [all …]
|
| /freebsd/usr.sbin/bsdconfig/timezone/ |
| H A D | timezone | 88 local height width rows 89 eval f_dialog_menu_size height width rows \ 108 $height $width $rows \ 218 --yesno "$msg" $height $width 227 --yesno "$msg" $height $width 365 $height $width $rows \ 423 $height $width $rows \
|
| /freebsd/contrib/lutok/api-docs/html/search/ |
| H A D | search.css | 8 height: 36px; 16 line-height: normal; 37 height: 1.4em; 44 height: 19px; 54 height: 19px; 65 height: 19px; 68 line-height: 1em; 89 height: 1.4em; 176 height: 15em; 187 height: 400px; [all …]
|
| /freebsd/contrib/expat/doc/ |
| H A D | ok.min.css | 2 …height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content…
|
| /freebsd/sys/arm/ti/am335x/ |
| H A D | am335x_lcd_syscons.c | 67 unsigned int height; member 256 am335x_rend_set_cursor(scr_stat* scp, int base, int height, int blink) in am335x_rend_set_cursor() argument 271 if (scp->curs_attr.height <= 0) in am335x_rend_draw_cursor() 343 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight))/2; in am335x_syscons_update_margins() 375 va_sc->height = 0; in am335x_syscons_configure() 391 va_sc->height = cell; in am335x_syscons_configure() 396 if (va_sc->height == 0) in am335x_syscons_configure() 397 va_sc->height = FB_HEIGHT; in am335x_syscons_configure() 429 vi->vi_height = sc->height/vi->vi_cheight; in am335x_syscons_init() 440 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight))/2; in am335x_syscons_init() [all …]
|
| /freebsd/stand/i386/libi386/ |
| H A D | vbe.c | 69 unsigned int height; member 74 .height = 480, 79 .height = 720, 84 .height = 1080, 89 .height = 1440, 95 .height = 2160, 100 .height = 2880, 116 vbe_get_max_resolution(int *width, int *height) in vbe_get_max_resolution() argument 123 *width = *height = 0; in vbe_get_max_resolution() 133 *height = res->height; in vbe_get_max_resolution() [all …]
|
| /freebsd/sys/arm/nvidia/drm2/ |
| H A D | tegra_fb.c | 141 mode_cmd.height = sizes->surface_height; in tegra_fb_probe() 146 size = mode_cmd.pitches[0] * mode_cmd.height; in tegra_fb_probe() 178 fb->drm_fb.height); in tegra_fb_probe() 181 fb->drm_fb.width, fb->drm_fb.height, fb->drm_fb.depth, in tegra_fb_probe() 271 int width, height, size, bpp; in tegra_drm_fb_create() local 283 height = cmd->height; in tegra_drm_fb_create() 286 height /= vsub; in tegra_drm_fb_create() 295 size = (height - 1) * cmd->pitches[i] + in tegra_drm_fb_create()
|
| /freebsd/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fb.c | 98 unsigned int height; member 170 sc->height = fb.yres; in bcm_fb_attach() 339 bcmrend_set_cursor(scr_stat* scp, int base, int height, int blink) in bcmrend_set_cursor() argument 354 if (scp->curs_attr.height <= 0) in bcmrend_draw_cursor() 425 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight)) / 2; in bcmfb_update_margins() 441 sc->height = 0; in bcmfb_configure() 461 sc->height = (unsigned int)strtol(v, NULL, 0); in bcmfb_configure() 478 if (sc->height == 0) { in bcmfb_configure() 481 sc->height = cell; in bcmfb_configure() 487 if (sc->height == 0) in bcmfb_configure() [all …]
|
| /freebsd/usr.sbin/bsdinstall/scripts/ |
| H A D | keymap | 95 local height width 96 f_dialog_inputbox_size height width \ 106 $height $width \ 181 eval f_dialog_menu_with_help_size height \"\" rows \ 197 $height $width $rows \
|
| H A D | firmware | 38 local height width rows msg 43 eval f_dialog_checklist_size height width rows \ 54 --nocancel --pause "${msg}" $height $width 5 86 $height $width $rows \
|
| /freebsd/sys/dev/videomode/ |
| H A D | pickmode.c | 43 pick_mode_by_dotclock(int width, int height, int dotclock) in pick_mode_by_dotclock() argument 49 height, dotclock); in pick_mode_by_dotclock() 52 if ((this->hdisplay != width) || (this->vdisplay != height) || in pick_mode_by_dotclock() 68 pick_mode_by_ref(int width, int height, int refresh) in pick_mode_by_ref() argument 74 height, refresh); in pick_mode_by_ref() 79 if ((this->hdisplay != width) || (this->vdisplay != height)) in pick_mode_by_ref()
|
| /freebsd/contrib/googletest/docs/_sass/ |
| H A D | main.scss | 16 height: 100vh; 56 height: 3em; 67 height: 0.7em; 173 height: auto; 183 height: 0; 189 height: auto;
|