Searched refs:box (Results 1 - 25 of 107) sorted by relevance

12345

/netbsd-current/external/gpl2/groff/dist/src/preproc/eqn/
H A Dbox.h1 /* $NetBSD: box.h,v 1.1.1.1 2016/01/13 18:41:49 christos Exp $ */
26 class box { class
32 box();
34 virtual ~box();
57 box **p;
60 box_list(box *);
62 void append(box *);
69 box *make_script_box(box *, box *, bo
[all...]
H A Dmark.cpp28 mark_box(box *);
36 box *make_mark_box(box *p)
47 mark_box::mark_box(box *pp) : pointer_box(pp)
78 lineup_box(box *);
86 box *make_lineup_box(box *p)
97 lineup_box::lineup_box(box *pp) : pointer_box(pp)
H A Dover.cpp27 class over_box : public box {
30 box *num;
31 box *den;
33 over_box(int small, box *, box *);
41 box *make_over_box(box *pp, box *qq)
46 box *make_small_over_box(box *p
[all...]
H A Dbox.cpp1 /* $NetBSD: box.cpp,v 1.1.1.1 2016/01/13 18:41:49 christos Exp $ */
268 int box::next_uid = 0;
270 box::box() : spacing_type(ORDINARY_TYPE), uid(next_uid++) function in class:box
274 box::~box()
278 void box::top_level()
282 box *b = this;
350 void box::extra_space()
377 int box
[all...]
H A Dspecial.cpp50 special_box(char *, box *);
59 box *make_special_box(char *s, box *p)
64 special_box::special_box(char *s, box *pp) : pointer_box(pp), macro_name(s)
H A Dlimit.cpp26 class limit_box : public box {
28 box *p;
29 box *from;
30 box *to;
32 limit_box(box *, box *, box *);
40 box *make_limit_box(box *pp, box *q
[all...]
H A Dother.cpp28 box *ab;
30 accent_box(box *, box *);
38 box *make_accent_box(box *p, box *q)
43 accent_box::accent_box(box *pp, box *qq) : pointer_box(pp), ab(qq)
86 left edge of the resulting box to the middle of the accentee's box
[all...]
H A Dscript.cpp29 box *sub;
30 box *sup;
32 script_box(box *, box *, box *);
42 /* The idea is that the script should attach to the rightmost box
46 box *make_script_box(box *nuc, box *sub, box *su
[all...]
H A DMakefile.sub9 box.$(OBJEXT) \
24 $(srcdir)/box.cpp \
37 $(srcdir)/box.h \
H A Dsqrt.cpp30 sqrt_box(box *);
37 box *make_sqrt_box(box *pp)
42 sqrt_box::sqrt_box(box *pp) : pointer_box(pp)
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsandbox-rlimit.c44 struct ssh_sandbox *box; local
51 box = xcalloc(1, sizeof(*box));
52 box->child_pid = 0;
54 return box;
58 ssh_sandbox_child(struct ssh_sandbox *box) argument
76 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
78 free(box);
83 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
85 box
[all...]
H A Dsandbox-pledge.c47 struct ssh_sandbox *box; local
50 box = xcalloc(1, sizeof(*box));
51 box->child_pid = 0;
53 return box;
57 ssh_sandbox_child(struct ssh_sandbox *box) argument
64 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
66 free(box);
71 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
73 box
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_box.c22 /* Representation of a box of fixed size containing the elements
27 * the failure of finding a fixed-size box.
34 /* Free "box" and return NULL.
36 __isl_null isl_fixed_box *isl_fixed_box_free(__isl_take isl_fixed_box *box) argument
38 if (!box)
40 isl_multi_aff_free(box->offset);
41 isl_multi_val_free(box->size);
42 free(box);
52 isl_fixed_box *box; local
57 box
87 isl_fixed_box_copy(__isl_keep isl_fixed_box *box) argument
100 isl_fixed_box_set_extent( __isl_take isl_fixed_box *box, int pos, __isl_keep isl_aff *offset, __isl_keep isl_val *size) argument
117 isl_fixed_box_set_valid_extent( __isl_take isl_fixed_box *box, int pos, __isl_keep isl_aff *offset, __isl_keep isl_val *size) argument
132 isl_fixed_box_invalidate( __isl_take isl_fixed_box *box) argument
163 isl_fixed_box_project_domain_on_params( __isl_take isl_fixed_box *box) argument
183 isl_fixed_box_get_ctx(__isl_keep isl_fixed_box *box) argument
192 isl_fixed_box_get_space(__isl_keep isl_fixed_box *box) argument
201 isl_fixed_box_is_valid(__isl_keep isl_fixed_box *box) argument
210 isl_fixed_box_get_offset( __isl_keep isl_fixed_box *box) argument
220 isl_fixed_box_get_size(__isl_keep isl_fixed_box *box) argument
336 set_dim_extent(__isl_take isl_fixed_box *box, __isl_keep isl_map *map, int pos) argument
391 isl_fixed_box *box; local
421 isl_fixed_box *box; local
461 isl_fixed_box *box; local
530 isl_printer_print_fixed_box( __isl_take isl_printer *p, __isl_keep isl_fixed_box *box) argument
[all...]
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dfixed_box.h20 isl_ctx *isl_fixed_box_get_ctx(__isl_keep isl_fixed_box *box);
22 __isl_give isl_space *isl_fixed_box_get_space(__isl_keep isl_fixed_box *box);
24 isl_bool isl_fixed_box_is_valid(__isl_keep isl_fixed_box *box);
27 __isl_keep isl_fixed_box *box);
29 __isl_give isl_multi_val *isl_fixed_box_get_size(__isl_keep isl_fixed_box *box);
31 __isl_give isl_fixed_box *isl_fixed_box_copy(__isl_keep isl_fixed_box *box);
32 __isl_null isl_fixed_box *isl_fixed_box_free(__isl_take isl_fixed_box *box);
38 __isl_take isl_printer *p, __isl_keep isl_fixed_box *box);
39 __isl_give char *isl_fixed_box_to_str(__isl_keep isl_fixed_box *box);
40 void isl_fixed_box_dump(__isl_keep isl_fixed_box *box);
[all...]
/netbsd-current/external/bsd/nvi/dist/gtk/
H A Dgtk_main.c76 GtkWidget *box, *menubar; local
85 box = gtk_vbox_new(FALSE, 0);
86 gtk_container_add(GTK_CONTAINER(window), box); local
87 gtk_widget_show(box);
97 gtk_box_pack_start(GTK_BOX(box), menubar, FALSE, FALSE, 0);
108 gtk_box_pack_start(GTK_BOX(box), vi_window, TRUE, TRUE, 0);
/netbsd-current/games/dab/
H A DMakefile8 SRCS=algor.cc board.cc main.cc human.cc box.cc player.cc gamescreen.cc \
H A Dalgor.cc41 #include "box.h"
56 // Find the first closure, i.e. a box that has 3 edges
64 BOX box(y, x, b);
65 if (box.count() == 3) {
67 if (!box.isset(dir))
69 b.abort("find_closure: 3 sided box[%zu,%zu] has no free sides",
127 * and the first box of the maximum closure in (x, y, dir)
155 // Find if a turn does not result in a capture on the given box
157 int ALGOR::try_good_turn(BOX& box, size_t y, size_t x, int& dir, BOARD& b) argument
159 // Sanity check; we must have a good box
203 try_bad_turn(BOX& box, size_t& y, size_t& x, int& dir, BOARD& b, int last) argument
[all...]
H A Dboard.cc44 #include "box.h"
95 BOX box(y, x, *this);
96 box.reset();
101 * Make a move for player with initial 'c', adding an edge at box(x, y)
124 // New box; name it and count it
131 // Check other box
151 BOX box(y, x, const_cast<BOARD&>(*this));
152 if (box.count() != 4)
170 BOX box(y, x, const_cast<BOARD&>(*this));
171 box
[all...]
H A Dalgor.h64 int try_bad_turn(BOX& box, size_t& y, size_t& x, int& dir, BOARD& b,
66 int try_good_turn(BOX& box, size_t y, size_t x, int& dir, BOARD& b);
/netbsd-current/lib/libcurses/
H A Dbox.c1 /* $NetBSD: box.c,v 1.15 2017/01/06 13:53:18 roy Exp $ */
35 static char sccsid[] = "@(#)box.c 8.2 (Berkeley) 5/4/94";
37 __RCSID("$NetBSD: box.c,v 1.15 2017/01/06 13:53:18 roy Exp $");
44 * box --
45 * Draw a box around the given window with "vert" as the vertical
49 box(WINDOW *win, chtype vert, chtype hor) function
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Dmga_state.c46 struct drm_clip_rect * box)
64 MGA_CXBNDRY, ((box->x2 - 1) << 16) | box->x1,
65 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch);
524 struct drm_clip_rect *box = &pbox[i]; local
525 u32 height = box->y2 - box->y1;
528 box->x1, box
45 mga_emit_clip_rect(drm_mga_private_t * dev_priv, struct drm_clip_rect * box) argument
625 struct drm_clip_rect *box = &pbox[i]; local
[all...]
H A Dr300_cmdbuf.c58 struct drm_clip_rect box; local
75 (&box, &cmdbuf->boxes[n + i], sizeof(box))) {
80 box.x2--; /* Hardware expects inclusive bottom-right corner */
81 box.y2--;
84 box.x1 = (box.x1) &
86 box.y1 = (box.y1) &
88 box
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/mga/
H A Dmga_state.c47 struct drm_clip_rect *box)
65 MGA_CXBNDRY, ((box->x2 - 1) << 16) | box->x1,
66 MGA_YTOP, box->y1 * pitch, MGA_YBOT, (box->y2 - 1) * pitch);
505 struct drm_clip_rect *box = &pbox[i]; local
506 u32 height = box->y2 - box->y1;
509 box->x1, box
46 mga_emit_clip_rect(drm_mga_private_t *dev_priv, struct drm_clip_rect *box) argument
603 struct drm_clip_rect *box = &pbox[i]; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_surface.c1844 SVGA3dBox *box = &dirty->boxes[loc_start->sub_resource]; local
1847 u32 box_c2 = box->z + box->d;
1852 if (box->d == 0 || box->z > loc_start->z)
1853 box->z = loc_start->z;
1855 box->d = loc_end->z - box->z;
1858 box_c2 = box->y + box
1892 SVGA3dBox *box = &dirty->boxes[subres]; local
1951 SVGA3dBox *box = &dirty->boxes[0]; local
2006 const SVGA3dBox *box = &dirty->boxes[i]; local
2024 const SVGA3dBox *box = &dirty->boxes[i]; local
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/calc_tickadj/
H A Dcalc_tickadj-opts.def48 means the following. If tick on that box is 10,000, by making the value 9999
49 we'll shift the box from its current drift of -23.159 to a drift of 81.699, and
53 If 'tick' on that box is 10,000,000 then by setting it to 9999779 the drift

Completed in 378 milliseconds

12345