Home
last modified time | relevance | path

Searched +full:low +full:- +full:g (Results 1 – 25 of 1057) sorted by relevance

12345678910>>...43

/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp256.c2 * Copyright 2011-2021 The OpenSSL Project Authors. All Rights Reserved.
17 * http://www.apache.org/licenses/LICENSE-2.0
27 * ECDSA low level APIs are deprecated for public use, but still ok for
33 * A 64-bit implementation of the NIST P-256 elliptic curve point multiplication
50 # error "Your compiler doesn't appear to support 128-bit integer types"
58 * The underlying field. P256 operates over GF(2^256-2^224+2^192+2^96-1). We
66 * These are the parameters of P256, taken from FIPS 186-3, page 86. These
67 * values are big-endian.
74 {0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x01, /* a = -3 */
92 /*-
[all …]
/freebsd/sys/dev/sfxge/common/
H A Def10_tlv_layout.h1 /*-
2 * Copyright (c) 2012-2016 Solarflare Communications Inc.
48 * systems which are little-endian and do not do strange things with structure
49 * padding. (Big-endian host systems will require some byte-swapping.)
51 * -----
53 * Please refer to SF-108797-SW for a general overview of the TLV partition
56 * -----
62 * - L is a location, indicating where this tag is expected to be found:
69 * - TTT is a type, which is just a unique value. The same type value
71 * the items (e.g. static and dynamic VPD below).
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Ddove-cm-a510.dtsi2 * Device Tree include for Compulab CM-A510 System-on-Module
6 * This file is dual-licensed: you can use it either under the terms
46 * The CM-A510 comes with several optional components:
50 * D1024: 1G
66 * U2: 2 dual-role USB2.0 ports
70 * W: Broadcom BCM4319 802.11b/g/n (USI WM-N-B
[all...]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dvideo-interfaces.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/video-interface
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1 //===- LazyCallGraph.cpp - Analysis of a Module's call graph --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
47 Edges[EdgeIndexMap.find(&TargetN)->second].setKind(EK); in setEdgeKind()
55 Edges[IndexMapI->second] = Edge(); in removeEdgeInternal()
101 if (Function *Callee = CB->getCalledFunction()) in populateSlow()
102 if (!Callee->isDeclaration()) in populateSlow()
105 addEdge(Edges->Edges, Edges->EdgeIndexMap, G->get(*Callee), in populateSlow()
119 addEdge(Edges->Edges, Edges->EdgeIndexMap, G->get(F), in populateSlow()
125 for (auto *F : G->LibFunctions) in populateSlow()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsnps,dw-apb-ictl.txt5 APB bus, e.g. Marvell Armada 1500. It can also be used as primary interrupt
6 controller in some SoCs, e.g. Hisilicon SD5203.
9 - compatible: shall be "snps,dw-apb-ictl"
10 - reg: physical base address of the controller and length of memory mapped
12 - interrupt-controller: identifies the node as an interrupt controller
13 - #interrupt-cells: number of cells to encode an interrupt-specifier, shall be 1
16 - interrupts: interrupt reference to primary interrupt controller
20 - 0 maps to bit 0 of low interrupts,
21 - 1 maps to bit 1 of low interrupts,
22 - 32 maps to bit 0 of high interrupts,
[all …]
/freebsd/sys/sys/
H A Dgpio.h3 /*-
4 * SPDX-License-Identifier: (BSD-2-Clause AND ISC)
59 #define GPIO_PIN_LOW 0x00 /* low level (logical 0) */
68 #define GPIO_PIN_OPENDRAIN 0x00000004 /* open-drain output */
69 #define GPIO_PIN_PUSHPULL 0x00000008 /* push-pull output */
71 #define GPIO_PIN_PULLUP 0x00000020 /* internal pull-up enabled */
72 #define GPIO_PIN_PULLDOWN 0x00000040 /* internal pull-down enabled */
77 #define GPIO_PIN_PRESET_HIGH 0x00000800 /* low before enabling output */
80 #define GPIO_INTR_LEVEL_LOW 0x00010000 /* level trigger, low */
93 char gp_name[GPIOMAXNAME]; /* human-readable name */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-common.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/panel/panel-common.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Lauren
[all...]
/freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
41 * The algorithm remains, but the code has been re-arranged to facilitate
65 * xleft > x > iota: smaller_gam(x) where iota = 1e-17.
66 * iota > x > -itoa: Handle x near 0.
67 * -iota > x : neg_gam
70 * -Inf: return NaN and raise invalid;
72 * other x ~< 177.79: return +-0 and raise underflow;
73 * +-0: return +-Inf and raise divide-by-zero;
87 * (Accurate to 2.8*10^-19 absolute)
[all …]
/freebsd/contrib/lib9p/pytest/
H A Dnumalloc.py11 available after provided value". Note that next-after will
14 The free lists are thread-locked so that this code can be used
74 >>> r = NumAlloc(0, -1)
76 NumAlloc(0, -1)
95 range's minimum, provide the minimum (e.g., r.min_val) as an
117 would not be thread-safe.
162 block by itself. E.g., suppose val is 17, and there is a
166 [14,18]. However, if we insert as block 0, e.g., if the
172 low = 0
173 high = len(self.avail) - 1
[all …]
/freebsd/contrib/unbound/util/
H A Dtimehist.c2 * util/timehist.c - make histogram of time values.
56 if(v->tv_sec == 0 && v->tv_usec == 0) { in timestwo()
57 v->tv_usec = 1; in timestwo()
60 v->tv_sec *= 2; in timestwo()
61 v->tv_usec *= 2; in timestwo()
62 if(v->tv_usec == 1024*1024) { in timestwo()
64 v->tv_sec = 1; in timestwo()
65 v->tv_usec = 0; in timestwo()
77 for(i=0; i<hist->num; i++) { in dosetup()
78 hist->buckets[i].lower = last; in dosetup()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/
H A Dmemsensing,msa311.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MEMSensing digital 3-Axis accelerometer
10 - Dmitry Rokosov <ddrokosov@sberdevices.ru>
13 MSA311 is a tri-axial, low-g accelerometer with I2C digital output for
15 scales range of +-2g/+-4g/+-8g/+-16g and allows acceleration measurements
18 https://cdn-shop.adafruit.com/product-files/5309/MSA311-V1.1-ENG.pdf
30 vdd-supply: true
33 - compatible
[all …]
/freebsd/share/man/man4/
H A Duart.451 .Bl -tag -compact -width 0x000000
57 set RX FIFO trigger level to ``low'' (NS8250 only)
59 set RX FIFO trigger level to ``medium low'' (NS8250 only)
70 EIA RS-232C (CCITT V.24) serial communications interface.
110 It contains the bus attachments and the low-level interrupt handler.
142 .Bl -bullet -compact
180 .Bl -tag -compact -offset "mmmm" -width "mmmm"
191 .Bl -tag -compact -offset "mmmm" -width "mmmm"
193 Invert the pulse (RS-232 logic low = ASSERT, high = CLEAR).
214 RFC 2783 defines an ASSERT event as a higher-voltage line level, and a CLEAR
[all …]
H A Dbwn.434 .Bd -ragged -offset indent
49 .Bd -literal -offset indent
69 .Pa ports/net/bwn-firmware-kmod
76 However, if an LP (low power) PHY is being used, the
83 .Bl -column "Apple Airport Extreme" "BCM4306" "Mini PCI" "a/b/g"
85 .It "Apple Airport Extreme BCM4318 PCI b/g"
86 .It "ASUS WL-138g BCM4318 PCI b/g"
87 .It "Buffalo WLI-CB-G54S BCM4318 CardBus b/g"
88 .It "Dell Wireless 1390 BCM4311 Mini PCI b/g"
89 .It "Dell Wireless 1470 BCM4318 Mini PCI b/g"
[all …]
/freebsd/lib/msun/ld80/
H A Db_tgammal.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
41 * bsdrc/b_tgamma.c converted to long double by Steven G. Kargl.
72 static const volatile double tiny = 1e-300;
77 * equal-ripples:
79 * log(G(x)) ~= (x-0.5)*(log(x)-1) + 0.5(log(2*pi)-1) + 1/x*P(1/(x*x))
81 * Keep extra precision in multiplying (x-.5)(log(x)-1), to avoid
82 * premature round-off.
84 * Accurate to max(ulp(1/128) absolute, 2^-66 relative) error.
88 * The following is a decomposition of 0.5 * (log(2*pi) - 1) into the
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch64.h1 //=== aarch64.h - Generic JITLink aarch64 edge kinds, utilities -*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
24 /// Represents aarch64 fixups and other aarch64-specific edge kinds.
27 /// A plain 64-bit pointer value relocation.
30 /// Fixup <- Target + Addend : uint64
34 /// A plain 32-bit pointer value relocation.
37 /// Fixup <- Target + Addend : uint32
40 /// - The target must reside in the low 32-bits of the address space,
[all …]
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_mac_regs.h1 /*-
10 found at http://www.gnu.org/licenses/gpl-2.0.html
398 /* [0x20] 1/2.5/10G MAC external configuration */
400 /* [0x24] 1/2.5/10G MAC status */
482 /* [0x4] EEE, number of times the MAC went into low power mode */
484 /* [0x8] EEE, number of times the MAC went out of low power mode */
487 * [0xc] 40G PCS,
492 * [0x10] 40G PCS,
497 * [0x14] 40G PCS,
502 * [0x18] 40G PCS,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio.txt5 -----------------
7 GPIO properties should be named "[<name>-]gpios", with <name> being the purpose
8 of this GPIO for the device. While a non-existent <name> is considered valid
10 for new bindings. Also, GPIO properties named "[<name>-]gpio" are valid and old
18 several GPIOs serve the same function (e.g. a parallel data line).
24 and bit-banged data signals:
27 gpio-controller;
28 #gpio-cells = <2>;
32 data-gpios = <&gpio1 12 0>,
39 such as if the consumer desire the line to be active low (inverted) or open
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-opp-palmetto.dts1 // SPDX-License-Identifier: GPL-2.0+
2 /dts-v1/;
4 #include "aspeed-g4.dtsi"
5 #include <dt-bindings/gpio/aspeed-gpio.h>
9 compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
12 stdout-path = &uart5;
20 reserved-memory {
21 #address-cells = <1>;
22 #size-cells = <1>;
26 no-map;
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A Dlldb-x86-register-enums.h1 //===-- lldb-x86-register-enums.h -------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 // LLDB register codes (e.g. RegisterKind == eRegisterKindLLDB)
128 k_num_gpr_registers_i386 = k_last_gpr_i386 - k_first_gpr_i386 + 1,
129 k_num_fpr_registers_i386 = k_last_fpr_i386 - k_first_fpr_i386 + 1,
130 k_num_avx_registers_i386 = k_last_avx_i386 - k_first_avx_i386 + 1,
131 k_num_mpx_registers_i386 = k_last_mpxc_i386 - k_first_mpxr_i386 + 1,
136 k_num_dbr_registers_i386 = k_last_dbr_i386 - k_first_dbr_i386 + 1,
176 lldb_r8d_x86_64, // Low 32 bits of r8
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l32.txt5 - compatible : "cirrus,cs35l32"
7 - reg : the I2C address of the device for I2C. Address is determined by the level
10 - VA-supply, VP-supply : power supplies for the device,
15 - reset-gpios : a GPIO spec for the reset pin. If specified, it will be
18 - cirrus,boost-manager : Boost voltage control.
19 0 = Automatically managed. Boost-converter output voltage is the higher
20 of the two: Class G or adaptive LED voltage.
21 1 = Automatically managed irrespective of audio, adapting for low-power
22 dissipation when LEDs are ON, and operating in Fixed-Boost Bypass Mode
27 - cirrus,sdout-datacfg : Data configuration for dual CS35L32 applications only.
[all …]
/freebsd/usr.sbin/pstat/
H A Dpstat.88 .\" Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
60 .Fl k , m , g ,
76 .Bl -tag -width indent
80 .Dq Human-readable
92 .It Fl g
102 .Bl -tag -width indent
110 .Bl -tag -width indent -compact
150 .Bl -tag -width indent
159 .It LOW
165 .It LOW
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-thwc-ufi001c.dts1 // SPDX-License-Identifier: GPL-2.0-only
3 /dts-v1/;
5 #include "msm8916-ufi.dtsi"
8 model = "ufi-001c/ufi-001b 4G Modem Stick";
29 pinctrl-
[all...]
/freebsd/contrib/ntp/
H A DNEWS1 ---
10 - changes crypto (OpenSSL or compatible) detection and default build behavior.
11 Previously, crypto was supported if available unless the --without-crypto
13 falling back to a crypto-free build if usable libcrypto was not found has
15 The --withou
[all...]
/freebsd/usr.bin/clang/llvm-pdbutil/
H A Dllvm-pdbutil.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]

12345678910>>...43