Home
last modified time | relevance | path

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

12345678910>>...47

/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 //===----------------------------------------------------------------------===//
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
177 lldb_r9d_x86_64, // Low 32 bits of r9
[all …]
H A DRegisterContextPOSIX_x86.cpp1 //===-- RegisterContextPOSIX_x86.cpp --------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
41 static_assert((sizeof(g_gpr_regnums_i386) / sizeof(g_gpr_regnums_i386[0])) -
59 static_assert((sizeof(g_lldb_regnums_i386) / sizeof(g_lldb_regnums_i386[0])) -
70 static_assert((sizeof(g_avx_regnums_i386) / sizeof(g_avx_regnums_i386[0])) -
84 lldb_r8d_x86_64, // Low 32 bits or r8
85 lldb_r9d_x86_64, // Low 32 bits or r9
86 lldb_r10d_x86_64, // Low 32 bits or r10
87 lldb_r11d_x86_64, // Low 32 bits or r11
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dudivmoddi4.c1 //===-- udivmoddi4.c - Implement __udivmoddi4 -----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
18 // Translated from Figure 3-40 of The PowerPC Compiler Writer's Guide
22 // warn-as-error
41 // --- in __udivmoddi4()
44 *rem = n.s.low % d.s.low; in __udivmoddi4()
45 return n.s.low / d.s.low; in __udivmoddi4()
48 // --- in __udivmoddi4()
[all …]
H A Dmuldi3.c1 //===-- muldi3.c - Implement __muldi3 -------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
21 r.s.low = (a & lower_mask) * (b & lower_mask); in __muldsi3()
22 su_int t = r.s.low >> bits_in_word_2; in __muldsi3()
23 r.s.low &= lower_mask; in __muldsi3()
25 r.s.low += (t & lower_mask) << bits_in_word_2; in __muldsi3()
27 t = r.s.low >> bits_in_word_2; in __muldsi3()
28 r.s.low &= lower_mask; in __muldsi3()
[all …]
H A Dmulti3.c1 //===-- multi3.c - Implement __multi3 -------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
23 r.s.low = (a & lower_mask) * (b & lower_mask); in __mulddi3()
24 du_int t = r.s.low >> bits_in_dword_2; in __mulddi3()
25 r.s.low &= lower_mask; in __mulddi3()
27 r.s.low += (t & lower_mask) << bits_in_dword_2; in __mulddi3()
29 t = r.s.low >> bits_in_dword_2; in __mulddi3()
30 r.s.low &= lower_mask; in __mulddi3()
[all …]
H A Dudivmodti4.c1 //===-- udivmodti4.c - Implement __udivmodti4 -----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
38 un64 = (u1 << s) | (u0 >> (n_udword_bits - s)); in udiv128by64to64default()
46 // Break divisor up into two 32-bit digits. in udiv128by64to64default()
56 rhat = un64 - q1 * vn1; in udiv128by64to64default()
60 q1 = q1 - 1; in udiv128by64to64default()
66 un21 = un64 * b + un1 - q1 * v; in udiv128by64to64default()
70 rhat = un21 - q0 * vn1; in udiv128by64to64default()
[all …]
/freebsd/contrib/dialog/package/debian/
H A Dchangelog1 cdialog (20210117) unstable; urgency=low
5 -- Thomas E. Dickey <dickey@invisible-island.net> Wed, 13 Jan 2021 19:58:21 -0500
7 cdialog (20210112) unstable; urgency=low
11 -- Thomas E. Dickey <dickey@invisible-island.net> Mon, 11 Jan 2021 03:53:05 -0500
13 cdialog (20201126) unstable; urgency=low
17 -- Thomas E. Dickey <dickey@invisible-island.net> Sun, 26 Jul 2020 11:17:16 -0400
19 cdialog (20200327) unstable; urgency=low
23 -- Thomas E. Dickey <dickey@invisible-island.net> Thu, 19 Mar 2020 05:02:12 -0400
25 cdialog (20200228) unstable; urgency=low
29 -- Thomas E. Dickey <dickey@invisible-island.net> Fri, 28 Feb 2020 20:31:15 -0500
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbitops.h1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
43 * General-purpose 32-bit and 64-bit bitfield encodings.
45 #define BF32_DECODE(x, low, len) P2PHASE((x) >> (low), 1U << (len)) argument
46 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len)) argument
47 #define BF32_ENCODE(x, low, len) (P2PHASE((x), 1U << (len)) << (low)) argument
48 #define BF64_ENCODE(x, low, len) (P2PHASE((x), 1ULL << (len)) << (low)) argument
50 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) argument
51 #define BF64_GET(x, low, len) BF64_DECODE(x, low, len) argument
53 #define BF32_SET(x, low, len, val) do { \ argument
[all …]
/freebsd/secure/lib/libcrypto/man/man7/
H A Dossl-guide-migration.71 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OSSL-GUIDE-MIGRATION 7ossl"
58 .TH OSSL-GUIDE-MIGRATION 7ossl 2025-09-30 3.5.4 OpenSSL
64 ossl\-guide\-migration, migration_guide
65 \&\- OpenSSL Guide: Migrating from older OpenSSL versions
80 The FIPS provider in OpenSSL 3.1 includes some non-FIPS validated algorithms,
113 licenses <https://www.openssl.org/source/license-openssl-ssleay.txt>
115 Apache License v2 <https://www.openssl.org/source/apache-license-2.0.txt>.
128 be accessed using the "Low Level APIs".
133 at configuration time using the \f(CW\*(C`enable\-fips\*(C'\fR option. If it is enabled,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-bcm6358.txt5 which can either be controlled by software (exporting the 74x164 as spi-gpio.
10 - compatible : should be "brcm,bcm6358-leds".
11 - #address-cells : must be 1.
12 - #size-cells : must be 0.
13 - reg : BCM6358 LED controller address and size.
16 - brcm,clk-div : SCK signal divider. Possible values are 1, 2, 4 and 8.
18 - brcm,clk-dat-low : Boolean, makes clock and data signals active low.
21 Each LED is represented as a sub-node of the brcm,bcm6358-leds device.
23 LED sub-node required properties:
24 - reg : LED pin number (only LEDs 0 to 31 are valid).
[all …]
H A Dleds-bcm6328.txt7 as spi-gpio. See Documentation/devicetree/bindings/gpio/fairchild,74hc595.yaml),
10 exporting the 74x164 as spi-gpio prevents those LEDs to be hardware
18 explained later in brcm,link-signal-sources). Even if a LED is hardware
24 - compatible : should be "brcm,bcm6328-leds".
25 - #address-cells : must be 1.
26 - #size-cells : must be 0.
27 - reg : BCM6328 LED controller address and size.
30 - brcm,serial-leds : Boolean, enables Serial LEDs.
32 - brcm,serial-mux : Boolean, enables Serial LEDs multiplexing.
34 - brcm,serial-clk-low : Boolean, makes clock signal active low.
[all …]
H A Dleds-bcm6328.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/leds/leds-bcm6328.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Álvaro Fernández Rojas <noltari@gmail.com>
17 as spi-gpio. See
21 exporting the 74x164 as spi-gpio prevents those LEDs to be hardware
29 explained later in brcm,link-signal-sources). Even if a LED is hardware
34 Each LED is represented as a sub-node of the brcm,bcm6328-leds device.
38 const: brcm,bcm6328-leds
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DRegisterContextLinuxCore_x86_64.cpp1 //===-- RegisterContextLinuxCore_x86_64.cpp -------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
28 static_assert((sizeof(g_gpr_regnums_i386) / sizeof(g_gpr_regnums_i386[0])) -
46 static_assert((sizeof(g_lldb_regnums_i386) / sizeof(g_lldb_regnums_i386[0])) -
57 static_assert((sizeof(g_avx_regnums_i386) / sizeof(g_avx_regnums_i386[0])) -
97 x86_64_with_base::lldb_r8d, // Low 32 bits or r8
98 x86_64_with_base::lldb_r9d, // Low 32 bits or r9
99 x86_64_with_base::lldb_r10d, // Low 32 bits or r10
100 x86_64_with_base::lldb_r11d, // Low 32 bits or r11
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-npcm750-runbmc-olympus-pincfg.dtsi1 // SPDX-License-Identifier: GPL-2.0
6 gpio0ol_pins: gpio0ol-pins {
8 bias-disable;
9 output-low;
11 gpio1ol_pins: gpio1ol-pins {
13 bias-disable;
14 output-low;
16 gpio2ol_pins: gpio2ol-pins {
18 bias-disable;
19 output-low;
[all …]
H A Dnuvoton-npcm750-pincfg-evb.dtsi1 // SPDX-License-Identifier: GPL-2.0
6 pin8_input: pin8-input {
8 bias-disable;
9 input-enable;
11 pin9_output_high: pin9-output-high {
13 bias-disable;
14 output-high;
16 pin10_input: pin10-input {
18 bias-disable;
19 input-enable;
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod5 ossl-guide-migration, migration_guide
6 - OpenSSL Guide: Migrating from older OpenSSL versions
24 The FIPS provider in OpenSSL 3.1 includes some non-FIPS validated algorithms,
58 licenses|https://www.openssl.org/source/license-openssl-ssleay.txt>
60 L<Apache License v2|https://www.openssl.org/source/apache-license-2.0.txt>.
72 be accessed using the L</Low Level APIs>.
77 at configuration time using the C<enable-fips> option. If it is enabled,
95 =head3 Low Level APIs
98 algorithms: the "high level" APIs (such as the C<EVP> APIs) and the "low level"
100 types. The "low level" APIs are targeted at a specific algorithm implementation.
[all …]
/freebsd/lib/libc/quad/
H A Dmuldi3.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
8 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
60 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) +
66 * (2^n) (u1 - u0) (v0 - v1) + [(u1-u0)... = mid]
67 * (2^n + 1) (u0 v0) [u0v0 = low]
69 * The terms (u1 v1), (u1 - u0) (v0 - v1), and (u0 v0) can all be done
71 * of (u1 - u0) or (v0 - v1) may be negative.)
85 * (2^n)(high) + (2^n)(mid) + (2^n + 1)(low)
89 * (2^n)(high + mid + low) + low
[all …]
/freebsd/sys/libkern/arm/
H A Dmuldi3.c3 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
10 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
62 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) +
68 * (2^n) (u1 - u0) (v0 - v1) + [(u1-u0)... = mid]
69 * (2^n + 1) (u0 v0) [u0v0 = low]
71 * The terms (u1 v1), (u1 - u0) (v0 - v1), and (u0 v0) can all be done
73 * of (u1 - u0) or (v0 - v1) may be negative.)
87 * (2^n)(high) + (2^n)(mid) + (2^n + 1)(low)
91 * (2^n)(high + mid + low) + low
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfixunstfti.c1 //===-- lib/builtins/ppc/fixunstfti.c - Convert long double->int128 *-C -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file implements converting the 128bit IBM/PowerPC long double (double-
12 //===----------------------------------------------------------------------===//
17 // Convert long double into an unsigned 128-bit integer.
28 // The long double representation, with the high and low portions of in __fixunstfti()
32 double d[2]; // [0] is the high double, [1] is the low double. in __fixunstfti()
33 unsigned long long ull[2]; // High and low doubles as 64-bit integers. in __fixunstfti()
41 // Retrieve the 64-bit patterns of high and low doubles. in __fixunstfti()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp1 //===- LowerSwitch.cpp - Eliminate Switch instructions --------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
49 #define DEBUG_TYPE "lower-switch"
54 APInt Low, High; member
62 // Note: Ranges must be sorted, non-overlapping and non-adjacent. in IsInRanges()
65 // then check if the Low field is <= R.Low. If so, we in IsInRanges()
69 return I != Ranges.end() && I->Low.sle(R.Low); in IsInRanges()
73 ConstantInt *Low; member
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dste,abx500.txt4 - compatible: "stericsson,ab8500-gpio", "stericsson,ab8540-gpio",
5 "stericsson,ab8505-gpio", "stericsson,ab9540-gpio",
7 Please refer to pinctrl-bindings.txt in this directory for details of the
12 and pin configuration bindings, see pinctrl-bindings.txt
17 pinctrl-names = "default";
18 …pinctrl-0 = <&sysclkreq2_default_mode>, <&sysclkreq3_default_mode>, <&gpio3_default_mode>, <&syscl…
28 bias-disable;
40 output-low;
52 output-low;
64 bias-disable;
[all …]
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.c6 This C source file is part of the SoftFloat IEC/IEEE Floating-point
12 National Science Foundation under grant MIP-9311980. The original version
13 of this code was written as part of a project to build a fixed-point vector
111 for ( i = minIterations; i; --i ) { in time_a_int32_z_float32()
113 inputNum = ( inputNum + 1 ) & ( numInputs_int32 - 1 ); in time_a_int32_z_float32()
116 } while ( clock() - startClock < CLOCKS_PER_SEC ); in time_a_int32_z_float32()
119 for ( i = count; i; --i ) { in time_a_int32_z_float32()
121 inputNum = ( inputNum + 1 ) & ( numInputs_int32 - 1 ); in time_a_int32_z_float32()
124 reportTime( count, endClock - startClock ); in time_a_int32_z_float32()
138 for ( i = minIterations; i; --i ) { in time_a_int32_z_float64()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp1 //===- SwitchLoweringUtils.cpp - Switch Lowering --------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
26 const APInt &LowCase = Clusters[First].Low->getValue(); in getJumpTableRange()
27 const APInt &HighCase = Clusters[Last].High->getValue(); in getJumpTableRange()
33 return (HighCase - LowCase).getLimitedValue((UINT64_MAX - 1) / 100) + 1; in getJumpTableRange()
42 TotalCases[Last] - (First == 0 ? 0 : TotalCases[First - 1]); in getJumpTableNumCases()
53 // Clusters must be non-empty, sorted, and only contain Range clusters. in findJumpTables()
58 assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); in findJumpTables()
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dlow_latency.h1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
9 * struct iwl_mld_low_latency_packets_counters - Packets counters
11 * @vo_vi: per-mac, counts the number of TX and RX voice and video packets
19 * enum iwl_mld_low_latency_cause - low-latency set causes
21 * @LOW_LATENCY_TRAFFIC: indicates low-latency traffic was detected
22 * @LOW_LATENCY_DEBUGFS: low-latency mode set from debugfs
23 * @LOW_LATENCY_VIF_TYPE: low-latency mode set because of vif type (AP)
32 * struct iwl_mld_low_latency - Manage low-latency detection and activation.
33 * @work: this work is used to detect low-latency by monitoring the number of
35 * threshold is reached, low-latency is activated. When active,
[all …]
/freebsd/sys/amd64/include/
H A Dcpufunc.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
280 uint32_t low, high; in rdmsr() local
282 __asm __volatile("rdmsr" : "=a" (low), "=d" (high) : "c" (msr)); in rdmsr()
283 return (low | ((uint64_t)high << 32)); in rdmsr()
289 uint32_t low; in rdmsr32() local
291 __asm __volatile("rdmsr" : "=a" (low) : "c" (msr) : "rdx"); in rdmsr32()
292 return (low); in rdmsr32()
298 uint32_t low, high; in rdpmc() local
300 __asm __volatile("rdpmc" : "=a" (low), "=d" (high) : "c" (pmc)); in rdpmc()
[all …]

12345678910>>...47