Home
last modified time | relevance | path

Searched refs:height (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_radix.c72 int height; in radix_tree_lookup() local
76 height = root->height - 1; in radix_tree_lookup()
94 int height; in radix_tree_iter_find() local
100 height = root->height - 1; in radix_tree_iter_find()
138 height = root->height - 1; in radix_tree_delete()
237 height = root->height - 1; in radix_tree_insert()
240 for ( ; height != 0; height--) { in radix_tree_insert()
260 for ( ; height != 0; height--) { in radix_tree_insert()
341 height = root->height - 1; in radix_tree_store()
344 for ( ; height != 0; height--) { in radix_tree_store()
[all …]
/freebsd-14.2/contrib/dialog/
H A Ddialog.pl105 $height = int($height);
115 my ( $tmp, $height );
126 . " $height $width" );
137 my ( $tmp, $height );
148 . " $height $width" );
153 my ( $tmp, $height );
164 . " $height $width" );
177 my ( $tmp, $height );
213 my ( $tmp, $height );
224 . " $height $width "
[all …]
H A Dyesno.c58 int req_high = height; in dialog_yesno()
65 DLG_TRACE2N("height", height); in dialog_yesno()
75 dlg_print_size(height, width); in dialog_yesno()
76 dlg_ctl_size(height, width); in dialog_yesno()
79 y = dlg_box_y_ordinate(height); in dialog_yesno()
81 dialog = dlg_new_window(height, width, y, x); in dialog_yesno()
92 page = height - (1 + 3 * MARGIN); in dialog_yesno()
94 height - 2 * MARGIN, 0, in dialog_yesno()
123 height - 2, 0, in dialog_yesno()
132 height - 2, 0, in dialog_yesno()
[all …]
H A Dmsgbox.c67 DLG_TRACE2N("height", height); in dialog_msgbox()
75 req_high = height; in dialog_msgbox()
84 dlg_auto_size(title, prompt, &height, &width, in dialog_msgbox()
87 dlg_print_size(height, width); in dialog_msgbox()
88 dlg_ctl_size(height, width); in dialog_msgbox()
91 y = dlg_box_y_ordinate(height); in dialog_msgbox()
93 dialog = dlg_new_window(height, width, y, x); in dialog_msgbox()
97 page = height - (1 + 3 * MARGIN); in dialog_msgbox()
139 height = req_high; in dialog_msgbox()
150 height - 2, 0, in dialog_msgbox()
[all …]
H A Dpause.c50 int height, in dialog_pause() argument
64 int old_height = height; in dialog_pause()
85 DLG_TRACE2N("height", height); in dialog_pause()
103 dlg_auto_size(title, prompt, &height, &width, in dialog_pause()
108 dlg_auto_size(title, prompt, &height, &width, in dialog_pause()
113 dlg_print_size(height, width); in dialog_pause()
114 dlg_ctl_size(height, width); in dialog_pause()
118 y = dlg_box_y_ordinate(height); in dialog_pause()
207 height = old_height; in dialog_pause()
218 height - 2, 0, in dialog_pause()
[all …]
H A Dguage.c46 int height; member
137 obj->height - 4, 2 + MARGIN, in repaint_text()
300 int height, in dlg_reallocate_gauge() argument
317 dlg_print_size(height, width); in dlg_reallocate_gauge()
318 dlg_ctl_size(height, width); in dlg_reallocate_gauge()
323 height = obj->height; in dlg_reallocate_gauge()
352 obj->height = height; in dlg_reallocate_gauge()
368 int height, in dlg_allocate_gauge() argument
403 int height, in dialog_gauge() argument
415 DLG_TRACE2N("height", height); in dialog_gauge()
[all …]
H A Dtimebox.c50 int height; member
94 int width, int height, in init_object() argument
104 data->height = height; in init_object()
109 data->height, data->width, in init_object()
139 int height, in dialog_timebox() argument
174 int old_height = height; in dialog_timebox()
193 DLG_TRACE2N("height", height); in dialog_timebox()
216 dlg_ctl_size(height, width); in dialog_timebox()
261 hr_box.height, in dialog_timebox()
275 mn_box.height, in dialog_timebox()
[all …]
H A Dmixedgauge.c42 int height, old_height, min_height; member
110 int limit_y = dlg->height; in myprint_status()
280 dlg->height = dlg->old_height = aHeight; in dlg_begin_mixedgauge()
310 dlg->height = dlg->old_height; in dlg_begin_mixedgauge()
316 &(dlg->height), in dlg_begin_mixedgauge()
321 dlg_ctl_size(dlg->height, dlg->width); in dlg_begin_mixedgauge()
325 y = dlg_box_y_ordinate(dlg->height); in dlg_begin_mixedgauge()
332 dlg->height, in dlg_begin_mixedgauge()
351 dlg->height - 4, in dlg_begin_mixedgauge()
384 int height, in dialog_mixedgauge() argument
[all …]
H A Dinputbox.c49 dialog_inputbox(const char *title, const char *cprompt, int height, int width, in dialog_inputbox() argument
71 int old_height = height; in dialog_inputbox()
95 DLG_TRACE2N("height", height); in dialog_inputbox()
115 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, in dialog_inputbox()
121 dlg_auto_size(title, prompt, &height, &width, MIN_HIGH, MIN_WIDE); in dialog_inputbox()
124 dlg_print_size(height, width); in dialog_inputbox()
125 dlg_ctl_size(height, width); in dialog_inputbox()
128 yorg = dlg_box_y_ordinate(height); in dialog_inputbox()
130 dialog = dlg_new_window(height, width, yorg, xorg); in dialog_inputbox()
142 dlg_print_autowrap(dialog, prompt, height, width); in dialog_inputbox()
[all …]
H A Dutil.c1111 height, in dlg_print_autowrap()
1128 int height, in dlg_print_scrolled() argument
1313 *height = high; in auto_size_preformatted()
1360 if (*height == 0) in real_auto_size()
1361 *height = -1; in real_auto_size()
1370 high = *height; in real_auto_size()
1413 *height = save_high; in real_auto_size()
1428 int *height, in dlg_auto_size() argument
1440 (*height)++; in dlg_auto_size()
1445 *height = SLINES; in dlg_auto_size()
[all …]
H A Drangebox.c160 int height, in dialog_rangebox() argument
195 int old_height = height; in dialog_rangebox()
215 DLG_TRACE2N("height", height); in dialog_rangebox()
238 dlg_print_size(height, width); in dialog_rangebox()
239 dlg_ctl_size(height, width); in dialog_rangebox()
241 dialog = dlg_new_window(height, width, in dialog_rangebox()
242 yorg = dlg_box_y_ordinate(height), in dialog_rangebox()
276 data.slide_y = height - 5; in dialog_rangebox()
287 height - 6, data.slide_x - MARGIN, in dialog_rangebox()
297 dlg_print_autowrap(dialog, prompt, height, width); in dialog_rangebox()
[all …]
H A Dtailbox.c168 print_page(MY_OBJ * obj, int height, int width) in print_page() argument
172 for (i = 0; i < height; i++) { in print_page()
309 int height, in dialog_tailbox() argument
330 int old_height = height; in dialog_tailbox()
344 DLG_TRACE2N("height", height); in dialog_tailbox()
356 dlg_print_size(height, width); in dialog_tailbox()
357 dlg_ctl_size(height, width); in dialog_tailbox()
360 y = dlg_box_y_ordinate(height); in dialog_tailbox()
361 thigh = height - ((2 * MARGIN) + (bg_task ? 0 : 2)); in dialog_tailbox()
363 dialog = dlg_new_window(height, width, y, x); in dialog_tailbox()
[all …]
/freebsd-14.2/contrib/dialog/samples/
H A Ddialog.py111 '--yesno "%s" %d %d' % (text, height, width))
121 '--msgbox "%s" %d %d' % (text, height, width))
124 def infobox(self, text, height=10, width=30): argument
153 def menu(self, text, height=15, width=54, list=[]): argument
161 menuheight = height - 8
165 (text, height, width, menuheight, choices))
182 menuheight = height - 8
189 (text, height, width, menuheight, choices))
211 menuheight = height - 8
220 (text, height, width, menuheight, choices))
[all …]
/freebsd-14.2/usr.sbin/bhyve/
H A Dbhyvegc.c44 bhyvegc_init(int width, int height, void *fbaddr) in bhyvegc_init() argument
53 gc_image->height = height; in bhyvegc_init()
58 gc_image->data = calloc(width * height, sizeof (uint32_t)); in bhyvegc_init()
77 bhyvegc_resize(struct bhyvegc *gc, int width, int height) in bhyvegc_resize() argument
84 gc_image->height = height; in bhyvegc_resize()
86 gc_image->data = reallocarray(gc_image->data, width * height, in bhyvegc_resize()
89 memset(gc_image->data, 0, width * height * in bhyvegc_resize()
H A Dpci_fbuf.c90 uint16_t height; member
158 sc->memregs.height == 0) { in pci_fbuf_write()
164 sc->memregs.height != 0) { in pci_fbuf_write()
329 sc->memregs.height = atoi(value); in pci_fbuf_parse_config()
330 if (sc->memregs.height > ROWS_MAX) { in pci_fbuf_parse_config()
332 sc->memregs.height); in pci_fbuf_parse_config()
335 if (sc->memregs.height == 0) in pci_fbuf_parse_config()
336 sc->memregs.height = 1080; in pci_fbuf_parse_config()
361 sc->gc_height != sc->memregs.height) { in pci_fbuf_render()
364 sc->gc_height = sc->memregs.height; in pci_fbuf_render()
[all …]
/freebsd-14.2/usr.bin/vtfontcvt/
H A Dvtfontcvt.c386 height = h; in set_height()
774 fh.fh_height = height; in write_fnt()
820 width, height) < 0) in write_fnt_source()
831 width, height) < 0) in write_fnt_source()
889 width, height) < 0) in write_fnt_source()
898 width, height) < 0) in write_fnt_source()
906 width, height) < 0) in write_fnt_source()
914 width, height) < 0) in write_fnt_source()
950 width, height) < 0) in write_fnt_source()
1017 width, height, in print_font_info()
[all …]
/freebsd-14.2/usr.sbin/bsdconfig/share/
H A Ddialog.subr110 # height (but does for width) -- a height of 3 will display three lines and a
349 # and no-greater-than terminal height (or screen height if $USE_XDIALOG is
440 # and no-greater-than terminal height (or screen height if $USE_XDIALOG is
929 # Add rows to height
1005 # the height).
1025 # Add rows to height
1231 # the height).
1603 $height $width
1606 height=$(( $height + 3 )) # Add height for progress bar
2288 local height width
[all …]
/freebsd-14.2/crypto/heimdal/doc/doxyout/hx509/html/
H A Dgraph_legend.dot5 …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-14.2/crypto/heimdal/doc/doxyout/krb5/html/
H A Dgraph_legend.dot5 …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-14.2/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dgraph_legend.dot5 …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-14.2/crypto/heimdal/doc/doxyout/hdb/html/
H A Dgraph_legend.dot5 …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-14.2/crypto/heimdal/doc/doxyout/hcrypto/html/
H A Dgraph_legend.dot5 …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-14.2/crypto/heimdal/doc/doxyout/ntlm/html/
H A Dgraph_legend.dot5 …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-14.2/crypto/heimdal/doc/doxyout/wind/html/
H A Dgraph_legend.dot5 …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-14.2/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c151 int x, y, width, height; in vtgpu_fb_bitblt_text() local
170 unsigned int width, unsigned int height, in vtgpu_fb_bitblt_bitmap() argument
201 int width, height; in vtgpu_fb_drawrect() local
209 height = y2 - y1 + 1; in vtgpu_fb_drawrect()
510 le32toh(s.resp.pmodes[i].r.height); in vtgpu_get_display_info()
599 uint32_t width, uint32_t height) in vtgpu_set_scanout() argument
616 s.req.r.height = htole32(height); in vtgpu_set_scanout()
637 uint32_t width, uint32_t height) in vtgpu_transfer_to_host_2d() argument
654 s.req.r.height = htole32(height); in vtgpu_transfer_to_host_2d()
676 uint32_t width, uint32_t height) in vtgpu_resource_flush() argument
[all …]

12345678910>>...14