/titanic_50/usr/src/cmd/eqn/ |
H A D | e.y | 56 eqn : box 57 | eqn box { eqnbox($1, $2, 0); } 62 lineupbox: LINEUP box { $$ = $2; lineup(1); } 82 sbox : sup box %prec SUP { $$ = $2; } 85 tbox : to box %prec TO { $$ = $2; } 89 box : box OVER box { boverb($1, $3); } 90 | MARK box { mark($2); } 91 | size box %prec SIZE { size($1, $2); } 92 | font box %prec FONT { font($1, $2); } 93 | FAT box { fatbox($2); } [all …]
|
/titanic_50/usr/src/uts/intel/io/drm/ |
H A D | r300_cmdbuf.c | 67 drm_clip_rect_t box; in r300_emit_cliprects() local 84 (&box, &cmdbuf->boxes[n + i], sizeof (box))) { in r300_emit_cliprects() 89 box.x1 = in r300_emit_cliprects() 90 (box.x1 + in r300_emit_cliprects() 92 box.y1 = in r300_emit_cliprects() 93 (box.y1 + in r300_emit_cliprects() 95 box.x2 = in r300_emit_cliprects() 96 (box.x2 + in r300_emit_cliprects() 98 box.y2 = in r300_emit_cliprects() 99 (box.y2 + in r300_emit_cliprects() [all …]
|
H A D | i915_dma.c | 419 drm_clip_rect_t box; in i915_emit_box() local 422 if (DRM_COPY_FROM_USER_UNCHECKED(&box, &boxes[i], sizeof(box))) { in i915_emit_box() 427 if (box.y2 <= box.y1 || box.x2 <= box.x1) { in i915_emit_box() 429 box.x1, box.y1, box.x2, box.y2); in i915_emit_box() 436 OUT_RING((box.x1 & 0xffff) | (box.y1 << 16)); in i915_emit_box() 437 OUT_RING(((box.x2 - 1) & 0xffff) | ((box.y2 - 1) << 16)); in i915_emit_box() 444 OUT_RING((box.x1 & 0xffff) | (box.y1 << 16)); in i915_emit_box() 445 OUT_RING(((box.x2 - 1) & 0xffff) | ((box.y2 - 1) << 16)); in i915_emit_box()
|
H A D | radeon_state.c | 444 drm_clip_rect_t *box) in radeon_emit_clip_rect() argument 449 box->x1, box->y1, box->x2, box->y2); in radeon_emit_clip_rect() 453 OUT_RING((box->y1 << 16) | box->x1); in radeon_emit_clip_rect() 455 OUT_RING(((box->y2 - 1) << 16) | (box->x2 - 1)); in radeon_emit_clip_rect() 2976 drm_clip_rect_t box; in radeon_emit_packet3_cliprect() local 2994 if (DRM_COPY_FROM_USER(&box, &boxes[i], sizeof (box))) in radeon_emit_packet3_cliprect() 3015 radeon_emit_clip_rect(dev_priv, &box); in radeon_emit_packet3_cliprect()
|
/titanic_50/usr/src/lib/libcurses/screen/ |
H A D | V3.box.c | 48 #undef box 50 box(WINDOW *win, _ochtype v, _ochtype h) in box() function
|
H A D | _box.c | 49 box(WINDOW *win, chtype v, chtype h) in box() function
|
H A D | mapfile-vers | 61 box;
|
H A D | llib-lcurses | 1254 int box(WINDOW *win, chtype v, chtype h); 1256 /* V3.box.c */ 1257 #undef box 1258 int box(WINDOW *win, _ochtype v, _ochtype h);
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | box.c | 49 #undef box 52 box(WINDOW *w, chtype v, chtype h) in box() function
|
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | box.c | 46 #undef box 49 box(WINDOW *w, chtype v, chtype h) in box() function
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | nchan2.ms | 20 box invis "rcvd CLOSE/" "shutdown_read" with .sw at last arrow.c 23 box invis "read_failed/" "shutdown_read" with .e at last arrow.c 38 box invis "write_failed/" "shutdown_write" with .sw at last arrow.c 41 box invis "rcvd EOF ||" "rcvd CLOSE/" "-" with .e at last arrow.c
|
/titanic_50/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/ |
H A D | BRACKETS_NOTE | 44 fact you would think that determining the bounding box of \(bv would be enough 47 the pieces from the \(bv bounding box. Think roundoff errors introduced by the 50 Clipping a rectangular region 2 pixels smaller in height than the bounding box 51 of the \(bv character, and using the corners of that box to locate the top and 55 a tight bounding box around the \(bv character independent of the rotation of
|
/titanic_50/usr/src/common/crypto/aes/amd64/ |
H A D | aesopt.h | 696 #define no_table(x, box, vf, rf, c) bytes2word(\ argument 697 box[bval(vf(x, 0, c), rf(0, c))], \ 698 box[bval(vf(x, 1, c), rf(1, c))], \ 699 box[bval(vf(x, 2, c), rf(2, c))], \ 700 box[bval(vf(x, 3, c), rf(3, c))]) 758 #define ls_box(x, c) no_table(x, t_use(s, box), vf1, rf2, c)
|
H A D | aestab.h | 106 d_1(uint8_t, t_dec(s, box), sb_data, h0); 109 d_1(uint8_t, t_dec(i, box), isb_data, h0);
|
/titanic_50/usr/src/ucblib/libcurses/ |
H A D | box.c | 32 box(WINDOW *win, char vert, char hor) in box() function
|
H A D | Makefile.com | 32 box.o \
|
H A D | mapfile-vers | 47 box;
|
/titanic_50/usr/src/cmd/ipf/examples/ |
H A D | nat.eg | 10 # For example, to redirect FTP connections through this box, to the local ftp
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | init_disp.c | 93 box(line_win, '-', '-'); in init_display()
|
/titanic_50/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 52 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
|
/titanic_50/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 81 box;
|
/titanic_50/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 54 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
|
/titanic_50/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 83 box;
|
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 209 extern int box(WINDOW *, char, char);
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | sysevent_impl.h | 533 typedef struct box { struct
|