Searched refs:coord (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/tzcode/ |
| H A D | tzselect.ksh | 50 coord= 142 coord=$OPTARG;; 385 case $coord in 393 'Please select a continent, ocean, "coord", "TZ", "time", or "now".' 429 "coord - I want to use geographical coordinates." \ 765 case $time%$country_result%$region%$coord in 772 %%?*%?*) say >&2 " coord $coord$newline $region";; 773 %%%?*) say >&2 " coord $coord";;
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_mesh.c | 1168 if (node->coord[j] > 0) in reorder_node_links() 1227 s->node->coord = calloc(dimension, sizeof(int)); in make_coord() 1228 if (!s->node->coord) { in make_coord() 1236 s->node->coord[i] = (sw == seed) ? 0 : LARGE; in make_coord() 1254 if (s->node->coord[0] == LARGE) in make_coord() 1264 int coord = s->node->coord[k]; in make_coord() local 1268 coord += (axis & 1)? -1 : +1; in make_coord() 1270 if (ltmag(coord, s1->node->coord[k])) { in make_coord() 1271 s1->node->coord[k] = coord; in make_coord() 1319 if (s->node->coord[i] == LARGE) in measure_geometry() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 256 (ins TYPE:$resType, ID:$image, ID:$coord, ID:$sample), 257 "$res = OpImageTexelPointer $resType $image $coord $sample">; 315 (ins TYPE:$type, ID:$sampledImage, ID:$coord, variable_ops), 316 "$res = OpImageSampleImplicitLod $type $sampledImage $coord">; 322 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops), 323 "$res = OpImageSampleDrefImplicitLod $type $sampledImage $dref $coord">; 329 (ins TYPE:$type, ID:$sampledImage, ID:$coord, variable_ops), 330 "$res = OpImageSampleProjImplicitLod $type $sampledImage $coord">; 336 (ins TYPE:$type, ID:$sampledImage, ID:$coord, ID:$dref, variable_ops), 337 "$res = OpImageSampleProjDrefImplicitLod $type $sampledImage $dref $coord">; [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandler.cpp | 652 COORD coord = screen_buffer_info.dwCursorPosition; in PrintAsync() local 653 coord.X -= strlen(prompt); in PrintAsync() 654 if (coord.X < 0) in PrintAsync() 655 coord.X = 0; in PrintAsync() 656 SetConsoleCursorPosition(console_handle, coord); in PrintAsync()
|
| /freebsd/tests/sys/netinet/ |
| H A D | ip_mroute.py | 48 coord = self._makesock(vnet.alias + ".sock") 50 self._msgwait(coord, b"join") 63 self._msgwait(self.coord, b"done") 66 self.coord = self._makesock(self.COORD_SOCK) 73 msg = self.coord.recv(1024)
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_mesh.h | 62 int *coord; /* mesh coordinates of switch */ member
|
| /freebsd/contrib/ncurses/ncurses/tinfo/ |
| H A D | lib_win32con.c | 518 COORD coord; in _nc_console_set_scrollback() local 537 coord = info->dwSize; in _nc_console_set_scrollback() 562 coord.X = (SHORT) wide; in _nc_console_set_scrollback() 563 coord.Y = (SHORT) high; in _nc_console_set_scrollback() 575 T(("... coord %d,%d", coord.Y, coord.X)); in _nc_console_set_scrollback() 579 SetConsoleScreenBufferSize(WINCONSOLE.hdl, coord); /* dwSize */ in _nc_console_set_scrollback()
|
| /freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
| H A D | evppkey_ecc.txt | 3297 Title=zero x-coord regression tests
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 213787 # define DCOORD(coord) ((RtreeDValue)coord.i) 213789 # define DCOORD(coord) ( \ 213791 ((double)coord.f) : \ 213792 ((double)coord.i) \
|