Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 1785) sorted by path

12345678910>>...72

/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c188 *y = strtoul(p, &end, 0); in gfx_parse_mode_str()
189 if (*y == 0 || errno != 0) in gfx_parse_mode_str()
489 uint32_t data, bpp, pitch, y, x; in gfxfb_blt_fill() local
527 for (y = DestinationY; y < Height + DestinationY; y++) { in gfxfb_blt_fill()
1160 for (uint32_t y = 0; y < height; y++) { in gfx_fb_cons_display() local
1268 for (uint32_t y = 0; y < height; y++) { in gfx_fb_display_cursor() local
1666 tems.ts_p_offset.y; in gfx_fb_putimage()
1730 for (y = 0; y < fheight; y++) { in gfx_fb_putimage()
1746 j = y * fwidth + x; in gfx_fb_putimage()
1749 i = GETPIXEL(x, y); in gfx_fb_putimage()
[all …]
H A Disapnp.c40 #define outb(x, y) (archsw.arch_isaoutb((x), (y))) argument
H A Dtem.c537 tems.ts_p_offset.y = (tems.ts_p_dimension.height - in tems_setup_terminal()
731 *y = (uint16_t)tems.ts_p_dimension.height; in tem_get_size()
792 tem_pix_cls_range(tem, 0, nrows, tems.ts_p_offset.y, in tem_prom_scroll_up()
814 tems.ts_p_offset.y; in tem_adjust_row()
2397 da.row = (row * da.height) + tems.ts_p_offset.y; in tem_pix_display()
2431 tems.ts_p_offset.y - 1; in tem_pix_copy()
2484 tem_pix_cls_range(tem, row, 1, tems.ts_p_offset.y, in tem_pix_cls()
2518 offset = tems.ts_p_offset.y % height; in tem_pix_clear_prom_output()
2520 nrows = tems.ts_p_offset.y / height; in tem_pix_clear_prom_output()
2795 tems.ts_p_offset.y; in tem_pix_cursor()
[all …]
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1470 TPM2B_ECC_PARAMETER y; member
/illumos-gate/usr/src/boot/efi/libefi/
H A Dtime.c56 #define isleap(y) (((y) % 4) == 0 && \ argument
57 (((y) % 100) != 0 || ((y) % 400) == 0))
/illumos-gate/usr/src/boot/efi/loader/
H A Dframebuffer.c637 efifb_find_mode_xydm(UINT32 x, UINT32 y, int depth, int m) in efifb_find_mode_xydm() argument
669 if (x == fb.fb_width && y == fb.fb_height && d == i) in efifb_find_mode_xydm()
686 int x, y, depth; in efifb_find_mode() local
688 if (!gfx_parse_mode_str(str, &x, &y, &depth)) in efifb_find_mode()
691 return (efifb_find_mode_xydm(x, y, depth, -1)); in efifb_find_mode()
/illumos-gate/usr/src/boot/forth/
H A Dbrand-fbsd.4th29 : brand+ ( x y c-addr/u -- x y' )
32 1+ \ increase y for next time we're called
35 : brand ( x y -- ) \ "FreeBSD" [wide] logo in B/W (7 rows x 42 columns)
H A Dbrand-illumos.4th27 : brand+ ( x y c-addr/u -- x y' )
30 1+ \ increase y for next time we're called
33 : brand ( x y -- ) \ "illumos" [wide] logo in B/W (5 rows x 39 columns)
H A Dframes.4th72 : hline ( len x y -- ) \ Draw horizontal single line
112 : vline ( len x y -- ) \ Draw vertical single line
123 : box ( w h x y -- ) \ Draw a box
125 rot ( w x y h )
126 over + >R ( w x y -- R: y+h )
127 swap rot ( y x w -- R: y+h )
128 over + >R ( y x -- R: y+h x+w )
H A Dlogo-beastie.4th31 : logo+ ( x y c-addr/u -- x y' )
35 1+ \ increase y for next time we're called
38 : logo ( x y -- ) \ color BSD mascot (19 rows x 34 columns)
H A Dlogo-beastiebw.4th30 : logo+ ( x y c-addr/u -- x y' )
33 1+ \ increase y for next time we're called
36 : logo ( x y -- ) \ B/W BSD mascot (19 rows x 34 columns)
H A Dlogo-fbsdbw.4th30 : logo+ ( x y c-addr/u -- x y' )
33 1+ \ increase y for next time we're called
36 : logo ( x y -- ) \ "FreeBSD" logo in B/W (13 rows x 21 columns)
H A Dlogo-illumos.4th30 : logo+ ( x y c-addr/u -- x y' )
34 1+ \ increase y for next time we're called
37 : logo ( x y -- ) \ color illumos logo
41 >r over 0 swap ( x y 0 x )
42 12 0 22 ( x y 0 x 12 0 22 )
H A Dlogo-orb.4th29 : logo+ ( x y c-addr/u -- x y' )
33 1+ \ increase y for next time we're called
36 : logo ( x y -- ) \ color Orb mascot (15 rows x 30 columns)
40 s" +o .--` @[31;1m/y:` +.@[31m" logo+
42 s" y/ @[31;1m-/` -o/@[31m" logo+
H A Dlogo-orbbw.4th29 : logo+ ( x y c-addr/u -- x y' )
32 1+ \ increase y for next time we're called
35 : logo ( x y -- ) \ B/W Orb mascot (15 rows x 32 columns)
39 s" +o .--` /y:` +." logo+
41 s" y/ -/` -o/" logo+
H A Dmenu.4th318 : set-captions ( x y - x y )
320 2dup swap dup ( x y -- x y y x x )
323 ( x y y x x c-addr/u -- x y )
326 2dup swap dup ( x y -- x y y x x )
329 ( x y y x x c-addr/u -- x y )
402 48 - ( n y -- n k )
812 ansi_caption[x][y]
814 menu_caption[x][y]
819 \ form of $menu_caption[x][y] ($ansi_caption[x][y] with loader_color
830 ansi_caption[x][y]
[all …]
H A Dmenusets.4th211 \ $y is "0" through "9"
252 \ $y is "0" through "9"
370 \ ansiset1_caption[x][y] -> ansi_caption[x][y]
374 \ menuset1_caption[x][y] -> menu_caption[x][y]
388 \ {name}ansi_caption[x][y] -> ansi_caption[x][y]
391 \ {name}menu_caption[x][y] -> menu_caption[x][y]
445 s" y" unsetenv
499 1+ dup 57 > ( x y -- y' 0|-1 ) \ increment and test
501 drop ( x y -- x )
606 \ sets $y to y
[all …]
H A Dscreen.4th41 \ move cursor to x rows, y cols (1-based coords) ( Esc-[%d;%dH )
42 : at-xy ( x y -- ) escc .# [char] ; emit .# [char] H emit ;
76 : sr ( -- y ) 25 s" screen-#rows" getenvn ;
H A Dsupport.4th265 \ addr len are x y.
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c526 vbe_find_mode_xydm(int x, int y, int depth, int m) in vbe_find_mode_xydm() argument
569 mi.YResolution == y && in vbe_find_mode_xydm()
585 int x, y, depth; in vbe_find_mode() local
587 if (!gfx_parse_mode_str(str, &x, &y, &depth)) in vbe_find_mode()
590 return (vbe_find_mode_xydm(x, y, depth, -1)); in vbe_find_mode()
H A Dvidconsole.c151 screen_pos_t x, y; in plat_tem_get_prom_pos() local
157 vidc_text_get_cursor(&y, &x); in plat_tem_get_prom_pos()
158 *row = (uint32_t)y; in plat_tem_get_prom_pos()
/illumos-gate/usr/src/boot/include/
H A Dmath.h118 #define isgreater(x, y) __builtin_isgreater((x), (y)) argument
120 #define isless(x, y) __builtin_isless((x), (y)) argument
121 #define islessequal(x, y) __builtin_islessequal((x), (y)) argument
123 #define isunordered(x, y) __builtin_isunordered((x), (y)) argument
125 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) argument
126 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) argument
127 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) argument
128 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) argument
129 #define islessgreater(x, y) (!isunordered((x), (y)) && \ argument
130 ((x) > (y) || (y) > (x)))
[all …]
/illumos-gate/usr/src/boot/libsa/
H A Dbzipfs.c45 #define panic(x, y) abort() argument
H A Dstand.h447 #define memalign(x, y) Memalign(x, y, __FILE__, __LINE__) argument
448 #define calloc(x, y) Calloc(x, y, __FILE__, __LINE__) argument
450 #define realloc(x, y) Realloc(x, y, __FILE__, __LINE__) argument
451 #define reallocf(x, y) Reallocf(x, y, __FILE__, __LINE__) argument
454 #define memalign(x, y) Memalign(x, y, NULL, 0) argument
455 #define calloc(x, y) Calloc(x, y, NULL, 0) argument
457 #define realloc(x, y) Realloc(x, y, NULL, 0) argument
458 #define reallocf(x, y) Reallocf(x, y, NULL, 0) argument
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c47 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
48 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument

12345678910>>...72