Home
last modified time | relevance | path

Searched +full:y +full:- +full:origin (Results 1 – 25 of 213) sorted by relevance

123456789

/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dtouchscreen.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dmitry Torokhov <dmitry.torokhov@gmail.com>
20 touchscreen-min-x:
25 touchscreen-min-y:
26 description: minimum y coordinate reported
30 touchscreen-size-x:
34 touchscreen-size-y:
35 description: vertical resolution of touchscreen (maximum y coordinate reported + 1)
[all …]
H A Dsitronix,st1232.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bastian Hecht <hechtb@gmail.com>
13 - $ref: touchscreen.yaml#
18 - sitronix,st1232
19 - sitronix,st1633
32 - compatible
33 - reg
34 - interrupts
[all …]
/titanic_51/usr/src/man/man3xcurses/
H A Dgetbegyx.3xcurses8 getbegyx, getmaxyx, getparyx, getyx \- get cursor or window coordinates
12 \fBcc\fR [ \fIflag\fR... ] \fIfile\fR... \fB-I\fR /usr/xpg4/include \fB -L \fR /usr/xpg4/lib \e
13 \fB -R \fR /usr/xpg4/lib \fB -lcurses \fR [ \fIlibrary\fR... ]
15 \fBc89\fR [ \fIflag\fR... ] \fIfile\fR... \fB-lcurses\fR [ \fIlibrary\fR... ]
45 to the parent window) of the specified window's origin (upper-left corner).
51 specified window's origin (upper-lef
[all...]
/freebsd/sys/dev/fb/
H A Dsplash_pcx.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
6 * Copyright (c) 1999 Dag-Erling Smørgrav
43 static int splash_mode = -1;
81 -1, in pcx_start()
120 if (splash_mode == -1) in pcx_start()
178 hdr->manufactor != 10 || in pcx_init()
179 hdr->version != 5 || in pcx_init()
180 hdr->encoding != 1 || in pcx_init()
181 hdr->nplanes != 1 || in pcx_init()
[all …]
/freebsd/stand/lua/
H A Dgfx.lua.84 .\" SPDX-License-Identifier: BSD-2-Clause
13 The built-in graphics related Lua bindings for the
22 .Bl -tag -width term_putimage
31 The units are in pixels and have an origin of
40 The units are in pixels and have an origin of
49 The units are in pixels and have an origin of
61 The units are in pixels and have an origin of
63 .It Fn fb_set_pixel x y
65 .Pq Va x , Va y .
66 The units are in pixels and have an origin of
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite_mtime.ksh2 # SPDX-License-Identifier: CDDL-1.0
33 origin="$TESTPOOL/$TESTFS"
38 datasetexists $origin && destroy_dataset $origin -R
39 log_must zfs create -o mountpoint=$TESTDIR $origin
44 log_must zfs set compress=on $origin
45 log_must zfs set checksum=sha256 $origin
48 zfs snapshot $origin@a || log_fail "zfs snap failed"
49 log_must zfs clone $origin@a $origin/clone
52 o_atime=$(stat -c %X $TESTDIR/clone/file)
53 o_ctime=$(stat -c %Z $TESTDIR/clone/file)
[all …]
/freebsd/contrib/libyaml/examples/
H A Dglobal-tag.yaml2 --- !shape
5 - !circle
6 center: &ORIGIN {x: 73, y: 129}
8 - !line
9 start: *ORIGIN
10 finish: { x: 89, y: 102 }
11 - !label
12 start: *ORIGIN
/titanic_51/usr/src/man/man1/
H A Dpostprint.18 postprint \- PostScript translator for text files
12 \fBpostprint\fR [\fB-c\fR \fInum\fR] [\fB-f\fR \fIname\fR] [\fB-l\fR \fInum\fR] [\fB-m\fR \fInum\fR] [\fB-n\fR \fInum\fR]
13 [\fB-o\fR \fIlist\fR] [\fB-p\fR \fImode\fR] [\fB-r\fR \fInum\fR] [\fB-
[all...]
H A Ddpost.18 dpost \- troff postprocessor for PostScript printers
12 \fBdpost\fR [\fB-c\fR \fInum\fR] [\fB-e\fR \fInum\fR] [\fB-m\fR \fInum\fR] [\fB-n\fR \fInum\fR] [\fB-o\fR \fIlist\fR]
13 [\fB-w\fR \fInum\fR] [\fB-x\fR \fInum\fR] [\fB-y\f
[all...]
/freebsd/lib/libvgl/
H A Dmain.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1991-1997 Søren Schmidt
43 #define min(x, y) (((x) < (y)) ? (x) : (y)) argument
44 #define max(x, y) (((x) > (y)) ? (x) : (y)) argument
88 ioctl(0, _IO('V', VGLOldMode - M_VESA_BASE), 0); in VGLEnd()
147 return -1; in VGLInit()
161 return -1; in VGLInit()
167 return -1; in VGLInit()
172 return -1; in VGLInit()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1 //===-- IOHandlerCursesGUI.cpp --------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
35 #include "lldb/lldb-forward.h"
111 type summary add -s "x=${var.x}, y=${var.y}" curses::Point
112 type summary add -s "w=${var.width}, h=${var.height}" curses::Size
113 type summary add -s "${var.origin%S} ${var.size%S}" curses::Rect
118 int y; member
120 Point(int _x = 0, int _y = 0) : x(_x), y(_y) {} in Point()
124 y = 0; in Clear()
[all …]
/freebsd/contrib/one-true-awk/
H A Dmakefile25 CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
26 CFLAGS = -g
28 CFLAGS = -O2
31 #CC = cc -Wall -g -Wwrite-strings
32 #CC = cc -O4 -Wall -pedantic -fno-strict-aliasing
33 #CC = cc -fprofile-arcs -ftest-coverage # then gcov f1.c; cat f1.c.gcov
34 HOSTCC = cc -g -Wall -pedantic -Wcast-qual
35 # HOSTCC = g++ -g -Wall -pedantic -Wcast-qual
36 CC = $(HOSTCC) # change this is cross-compiling.
40 YACC = bison -d
[all …]
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewwin.c23 * Copyright (c) 1995-1998 by Sun Microsystems, Inc.
59 * then the default sizes will be LINES-begy and COLS-begx.
61 * For a pad, provide the dimensions and -1 for begy and begx.
65 * If parent is not null, then create a sub-window of the parent
73 int x, y, dx, dy; in __m_newwin() local
77 (parent && (parent->_flags & W_IS_PAD)); in __m_newwin()
84 nlines -= begy; in __m_newwin()
89 ncols -= begx; in __m_newwin()
97 if (begy < parent->_beg in __m_newwin()
[all...]
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py1 # SPDX-License-Identifier: Apache-2.0
9 # http://www.apache.org/licenses/LICENSE-2.0
69 mount_cmd = ['mount', '-F', 'zfs', fs, mntdir]
71 mount_cmd = ['mount', '-t', 'zfs', fs, mntdir]
72 unmount_cmd = ['umount', '-f', mntdir]
260 platform.system() != 'Linux', 'snapshot is not auto-unmounted')
345 # Because of that the post-test clean up could fail.
399 name = b"no-such-pool/fs"
456 self.assertEqual(fs.getProperty("encryption"), b"aes-256-ccm")
508 snapname = b"no-such-pool@snap"
[all …]
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewwin.c52 * then the default sizes will be LINES-begy and COLS-begx.
54 * For a pad, provide the dimensions and -1 for begy and begx.
58 * If parent is not null, then create a sub-window of the parent
67 int x, y, dx, dy; local
81 nlines -= begy;
86 ncols -= begx;
93 if (begy < parent->_begy || begx < parent->_begx
94 || parent->_max
[all...]
/freebsd/sys/netinet6/
H A Dip6_mroute.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
87 #define howmany(x, y) (((x) + ((y) - 1)) / (y)) argument
94 #define IF_SET(n, p) ((p)->ifs_bits[(n)/NIFBITS] |= (1 << ((n) % NIFBITS)))
95 #define IF_CLR(n, p) ((p)->ifs_bits[(n)/NIFBITS] &= ~(1 << ((n) % NIFBITS)))
96 #define IF_ISSET(n, p) ((p)->ifs_bits[(n)/NIFBITS] & (1 << ((n) % NIFBITS)))
109 #define MIFF_REGISTER 0x1 /* mif represents a register end-point */
115 struct sockaddr_in6 mf6cc_origin; /* IPv6 origin of mcasts */
128 uint64_t mrt6s_no_route; /* no route for packet's origin */
135 uint64_t mrt6s_q_overflow; /* pkts dropped - Q overflow */
[all …]
/freebsd/stand/forth/
H A Dbrand-fbsd.4th1 \ Copyright (c) 2006-2015 Devin Teske <dteske@FreeBSD.org>
28 : brand+ ( x y c-addr/u -- x y' )
29 2swap 2dup at-xy 2swap \ position the cursor
31 1+ \ increase y for next time we're called
34 : brand ( x y -- ) \ "FreeBSD" [wide] logo in B/W (7 rows x 42 columns)
37 s" term-putimage" sfind if
38 \ note, we use 0, 0 for image upper left as origin,
41 s" /boot/images/freebsd-brand-rev.png"
/freebsd/sys/contrib/device-tree/scripts/
H A Dcronjob3 set -e
9 BRANCHES="master filter-state-split upstream/master upstream/dts"
11 if [ ! -f scripts/filter.sh ] ; then
12 echo "`pwd`: does not appear to be a device-tree.git" 1>&2
16 if [ -z "$LATEST_VERSION" ] ; then
18 LATEST_VERSION=$(wget --quiet -O - "$FINGER_BANNER" |\
19 sed -n -e '0,/^The latest mainline version of the Linux kernel is:\s*\(.*\)$/s//\1/p')
22 if [ -z "$LATEST_VERSION" ] ; then
28 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION} ; then
31 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION}-dts ; then
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dvideo-interface-devices.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/video-interface-devices.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jacopo Mondi <jacopo@jmondi.org>
11 - Sakari Ailus <sakari.ailus@linux.intel.com>
14 flash-leds:
15 $ref: /schemas/types.yaml#/definitions/phandle-array
17 An array of phandles, each referring to a flash LED, a sub-node of the LED
20 lens-focus:
[all …]
/freebsd/crypto/openssl/
H A DFREEBSD-upgrade7 origin pointing to git(repo).freebsd.org/src.git.
12 $ git worktree add -b vendor/openssl-X.Y ../vendor/openssl-X.Y freebsd/vendor/openssl-X.Y
13 $ cd ../vendor/openssl-X.Y
18 …. && fetch https://github.com/openssl/openssl/releases/download/openssl-X.Y.Z/openssl-X.Y.Z.tar.gz)
19 … fetch https://github.com/openssl/openssl/releases/download/openssl-X.Y.Z/openssl-X.Y.Z.tar.gz.asc)
23 $ gpg --verify ../openssl-X.Y.Z.tar.gz.asc ../openssl-X.Y.Z.tar.gz
27 $ tar xf ../openssl-X.Y.Z.tar.gz -C ..
31 $ rsync --exclude .git --delete -av ../openssl-X.Y.Z/ .
35 $ git add -A
39 $ git commit -m "openssl: Vendor import of OpenSSL X.Y.Z"
[all …]
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js2 * qTip2 - Pretty powerful tooltips - v2.1.1
30 …peration for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
32 ;// Munge the primitives - Paul Irish tip
38 X = 'x', Y = 'y',
58 ATTR_HAS = 'data-hasqtip',
59 ATTR_ID = 'data-qtip-id',
60 WIDGET = ['ui-widget', 'ui-tooltip'],
64 CLASS_FIXED = NAMESPACE+'-fixed',
65 CLASS_DEFAULT = NAMESPACE + '-default',
66 CLASS_FOCUS = NAMESPACE + '-focus',
[all …]
/freebsd/sbin/bectl/
H A Dbectl_list.c4 * SPDX-License-Identifier: BSD-2-Clause
54 * with the origin's properties.
61 if (nvlist_lookup_string(dsprops, "origin", &propstr) == 0) { in get_origin_props()
64 "bectl list: failed to allocate origin prop nvlist\n"); in get_origin_props()
70 "bectl list: failed to fetch origin properties\n"); in get_origin_props()
83 /* -H flag handling; all delimiters/padding are a single tab */ in print_padding()
84 if (pc->script_fmt) { in print_padding()
90 colsz -= strlen(fval); in print_padding()
165 printf("%*s%s", pc->current_indent, "", name); in print_info()
169 if (pc->current_indent == 0 && (pc->show_all_datasets || in print_info()
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c2 * Copyright 2020-2021,2023 Thomas E. Dickey *
3 * Copyright 1998-2009,2010 Free Software Foundation, Inc. *
36 * TODO - GetMousePos(POINT * result) from ntconio.c
144 *Lines = (int) (WINCONSOLE.SBI.dwSize.Y); in _nc_console_size()
147 *Lines = (int) (WINCONSOLE.SBI.srWindow.Bottom + 1 - in _nc_console_size()
149 *Cols = (int) (WINCONSOLE.SBI.srWindow.Right + 1 - in _nc_console_size()
220 T(("lib_win32con:validateHandle %d -> WINCONSOLE.inp", fd)); in _nc_console_fd2handle()
222 T(("lib_win32con:validateHandle %d -> WINCONSOLE.hdl", fd)); in _nc_console_fd2handle()
224 T(("lib_win32con:validateHandle %d -> WINCONSOLE.out", fd)); in _nc_console_fd2handle()
235 T(("lib_win32con:validateHandle forcing WINCONSOLE.out -> WINCONSOLE.hdl")); in _nc_console_fd2handle()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h1 //== RangedConstraintManager.h ----------------------------------*- C++ -*--==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
53 // In order to keep non-overlapping ranges sorted, we can compare only From
64 /// @class RangeSet is a persistent set of non-overlapping ranges.
93 // * Iteration over ranges is widespread and a more cache-friendly
104 // This is a non-owning pointer to an actual container.
115 const_iterator begin() const { return Impl->begin(); } in begin()
116 const_iterator end() const { return Impl->end(); } in end()
[all …]
/freebsd/sys/dev/syscons/plasma/
H A Dplasma_saver.c1 /*-
2 * Copyright (c) 2015 Dag-Erling Smørgrav
51 -1
66 int x, y; /* coordinates */ member
83 unsigned int x, y; /* coordinates */ in plasma_update() local
87 unsigned int org, off; /* origin and offset */ in plasma_update()
93 for (y = org = off = 0; y < scrh; ++y) { in plasma_update()
98 dx = x - plasma_foci[i].x; in plasma_update()
99 dy = y - plasma_foci[i].y; in plasma_update()
106 * m is now in the range +/- FOCI, but we need a in plasma_update()
[all …]

123456789