Home
last modified time | relevance | path

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

12345678910>>...42

/freebsd-src/lib/libvgl/
H A Dsimple.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1991-1997 Søren Schmidt
44 #define ABS(a) (((a)<0) ? -(a) : (a))
45 #define SGN(a) (((a)<0) ? -1 : 1)
46 #define min(x, y) (((x) < (y)) ? (x) : (y)) argument
47 #define max(x, y) (((x) > (y)) ? (x) : (y)) argument
50 VGLSetXY(VGLBitmap *object, int x, int y, u_long color) in VGLSetXY() argument
52 int offset, soffset, undermouse; in VGLSetXY() local
55 if (x>=0 && x<object->VXsize && y>=0 && y<object->VYsize) { in VGLSetXY()
[all …]
H A Dbitmap.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1991-1997 Søren Schmidt
36 #define min(x, y) (((x) < (y)) ? (x) : (y)) argument
45 WriteVerticalLine(VGLBitmap *dst, int x, int y, int width, byte *line) in WriteVerticalLine() argument
47 int bwidth, i, pos, last, planepos, start_offset, end_offset, offset; in WriteVerticalLine() local
53 switch (dst->Type) { in WriteVerticalLine()
67 last = 8 - start_offset; in WriteVerticalLine()
79 planepos--; in WriteVerticalLine()
81 word <<= (8 - end_offset); in WriteVerticalLine()
[all …]
/freebsd-src/usr.bin/bsdiff/bspatch/
H A Dbspatch.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright 2003-2005 Colin Percival
53 static int dirfd = -1;
59 if (dirfd != -1 && newfile != NULL) in exit_cleanup()
76 off_t y; in offtin() local
78 y = buf[7] & 0x7F; in offtin()
79 y = y * 256; y += buf[6]; in offtin()
80 y = y * 256; y += buf[5]; in offtin()
81 y = y * 256; y += buf[4]; in offtin()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/input/rmi4/
H A Drmi_2d_sensor.txt12 http://www.synaptics.com/sites/default/files/511-000136-01-Rev-E-RMI4-Interfacing-Guide.pdf
16 - touchscreen-inverted-x
17 - touchscreen-inverted-y
18 - touchscreen-swapped-x-y
19 - touchscreen-x-mm
20 - touchscreen-y-mm
23 - syna,clip-x-low: Sets a minimum value for X.
24 - syna,clip-y-low: Sets a minimum value for Y.
25 - syna,clip-x-high: Sets a maximum value for X.
26 - syna,clip-y-high: Sets a maximum value for Y.
[all …]
/freebsd-src/usr.bin/systat/
H A Dproc.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
71 display_proc_line(int idx, int y, uint64_t totalswappages) in display_proc_line() argument
73 int offset = 0, rate; in display_proc_line() local
78 wmove(wnd, y, 0); in display_proc_line()
83 uname = user_from_uid(pu[idx]->uid, 0); in display_proc_line()
84 swapbytes = ptoa(pu[idx]->pages); in display_proc_line()
86 snprintf(buf, sizeof(buf), "%6d %-10s %-10.10s", pu[idx]->pid, uname, in display_proc_line()
87 pu[idx]->command); in display_proc_line()
88 offset = 6 + 1 + 10 + 1 + 10 + 1; in display_proc_line()
[all …]
/freebsd-src/contrib/ntp/html/
H A Dhuffpuff.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
6 <title>The Huff-n'-Puff Filter</title>
10 <h3>The Huff-n'-Puff Filter</h3>
12 <!-- #BeginDate format:En2m -->10-Mar-2014 05:09<!-- #EndDate -->
16-n'-puff filter is designed to correct the apparent time offset in these cases. It depends on know…
19 <p>Figure 1. Huff-n'-Puff Wedge Scattergram</p>
21-n'-puff filter works. Recall from the <a href="filter.html">Clock Filter Algorithm</a> page that …
23 …theta; = <em>y</em> <font face="symbol">-</font> (<em>x </em><font face="symbol">- </font><i>x</i>…
24 …theta; = <em>y</em> <font face="symbol">+</font> (<em>x </em><font face="symbol">- </font><i>x</i>…
/freebsd-src/stand/forth/
H A Dmenusets.4th.853 .Pa /boot/menu-commands.4th
54 file, so it is not needed (and should not be re-issued) in a normal setup.
58 .Bl -tag -width menuset-loadinitial -compact -offset indent
59 .It Ic menuset-loadsetnum
62 .It Ic menuset-loadinitial
63 If $menuset_initial is set, passes the value to menuset-loadsetnum.
65 .It Ic menusets-unset
72 .Bl -tag -width bootfile -offset indent
74 Number to pass to menuset-loadsetnum when menuset-loadinitial is called.
82 .Bl -tag -width menusetN_caption[x][y] -compact -offset indent
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dedt-ft5x06.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/input/touchscreen/edt-ft5x06.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: FocalTech EDT-FT5x06 Polytouch
18 - Dmitr
[all...]
/freebsd-src/lib/msun/man/
H A Dieee.333 .Nd IEEE standard 754 for floating-point arithmetic
35 The IEEE Standard 754 for Binary Floating-Point Arithmetic
36 defines representations of floating-point numbers and abstract
39 .Ss IEEE STANDARD 754 Floating-Point Arithmetic
43 .Bd -ragged -offset indent -compact
49 Zero is represented ambiguously as +0 or \-0.
50 .Bd -ragged -offset indent -compact
53 with like signs; but x\-x yields +0 for every
57 .Fn copysign x \(+-0 .
58 In particular, comparison (x > y, x \(>= y, etc.)\&
[all …]
H A Datan2.344 .Fn atan2 "double y" "double x"
46 .Fn atan2f "float y" "float x"
48 .Fn atan2l "long double y" "long double x"
63 .Fa y/ Ns Fa x ,
94 .Fa y/ Ns Fa x
96 .Bk -words
101 .Bl -column atan_(y,x)_:=____ sign(y)_(Pi_atan2(Xy_xX))___
102 .It Fn atan2 y x No := Ta
103 .Fn atan y/x Ta
107 .It Ta sign( Ns Fa y Ns )*(\*(Pi -
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1 //===- InductiveRangeCheckElimination.cpp - -------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
43 //===----------------------------------------------------------------------===//
98 static cl::opt<unsigned> LoopSizeCutoff("irce-loop-size-cutoff", cl::Hidden,
101 static cl::opt<bool> PrintChangedLoops("irce-print-changed-loops", cl::Hidden,
104 static cl::opt<bool> PrintRangeChecks("irce-print-range-checks", cl::Hidden,
107 static cl::opt<bool> SkipProfitabilityChecks("irce-skip-profitability-checks",
110 static cl::opt<unsigned> MinRuntimeIterations("irce-min-runtime-iterations",
113 static cl::opt<bool> AllowUnsignedLatchCondition("irce-allow-unsigned-latch",
[all …]
/freebsd-src/contrib/unbound/compat/
H A Dgmtime_r.c33 #define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0)) argument
45 timesub(timep, offset, tmp) in timesub() argument
47 const long offset;
52 long y; local
58 rem += (offset);
61 --days;
64 rem -= SECSPERDAY;
67 tmp->tm_hour = (int) (rem / SECSPERHOUR);
69 tmp->tm_min = (int) (rem / SECSPERMIN);
74 tmp->tm_sec = (int) (rem % SECSPERMIN) ;
[all …]
/freebsd-src/contrib/unbound/sldns/
H A Dkeyraw.c2 * keyraw.c - raw key operations and conversions
4 * (c) NLnet Labs, 2004-2008
75 return (len - exp - 3)*8; in sldns_rr_dnskey_key_size_raw()
81 return (len-exp-1)*8; in sldns_rr_dnskey_key_size_raw()
119 memmove(&ac16, key + keysize - 3, 2); in sldns_calc_keytag_raw()
149 meth = EVP_PKEY_asn1_find_str(NULL, "gost2001", -1); in sldns_key_EVP_load_gost_id()
173 meth = EVP_PKEY_asn1_find_str(&e, "gost2001", -1); in sldns_key_EVP_load_gost_id()
201 BIGNUM** q, BIGNUM** g, BIGNUM** y) in sldns_key_dsa_buf_bignum() argument
205 uint16_t offset; in sldns_key_dsa_buf_bignum() local
211 offset = 1; in sldns_key_dsa_buf_bignum()
[all …]
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dv_erfc_1u8.c
H A Dv_erfcf_1u7.c
/freebsd-src/usr.sbin/bhyve/amd64/
H A Dvga.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
175 return (((sc->vga_seq.seq_clock_mode & SEQ_CM_SO) != 0) || in vga_in_reset()
176 ((sc->vga_seq.seq_reset & SEQ_RESET_ASYNC) == 0) || in vga_in_reset()
177 ((sc->vga_seq.seq_reset & SEQ_RESET_SYNC) == 0) || in vga_in_reset()
178 ((sc->vga_crtc.crtc_mode_ctrl & CRTC_MC_TE) == 0)); in vga_in_reset()
189 //old_width = sc->gc_width; in vga_check_size()
190 //old_height = sc->gc_height; in vga_check_size()
191 old_width = sc->gc_image->width; in vga_check_size()
192 old_height = sc->gc_image->height; in vga_check_size()
[all …]
/freebsd-src/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-src/share/man/man7/
H A Dascii.740 .Bd -literal -offset left
46 050 ( 051 ) 052 * 053 + 054 , 055 - 056 . 057 /
52 130 X 131 Y 132 Z 133 [ 134 \e\ 135 ] 136 ^ 137 _
56 170 x 171 y 172 z 173 { 174 | 175 } 176 ~ 177 DEL
62 .Bd -literal -offset left
68 28 ( 29 ) 2a * 2b + 2c , 2d -
[all...]
/freebsd-src/contrib/dialog/
H A Dutil.c4 * util.c -- miscellaneous utilities for dialog
6 * Copyright 2000-2020,2021 Thomas E. Dickey
116 #define UseShadow(dw) ((dw) != 0 && (dw)->normal != 0 && (dw)->shadow != 0)
123 /* *INDENT-OFF* */
155 DATA(A_NORMAL, ITEMHELP, itemhelp, "Item help-text"),
166 /* *INDENT-ON* */
178 p->normal = parent; in add_subwindow()
179 p->shadow = child; in add_subwindow()
180 p->getc_timeout = WTIMEOUT_OFF; in add_subwindow()
181 p->next = dialog_state.all_subwindows; in add_subwindow()
[all …]
/freebsd-src/contrib/tzcode/
H A Dlocaltime.c5 ** 1996-06-05 by Arthur David Olson.
10 ** POSIX.1-1988 style TZ environment variable handling from Guy Harris.
28 #include "un-namespace.h"
53 "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 :+-._"
61 ** Support non-POSIX platforms that distinguish between text and binary files.
94 static char const *utc = etc_utc + sizeof "Etc/" - 1;
98 ** Default to US rules as of 2017-05-07.
107 int_fast32_t tt_utoff; /* UT offset i
1060 transtime(const int year,register const struct rule * const rulep,const int_fast32_t offset) transtime() argument
1777 gmtsub(ATTRIBUTE_MAYBE_UNUSED struct state const * sp,time_t const * timep,int_fast32_t offset,struct tm * tmp) gmtsub() argument
1845 offtime_r(time_t const * restrict timep,long offset,struct tm * restrict tmp) offtime_r() argument
1859 offtime(const time_t * timep,long offset) offtime() argument
1893 leaps_thru_end_of_nonneg(time_t y) leaps_thru_end_of_nonneg() argument
1899 leaps_thru_end_of(time_t y) leaps_thru_end_of() argument
1907 timesub(const time_t * timep,int_fast32_t offset,const struct state * sp,struct tm * tmp) timesub() argument
1916 time_t y; timesub() local
2156 time2sub(struct tm * const tmp,struct tm * (* funcp)(struct state const *,time_t const *,int_fast32_t,struct tm *),struct state const * sp,const int_fast32_t offset,bool * okayp,bool do_norm_secs) time2sub() argument
2166 int_fast32_t y; time2sub() local
2361 time2(struct tm * const tmp,struct tm * (* funcp)(struct state const *,time_t const *,int_fast32_t,struct tm *),struct state const * sp,const int_fast32_t offset,bool * okayp) time2() argument
2380 time1(struct tm * const tmp,struct tm * (* funcp)(struct state const *,time_t const *,int_fast32_t,struct tm *),struct state const * sp,const int_fast32_t offset) time1() argument
2506 timeoff(struct tm * tmp,long offset) timeoff() argument
2592 time_t y; posix2time_z() local
2663 int_fast32_t offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0; time() local
[all...]
/freebsd-src/crypto/openssl/crypto/
H A Do_time.c2 * Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
21 * On VMS, gmtime_r() takes a 32-bit pointer as second argument. in OPENSSL_gmtime()
23 * translate to a 32-bit pointer, we must store temporarily on stack in OPENSSL_gmtime()
24 * and copy the result. The stack is always reachable with 32-bit in OPENSSL_gmtime()
60 * Take a tm structure and add an offset to it. This avoids any OS issues
67 static long date_to_julian(int y, int m, int d);
68 static void julian_to_date(long jd, int *y, int *m, int *d);
77 /* Convert time and offset into Julian day and seconds */ in OPENSSL_gmtime_adj()
90 tm->tm_year = time_year - 1900; in OPENSSL_gmtime_adj()
91 tm->tm_mon = time_month - 1; in OPENSSL_gmtime_adj()
[all …]
/freebsd-src/sys/dev/vt/hw/fb/
H A Dvt_fb.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
69 KASSERT((o < sc->fb_size), ("Offset %#08x out of fb size", o)); in vt_fb_mem_wr1()
70 *(uint8_t *)(sc->fb_vbase + o) = v; in vt_fb_mem_wr1()
77 KASSERT((o < sc->fb_size), ("Offset in vt_fb_mem_wr2()
137 vt_fb_mmap(struct vt_device * vd,vm_ooffset_t offset,vm_paddr_t * paddr,int prot,vm_memattr_t * memattr) vt_fb_mmap() argument
166 vt_fb_setpixel(struct vt_device * vd,int x,int y,term_color_t color) vt_fb_setpixel() argument
206 int x, y; vt_fb_drawrect() local
271 vt_fb_bitblt_bitmap(struct vt_device * vd,const struct vt_window * vw,const uint8_t * pattern,const uint8_t * mask,unsigned int width,unsigned int height,unsigned int x,unsigned int y,term_color_t fg,term_color_t bg) vt_fb_bitblt_bitmap() argument
339 unsigned int col, row, x, y; vt_fb_bitblt_text() local
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/input/
H A Dsyna,rmi4.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jason A. Donenfeld <Jason@zx2c4.com>
11 - Matthias Schiffer <matthias.schiffer@ew.tq-group.com
12 - Vincent Huang <vincent.huang@tw.synaptics.com>
22 - syna,rmi4-i2c
23 - syna,rmi4-spi
28 '#address-cells':
31 '#size-cells':
[all …]
/freebsd-src/contrib/mandoc/
H A Dmandoc_char.75 .\" Copyright (c) 2011, 2013, 2015, 2017-2020, 2022
61 In particular, in English manual pages, do not use special-character
67 the en-dash (\(en),
68 the em-dash (\(em),
75 .Bd -unfilled -offset indent
76 blue-eyed
77 lorry-driver
80 The en-das
[all...]
/freebsd-src/share/man/man4/
H A Dng_nat.445 .Bl -tag -width ".Va out"
55 .Bl -tag -width foo
63 .Bd -literal
86 When an incoming packet not associated with any pre-existing aliasing
94 .Bd -literal
122 .Bd -literal
140 .Bd -literal
157 user-visibl
[all...]

12345678910>>...42