HomeSort by: relevance | last modified time | path
    Searched refs:coord (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/games/hack/
def.eshk.h 79 coord shk; /* usual position shopkeeper */
80 coord shd; /* position shop door */
hack.track.c 74 static coord utrack[UTSZ];
97 coord *
101 coord tc;
def.mkroom.h 75 extern coord doors[DOORMAX];
hack.Decl.c 81 coord doors[DOORMAX];
108 coord bhitpos;
hack.mkmaze.c 85 coord mm;
210 coord
213 coord mm;
def.monst.h 73 coord mtrack[MTSZ]; /* monster track */
extern.h 95 coord getpos(int, const char *);
216 coord enexto(xchar, xchar);
232 coord mazexy(void);
254 int mfndpos(struct monst *, coord[9 ], int[9 ], int);
432 coord *gettrack(int, int);
hack.h 78 } coord; typedef in typeref:struct:__anon102
80 #include "def.monst.h" /* uses coord */
210 extern coord bhitpos; /* place where thrown weapon falls to the ground */
hack.do_name.c 78 coord
82 coord cc;
121 coord cc;
hack.makemon.c 171 coord mm;
183 coord
187 coord foo[15], *tfoo;
hack.mklev.c 104 static coord finddpos(int, int, int, int);
378 static coord
381 coord ff;
571 coord cc, tt;
729 coord dd;
819 coord mm;
841 coord mm;
hack.dog.c 202 coord poss[9];
351 coord *cp;
hack.mon.c 327 coord poss[9];
413 coord *cp;
576 mfndpos(struct monst *mon, coord poss[9], int info[9], int flag)
986 coord mm;
hack.trap.c 367 coord cc;
hack.apply.c 328 static coord dig_pos;
  /src/external/gpl3/gcc/dist/gcc/text-art/
canvas.h 42 typedef coord<class canvas> coord_t;
50 void paint (coord_t coord, cell_t c);
51 void paint_text (coord_t coord, const styled_string &text);
60 const cell_t &get (coord_t coord) const
62 return m_cells.get (coord);
types.h 56 struct coord struct in namespace:text_art
58 coord (int x_, int y_) : x (x_), y (y_) {} function in struct:text_art::coord
64 coord<CoordinateSystem> operator+ (coord<CoordinateSystem> a,
65 coord<CoordinateSystem> b)
67 return coord<CoordinateSystem> (a.x + b.x, a.y + b.y);
95 rect (coord<CoordinateSystem> top_left,
128 coord<CoordinateSystem> m_top_left;
134 coord<CoordinateSystem> offset)
174 const element_t &get (const coord_t &coord) cons
    [all...]
canvas.cc 40 canvas::paint (coord_t coord, styled_unichar ch)
42 m_cells.set (coord, std::move (ch));
46 canvas::paint_text (coord_t coord, const styled_string &text)
50 paint (coord, ch);
52 coord.x += 2;
54 coord.x++;
table.h 80 typedef coord<class table> coord_t;
148 void set_cell (coord_t coord,
175 const cell_placement *get_placement_at (coord_t coord) const;
178 int get_occupancy_safe (coord_t coord) const;
table.cc 125 table::set_cell (coord_t coord,
130 set_cell_span (rect_t (coord, table::size_t (1, 1)),
228 table::get_placement_at (coord_t coord) const
230 const int placement_idx = m_occupancy.get (coord);
237 table::get_occupancy_safe (coord_t coord) const
239 if (coord.x < 0)
241 if (coord.x >= m_size.w)
243 if (coord.y < 0)
245 if (coord.y >= m_size.h)
247 return m_occupancy.get (coord);
    [all...]
  /src/lib/libc/time/
tzselect.ksh 50 coord=
54 usage="Usage: tzselect [--version] [--help] [-c COORD] [-n LIMIT]
59 -c COORD
62 are closest to the location with geographical coordinates COORD.
63 COORD should use ISO 6709 notation, for example, '-c +4852+00220'
142 coord=$OPTARG;;
260 coord = substr(ARGV[1], 2)
282 function convert_coord(coord, deg, minute, ilen, sign, sec) {
283 if (coord ~ /^[-+]?[0-9]?[0-9][0-9][0-9][0-9][0-9][0-9]([^0-9]|$)/) {
284 degminsec = coord
    [all...]
  /src/external/mit/libuv/dist/test/
runner-win.c 312 COORD coord; local
322 coord = info.dwCursorPosition;
323 if (coord.Y <= 0)
326 coord.X = 0;
328 if (!SetConsoleCursorPosition(handle, coord))
334 coord,
  /src/tests/modules/x86_pte_tester/
x86_pte_tester.c 57 } coord; member in struct:__anon7921
96 tester_ctx.coord.l1 = i;
117 tester_ctx.coord.l2 = i;
144 tester_ctx.coord.l3 = i;
171 tester_ctx.coord.l4 = i;
  /src/external/apache2/llvm/dist/clang/lib/Headers/
opencl-c.h 14061 * Use the coordinate (coord.xy) to do an element lookup in
14064 * Use the coordinate (coord.x, coord.y, coord.z) to do
14066 * by image. coord.w is ignored.
14068 * Use the coordinate (coord.z) to index into the
14070 * and (coord.x, coord.y) to do an element lookup in
14076 * Use the coordinate (coord.y) to index into the
14078 * and (coord.x) to do an element lookup i
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
glx.h 1991 uint32_t coord; member in struct:xcb_glx_get_tex_gendv_request_t
2027 uint32_t coord; member in struct:xcb_glx_get_tex_genfv_request_t
2063 uint32_t coord; member in struct:xcb_glx_get_tex_geniv_request_t
6591 uint32_t coord,
6608 uint32_t coord,
6653 uint32_t coord,
6670 uint32_t coord,
6715 uint32_t coord,
6732 uint32_t coord,

Completed in 121 milliseconds

1 2