Home
last modified time | relevance | path

Searched refs:coord (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/tzcode/
H A Dtzselect.ksh50 coord=
142 coord=$OPTARG;;
383 case $coord in
391 'Please select a continent, ocean, "coord", "TZ", "time", or "now".'
427 "coord - I want to use geographical coordinates." \
764 case $time%$country_result%$region%$coord in
771 %%?*%?*) say >&2 " coord $coord$newline $region";;
772 %%%?*) say >&2 " coord $coord";;
/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c1168 if (node->coord[j] > 0) in reorder_node_links()
1228 if (!s->node->coord) { in make_coord()
1264 int coord = s->node->coord[k]; in make_coord() local
1270 if (ltmag(coord, s1->node->coord[k])) { in make_coord()
1271 s1->node->coord[k] = coord; in make_coord()
1322 max[i] = s->node->coord[i]; in measure_geometry()
1324 min[i] = s->node->coord[i]; in measure_geometry()
1390 ret = s1->node->coord[j] - s2->node->coord[j]; in compare_switches()
1527 if (node->coord) in osm_mesh_node_delete()
1528 free(node->coord); in osm_mesh_node_delete()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td258 (ins TYPE:$resType, ID:$image, ID:$coord, ID:$sample),
308 (ins TYPE:$type, ID:$sampledImage, ID:$coord, variable_ops),
336 (ins TYPE:$type, ID:$image, ID:$coord, variable_ops),
337 "$res = OpImageFetch $type $image $coord">;
346 (ins TYPE:$type, ID:$image, ID:$coord, variable_ops),
347 "$res = OpImageRead $type $image $coord">;
349 "OpImageWrite $image $coord $texel">;
389 (ins TYPE:$type, ID:$image, ID:$coord, variable_ops),
390 "$res = OpImageSparseFetch $type $image $coord">;
401 (ins TYPE:$type, ID:$image, ID:$coord, variable_ops),
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandler.cpp650 COORD coord = screen_buffer_info.dwCursorPosition; in PrintAsync() local
651 coord.X -= strlen(prompt); in PrintAsync()
652 if (coord.X < 0) in PrintAsync()
653 coord.X = 0; in PrintAsync()
654 SetConsoleCursorPosition(console_handle, coord); in PrintAsync()
/freebsd-14.2/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h62 int *coord; /* mesh coordinates of switch */ member
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c533 COORD coord; in _nc_console_set_scrollback() local
552 coord = info->dwSize; in _nc_console_set_scrollback()
577 coord.X = (SHORT) wide; in _nc_console_set_scrollback()
578 coord.Y = (SHORT) high; in _nc_console_set_scrollback()
590 T(("... coord %d,%d", coord.Y, coord.X)); in _nc_console_set_scrollback()
594 SetConsoleScreenBufferSize(WINCONSOLE.hdl, coord); /* dwSize */ in _nc_console_set_scrollback()
/freebsd-14.2/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c943 COORD coord; in set_scrollback() local
962 coord = info->dwSize; in set_scrollback()
987 coord.X = (SHORT) wide; in set_scrollback()
988 coord.Y = (SHORT) high; in set_scrollback()
1000 T(("... coord %d,%d", coord.Y, coord.X)); in set_scrollback()
1004 SetConsoleScreenBufferSize(CON.hdl, coord); /* dwSize */ in set_scrollback()
/freebsd-14.2/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecc.txt3297 Title=zero x-coord regression tests
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c210635 # define DCOORD(coord) ((RtreeDValue)coord.i)
210637 # define DCOORD(coord) ( \
210639 ((double)coord.f) : \
210640 ((double)coord.i) \