Home
last modified time | relevance | path

Searched refs:box (Results 1 – 25 of 49) sorted by relevance

12

/titanic_50/usr/src/cmd/eqn/
H A De.y56 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 Dr300_cmdbuf.c67 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 Di915_dma.c419 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 Dradeon_state.c444 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 DV3.box.c48 #undef box
50 box(WINDOW *win, _ochtype v, _ochtype h) in box() function
H A D_box.c49 box(WINDOW *win, chtype v, chtype h) in box() function
H A Dmapfile-vers61 box;
H A Dllib-lcurses1254 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 Dbox.c49 #undef box
52 box(WINDOW *w, chtype v, chtype h) in box() function
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dbox.c46 #undef box
49 box(WINDOW *w, chtype v, chtype h) in box() function
/titanic_50/usr/src/cmd/ssh/doc/
H A Dnchan2.ms20 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 DBRACKETS_NOTE44 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 Daesopt.h696 #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 Daestab.h106 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 Dbox.c32 box(WINDOW *win, char vert, char hor) in box() function
H A DMakefile.com32 box.o \
H A Dmapfile-vers47 box;
/titanic_50/usr/src/cmd/ipf/examples/
H A Dnat.eg10 # 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 Dinit_disp.c93 box(line_win, '-', '-'); in init_display()
/titanic_50/usr/src/lib/libxcurses2/
H A DMakefile.com52 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
/titanic_50/usr/src/lib/libxcurses/src/
H A Dmapfile-vers81 box;
/titanic_50/usr/src/lib/libxcurses/
H A DMakefile.com54 box.o inchn.o pechoch.o vid_attr.o winnwstr.o \
/titanic_50/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers83 box;
/titanic_50/usr/src/ucbhead/
H A Dcurses.h209 extern int box(WINDOW *, char, char);
/titanic_50/usr/src/uts/common/sys/
H A Dsysevent_impl.h533 typedef struct box { struct

12