| /netbsd-src/lib/libc/time/ |
| H A D | tzselect.ksh | 50 coord= 142 coord=$OPTARG;; 258 coord = substr(ARGV[1], 2) 280 function convert_coord(coord, deg, minute, ilen, sign, sec) { 281 if (coord ~ /^[-+]?[0-9]?[0-9][0-9][0-9][0-9][0-9][0-9]([^0-9]|$)/) { 282 degminsec = coord 288 } else if (coord ~ /^[-+]?[0-9]?[0-9][0-9][0-9][0-9]([^0-9]|$)/) { 289 degmin = coord 294 deg = coord 297 function convert_latitude(coord) { [all...] |
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | runner-win.c | 310 COORD coord; in clear_line() local 320 coord = info.dwCursorPosition; in clear_line() 321 if (coord.Y <= 0) in clear_line() 324 coord.X = 0; in clear_line() 326 if (!SetConsoleCursorPosition(handle, coord)) in clear_line() 332 coord, in clear_line()
|
| /netbsd-src/games/hack/ |
| H A D | hack.track.c | 74 static coord utrack[UTSZ]; 97 coord * 101 coord tc; in gettrack()
|
| H A D | 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);
|
| H A D | def.eshk.h | 79 coord shk; /* usual position shopkeeper */ 80 coord shd; /* position shop door */
|
| H A D | hack.Decl.c | 81 coord doors[DOORMAX]; 108 coord bhitpos;
|
| H A D | hack.mkmaze.c | 85 coord mm; in makemaz() 210 coord 213 coord mm; in mazexy()
|
| H A D | hack.makemon.c | 171 coord mm; in makemon() 183 coord 187 coord foo[15], *tfoo; in enexto()
|
| H A D | hack.do_name.c | 78 coord 82 coord cc; in getpos() 121 coord cc; in do_mname()
|
| H A D | hack.mklev.c | 104 static coord finddpos(int, int, int, int); 378 static coord 381 coord ff; in finddpos() 571 coord cc, tt; in join() 729 coord dd; in makeniche() 819 coord mm; in mktrap() 841 coord mm; in mktrap()
|
| H A D | hack.h | 78 } coord; typedef 210 extern coord bhitpos; /* place where thrown weapon falls to the ground */
|
| H A D | def.mkroom.h | 75 extern coord doors[DOORMAX];
|
| H A D | def.monst.h | 73 coord mtrack[MTSZ]; /* monster track */
|
| H A D | hack.mon.c | 327 coord poss[9]; in m_move() 413 coord *cp; in m_move() 576 mfndpos(struct monst *mon, coord poss[9], int info[9], int flag) in mfndpos() 986 coord mm; in mnexto()
|
| H A D | hack.dog.c | 202 coord poss[9]; in dog_move() 351 coord *cp; in dog_move()
|
| H A D | hack.trap.c | 367 coord cc; in tele()
|
| H A D | hack.apply.c | 328 static coord dig_pos;
|
| /netbsd-src/tests/modules/x86_pte_tester/ |
| H A D | x86_pte_tester.c | 57 } coord; member 96 tester_ctx.coord.l1 = i; in scan_l1() 117 tester_ctx.coord.l2 = i; in scan_l2() 144 tester_ctx.coord.l3 = i; in scan_l3() 171 tester_ctx.coord.l4 = i; in scan_l4()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
| H A D | opencl-c.h | 14153 float4 __purefn __ovld read_imagef(read_only image2d_t image, sampler_t sampler, int2 coord); 14154 float4 __purefn __ovld read_imagef(read_only image2d_t image, sampler_t sampler, float2 coord); 14156 int4 __purefn __ovld read_imagei(read_only image2d_t image, sampler_t sampler, int2 coord); 14157 int4 __purefn __ovld read_imagei(read_only image2d_t image, sampler_t sampler, float2 coord); 14158 uint4 __purefn __ovld read_imageui(read_only image2d_t image, sampler_t sampler, int2 coord); 14159 uint4 __purefn __ovld read_imageui(read_only image2d_t image, sampler_t sampler, float2 coord); 14161 float4 __purefn __ovld read_imagef(read_only image3d_t image, sampler_t sampler, int4 coord); 14162 float4 __purefn __ovld read_imagef(read_only image3d_t image, sampler_t sampler, float4 coord); 14164 int4 __purefn __ovld read_imagei(read_only image3d_t image, sampler_t sampler, int4 coord); 14165 int4 __purefn __ovld read_imagei(read_only image3d_t image, sampler_t sampler, float4 coord); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
| H A D | types.rst | 149 struct coord {double x; double y; }; 160 gccjit::struct_ coord = ctxt.new_struct_type ("coord", fields);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
| H A D | types.rst | 149 struct coord {double x; double y; }; 160 gccjit::struct_ coord = ctxt.new_struct_type ("coord", fields);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
| H A D | types.rst | 202 struct coord {double x; double y; }; 213 gcc_jit_struct *coord = 214 gcc_jit_context_new_struct_type (ctxt, NULL, "coord", 2, fields);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
| H A D | types.rst | 212 struct coord {double x; double y; }; 223 gcc_jit_struct *coord = 224 gcc_jit_context_new_struct_type (ctxt, NULL, "coord", 2, fields);
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | glx.h | 1991 uint32_t coord; member 2027 uint32_t coord; member 2063 uint32_t coord; member 6591 uint32_t coord, 6608 uint32_t coord, 6653 uint32_t coord, 6670 uint32_t coord, 6715 uint32_t coord, 6732 uint32_t coord,
|
| H A D | glx.c | 6759 uint32_t coord, in xcb_glx_get_tex_gendv() argument 6774 xcb_out.coord = coord; in xcb_glx_get_tex_gendv() 6789 uint32_t coord, in xcb_glx_get_tex_gendv_unchecked() argument 6804 xcb_out.coord = coord; in xcb_glx_get_tex_gendv_unchecked() 6880 uint32_t coord, in xcb_glx_get_tex_genfv() argument 6895 xcb_out.coord = coord; in xcb_glx_get_tex_genfv() 6910 uint32_t coord, in xcb_glx_get_tex_genfv_unchecked() argument 6925 xcb_out.coord = coord; in xcb_glx_get_tex_genfv_unchecked() 7001 uint32_t coord, in xcb_glx_get_tex_geniv() argument 7016 xcb_out.coord = coord; in xcb_glx_get_tex_geniv() [all …]
|