| /freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | stmpe.txt | 2 ---------------- 5 - compatible: "st,stmpe-ts" 8 - st,ave-ctrl : Sample average control 9 0 -> 1 sample 10 1 -> 2 samples 11 2 -> 4 samples 12 3 -> 8 samples 13 - st,touch-det-delay : Touch detect interrupt delay (recommended is 3) 14 0 -> 10 us 15 1 -> 50 us [all …]
|
| /freebsd/contrib/ntp/include/ |
| H A D | timevalops.h | 2 * timevalops.h -- calculations on 'struct timeval' values 28 * Convert usec to a time stamp fraction. 47 * Convert a time stamp fraction to microseconds. The time stamp 48 * fraction is assumed to be unsigned. 78 (ts)->l_ui = (u_long)(tv)->tv_sec; \ 79 TVUTOTSF((tv)->tv_usec, (ts)->l_uf); \ 86 (ts)->l_ui = (tv)->tv_sec; \ 87 usec = (tv)->tv_usec; \ 88 if (((tv)->tv_sec < 0) || ((tv)->tv_usec < 0)) { \ 89 usec = -usec; \ [all …]
|
| /freebsd/tools/tools/locale/etc/charmaps/ |
| H A D | ISO8859-13.TXT | 3 # Name: ISO/IEC 8859-13:1998 to Unicode 10 # Copyright (c) 1998 - 1999 Unicode, Inc. All Rights reserved. 12 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium). 29 # ISO/IEC 8859-13:1998 characters map into Unicode. 31 # Format: Three tab-separated columns 32 # Column #1 is the ISO/IEC 8859-13 code (in hex as 0xXX) 36 # The entries are in ISO/IEC 8859-13 order. 90 0x2D 0x002D # HYPHEN-MINUS 105 0x3C 0x003C # LESS-THAN SIGN 107 0x3E 0x003E # GREATER-THAN SIGN [all …]
|
| H A D | ISO8859-9.TXT | 3 # Name: ISO/IEC 8859-9:1999 to Unicode 10 # Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. 12 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium). 29 # ISO/IEC 8859-9:1999 characters map into Unicode. 31 # Format: Three tab-separated columns 32 # Column #1 is the ISO/IEC 8859-9 code (in hex as 0xXX) 36 # The entries are in ISO/IEC 8859-9 order. 38 # ISO/IEC 8859-9 is also equivalent to ISO-IR-148. 96 0x2D 0x002D # HYPHEN-MINUS 111 0x3C 0x003C # LESS-THAN SIGN [all …]
|
| H A D | ISO8859-1.TXT | 3 # Name: ISO/IEC 8859-1:1998 to Unicode 10 # Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. 12 # This file is provided as-is by Unicode, Inc. (The Unicode Consortium). 29 # ISO/IEC 8859-1:1998 characters map into Unicode. 31 # Format: Three tab-separated columns 32 # Column #1 is the ISO/IEC 8859-1 code (in hex as 0xXX) 36 # The entries are in ISO/IEC 8859-1 order. 94 0x2D 0x002D # HYPHEN-MINUS 109 0x3C 0x003C # LESS-THAN SIGN 111 0x3E 0x003E # GREATER-THAN SIGN [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | sql | 2 #------------------------------------------------------------------------------ 9 # from https://bazaar.launchpad.net/~maria-captains/maria/5.5/view/head:/support-files/magic 68 >>13 long 75 \b, MySQL V4.0.2-V4.1 75 #------------------------------------------------------------------------------ 82 >39 string iHP-100 [H Series] 84 #------------------------------------------------------------------------------ 92 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/s/sqlite-2x.trid.xml 96 !:mime application/x-sqlite2 103 # TODO: missing extensions for Bentley Systems and Esri Spatially-Enabled Database 110 # skip DROID fmt-729-signature-id-1053.sqlite by checking for valid page size [all …]
|
| /freebsd/lib/msun/src/ |
| H A D | e_jn.c | 18 * y0(0)=y1(0)=yn(n,0) = -inf with division by zero signal; 19 * y0(-ve)=y1(-ve)=yn(n,-ve) are NaN with invalid signal. 25 * For n>x, a continued fraction approximation to 26 * j(n,x)/j(n-1,x) is evaluated and then backward 43 invsqrtpi= 5.64189583547756279280e-01, /* 0x3FE20DD7, 0x50429B6D */ 54 double z, w; in jn() local 56 /* J(-n,x) = (-1)^n * J(n, x), J(n, -x) = (-1)^n * J(n, x) in jn() 57 * Thus, J(-n,x) = J(n,-x) in jn() 62 if((ix|((u_int32_t)(lx|-lx))>>31)>0x7ff00000) return x+x; in jn() 64 n = -n; in jn() [all …]
|
| H A D | k_rem_pio2.c | 18 * y = x - N*pi/2 21 * The method is to compute the integer (mod 8) and fraction parts of 27 * (2/pi) is represented by an array of 24-bit integers in ipio2[]. 31 * pieces of 24-bit integers in double precision format. 32 * x[i] will be the i-th 24 bit of x. The scaled exponent 36 * Example of breaking a double positive z into x[0]+x[1]+x[2]: 37 * e0 = ilogb(z)-23 38 * z = scalbn(z,-e0) 40 * x[i] = floor(z) 41 * z = (z-x[i])*2**24 [all …]
|
| H A D | e_jnf.c | 1 /* e_jnf.c -- float version of e_jn.c. 36 float z, w; in jnf() local 38 /* J(-n,x) = (-1)^n * J(n, x), J(n, -x) = (-1)^n * J(n, x) in jnf() 39 * Thus, J(-n,x) = J(n,-x) in jnf() 46 n = -n; in jnf() 47 x = -x; in jnf() 52 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */ in jnf() 57 /* Safe to use J(n+1,x)=2n/x *J(n,x)-J(n-1,x) */ in jnf() 62 b = b*((float)(i+i)/x) - a; /* avoid underflow */ in jnf() 66 if(ix<0x30800000) { /* x < 2**-29 */ in jnf() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/ |
| H A D | socfpga_cyclone5_mcvevk.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 10 compatible = "denx,mcvevk", "altr,socfpga-cyclone5", "altr,socfpga"; 14 stmpe-i2c0 = &stmpe1; 18 stdout-path = "serial0:115200n8"; 31 phy-mode = "rgmii"; 49 clock-frequency = <100000>; 53 #address-cells = <1>; 54 #size-cells = <0>; 58 irq-gpio = <&portb 28 0x4>; /* GPIO 57, trig. level HI */ 61 compatible = "st,stmpe-ts"; [all …]
|
| /freebsd/share/doc/psd/18.gprof/ |
| H A D | postp.me | 52 Each parent receives some fraction of a child's time. 55 .(z 61 .)z 88 In these cases, we discover strongly-connected 92 We use a variation of Tarjan's strongly-connected 94 that discovers strongly-connected components as it is assigning 99 For example, a self-recursive routine 131 .(z 137 .)z 138 .(z [all …]
|
| H A D | present.me | 58 .(z 69 0.20 1.20 4/10 \ \ \s-1CALLER1\s+1 [7] 70 0.30 1.80 6/10 \ \ \s-1CALLER2\s+1 [1] 71 [2] 41.5 0.50 3.00 10+4 \s-1EXAMPLE\s+1 [2] 72 1.50 1.00 20/40 \ \ \s-1SUB1\s+1 <cycle1> [4] 73 0.00 0.50 1/5 \ \ \s-1SUB2\s+1 [9] 74 0.00 0.00 0/5 \ \ \s-1SUB3\s+1 [11] 77 Profile entry for \s-1EXAMPLE\s+1. 79 .)z 82 but we are limited by the two-dimensional nature of our output [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 1 //===-- APFloat.cpp - Implement APFloat class -----------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 23 #include "llvm/Config/llvm-config.h" 79 // while having IEEE non-finite behavior is liable to lead to unexpected 83 // exponent is all 1s and the significand is non-zero. 90 // as non-signalling, although the paper does not state whether the NaN 131 static constexpr fltSemantics semIEEEhalf = {15, -14, 11, 16}; 132 static constexpr fltSemantics semBFloat = {127, -126, 8, 16}; [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
| H A D | imx53-m53.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 10 compatible = "aries,imx53-m53", "denx,imx53-m53", "fsl,imx53"; 18 reg_3p2v: regulator-3p2v { 19 compatible = "regulator-fixed"; 20 regulator-nam [all...] |
| H A D | imx6ul-phytec-segin-peb-av-02.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) 9 backlight_lcd: backlight-lcd { 10 compatible = "pwm-backlight"; 11 brightness-levels = <0 4 8 16 32 64 128 255>; 12 default-brightness-level = <5>; 13 power-supply = <®_backlight_en>; 18 lcd_panel: lcd-panel { 25 remote-endpoint = <&lcdif_parallel_out>; 30 reg_backlight_en: regulator-backlight-en { 31 compatible = "regulator-fixed"; [all …]
|
| /freebsd/contrib/less/ |
| H A D | option.c | 2 * Copyright (C) 1984-2025 Mark Nudelman 16 * the command line option, toggled via the "-" command, 41 if (o->oletter == OLETTER_NONE) in opt_desc() 42 SNPRINTF1(buf, sizeof(buf), "--%s", o->onames->oname); in opt_desc() 44 SNPRINTF2(buf, sizeof(buf), "-%c (--%s)", o->oletter, o->onames->oname); in opt_desc() 50 * For example, if the option letter is 'x', just return "-x". 56 sprintf(buf, "-%s", prchar((LWCHAR) c)); in propt() 82 * This happens if the previous option was, for example, "-P" in scan_option() 88 if (!(pendopt->otype & O_UNSUPPORTED)) in scan_option() 90 switch (pendopt->otype & OTYPE) in scan_option() [all …]
|
| /freebsd/usr.bin/dtc/ |
| H A D | util.hh | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 8 * Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237) 83 * Type for a buffer of bytes. This is used for a lot of short-lived temporary 85 * SmallVector, but currently the program runs in a tiny fraction of a second, 92 * native-endian values for all of the in-memory data structures and only 99 "Big endian doesn't make sense for single-byte values"); in push_big_endian() 100 for (int bit=(sizeof(T) - 1)*8 ; bit>=0 ; bit-= 8) in push_big_endian() 109 * Simple inline non-locale-aware check that this is a valid ASCII 118 * Simple inline non-locale-aware check that this is a valid ASCII [all …]
|
| /freebsd/share/man/man9/ |
| H A D | memguard.9 | 36 to help detect tamper-after-free scenarios. 61 and can guard a random fraction of all allocations. 69 .Bd -literal -offset indent 76 variable at run-time: 77 .Bd -literal -offset indent 94 is modified at run-time then only allocations of the new 117 .Xr vmstat 8 Fl z 125 boot-time tunable is used to scale how much of the system's physical 194 .An -nosplit
|
| /freebsd/sys/contrib/device-tree/src/arm/st/ |
| H A D | stm32f429-disco.dts | 2 * Copyright 2015 - Maxime Coquelin <mcoquelin.stm32@gmail.com> 4 * This file is dual-licensed: you can use it either under the terms 22 * MA 02110-1301 USA 48 /dts-v1/; 50 #include "stm32f429-pinctrl.dtsi" 51 #include <dt-bindings/input/input.h> 52 #include <dt-bindings/interrupt-controller/irq.h> 53 #include <dt-bindings/gpio/gpio.h> 56 model = "STMicroelectronics STM32F429i-DISCO board"; 57 compatible = "st,stm32f429i-disco", "st,stm32f429"; [all …]
|
| H A D | spear320-hmi.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 /dts-v1/; 13 compatible = "st,spear320-hmi", "st,spear320"; 14 #address-cells = <1>; 15 #size-cells = <1>; 23 st,pinmux-mode = <4>; 24 pinctrl-names = "default"; 25 pinctrl-0 = <&state_default>; 107 label = "u-boot"; 129 compatible = "gpio-keys"; [all …]
|
| /freebsd/sys/contrib/openzfs/man/man4/ |
| H A D | zfs.4 | 1 .\" SPDX-License-Identifier: CDDL-1.0 11 .\" usr/src/OPENSOLARIS.LICENSE or https://opensource.org/licenses/CDDL-1.0. 31 .Bl -tag -width Ds 65 to a log2 fraction of the target ARC size. 70 to a log2 fraction of the target ARC size. 98 Turbo L2ARC warm-up. 175 Percent of ARC size allowed for L2ARC-only headers. 248 of a top-level vdev before moving on to the next top-level vdev. 251 Enable metaslab groups biasing based on their over- or under-utilization 260 Setting to 1 equals to 2 if the pool is write-bound or 0 otherwise. [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/renesas/ |
| H A D | r8a7745-iwg22d-sodimm.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the iWave-RZG1E SODIMM carrier board 9 * SSI-SGTL5000 31 /dts-v1/; 32 #include "r8a7745-iwg22m.dtsi" 33 #include <dt-bindings/pwm/pwm.h> 36 model = "iWave Systems RainboW-G22D-SODIM [all...] |
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | DerivedNormalizationProps.txt | 1 # DerivedNormalizationProps-4.0.1.txt 2 # Date: 2004-03-02, 02:42:17 GMT [MD] 5 # Copyright (c) 1991-2004 Unicode, Inc. 45 2102 ; FC_NFKC; 0063 # L& DOUBLE-STRUCK CAPITAL C 50 210C ; FC_NFKC; 0068 # L& BLACK-LETTER CAPITAL H 51 210D ; FC_NFKC; 0068 # L& DOUBLE-STRUCK CAPITAL H 53 2111 ; FC_NFKC; 0069 # L& BLACK-LETTER CAPITAL I 55 2115 ; FC_NFKC; 006E # L& DOUBLE-STRUCK CAPITAL N 57 2119 ; FC_NFKC; 0070 # L& DOUBLE-STRUCK CAPITAL P 58 211A ; FC_NFKC; 0071 # L& DOUBLE-STRUCK CAPITAL Q [all …]
|
| /freebsd/contrib/ntp/html/drivers/ |
| H A D | driver3.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 13 <!-- #BeginDate format:En2m -->11-Sep-2010 05:56<!-- #EndDate --> 20 Serial Port: <tt>/dev/wwv<i>u</i></tt>; 9600 baud, 8-bits, no parity<br> 24 …-hour day-of-year format and UTC time zone. Automatic correction for DST should be disabled. It is… 30 on-time = first <cr> 32 a = AM/PM indicator (' ' for 24-hour mode) 35 s = daylight-saving indicator (' ' for 24-hour mode) 39 z = time zone (0 = UTC) 51 <p>When enabled by the <tt>flag4</tt> fudge flag, every received timecode is written as-is to the <… [all …]
|
| /freebsd/usr.bin/touch/ |
| H A D | touch.1 | 39 .Op Fl A Ar [-][[hh]mm]SS 43 .Op Fl d Ar YYYY-MM-DDThh:mm:SS[.frac][tz] 74 .Bl -tag -width Ds 82 .Dq [-][[hh]mm]SS 85 .Bl -tag -width Ds -compact -offset indent 86 .It Ar - 117 .Dq YYYY-MM-DDThh:mm:SS[.frac][tz] 119 .Bl -tag -width Ds -compact -offset indent 131 An optional fraction, consisting of a period or a comma followed by one or 137 .Li Z [all …]
|