Home
last modified time | relevance | path

Searched +full:has +full:- +full:temp3 (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dlm87.txt4 - compatible: Should be
7 - reg: I2C address
10 - has-temp3: This configures pins 18 and 19 to be used as a second
14 - has-in6: When set, pin 5 is configured to be used as voltage input
17 - ha
[all...]
H A Dti,lm87.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Javier Carrasco <javier.carrasco.cruz@gmail.com>
27 has-temp3:
34 has-in6:
40 has-in7:
46 vcc-supply:
52 - compatible
53 - reg
[all …]
/freebsd/crypto/openssl/crypto/bn/asm/
H A Drsaz-avx2.pl2 # Copyright 2013-2020 The OpenSSL Project Authors. All Rights Reserved.
17 # F. Ozbudak and F. Rodriguez-Henriquez (Eds.): WAIFI 2012, LNCS 7369,
18 # pp. 119?135, 2012. Springer-Verlag Berlin Heidelberg 2012
20 # Exponentiation", Journal of Cryptographic Engineering 2:31-43 (2012).
21 # [3] S. Gueron, V. Krasnov: "Speeding up Big-numbers Squaring",IEEE
23 # New Generations (ITNG 2012), pp.821-823 (2012)
25 # resistant 1024-bit modular exponentiation, for optimizing RSA2048
40 # $output is the last argument if it looks like a file (it has an extension)
48 ( $xlate="${dir}x86_64-xlate.pl" and -f $xlate ) or
49 ( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
[all …]
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c3 * Module Name: dbtest - Various debug-related tests
11 * Some or all of this work - Copyright (c) 1999 - 2024, Intel Corp.
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
95 * HAS ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES. THESE LIMITATIONS
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
293 * PARAMETERS: TypeArg - Subcommand
357 /* Install the debugger read-object control method if necessary */ in AcpiDbTestAllObjects()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp1 //===--- ExpandLargeFpConvert.cpp - Expand large fp convert----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 // auto-generated functions. This is useful for targets like x86_64 that cannot
15 //===----------------------------------------------------------------------===//
36 ExpandFpConvertBits("expand-fp-convert-bits", cl::Hidden,
42 /// the generated code. This currently generates code similarly to compiler-rt's
45 /// An example IR generated from compiler-rt/fixsfdi.c looks like below:
50 /// %tobool.not = icmp sgt i32 %0, -1
51 /// %conv = select i1 %tobool.not, i64 1, i64 -1
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h2 * kmp_dispatch_hier.h -- hierarchical scheduling methods and data structures
5 //===----------------------------------------------------------------------===//
9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
11 //===----------------------------------------------------------------------===//
20 LAYER_THREAD = -1,
29 // Convert hierarchy type (LAYER_L1, LAYER_L2, etc.) to C-style string
95 kmp_int32 temp3 = small_chunks[i]; in sort() local
103 small_chunks[switch_index] = temp3; in sort()
156 lb[1 - index] = nlb; in set_next_hand_thread()
157 ub[1 - index] = nub; in set_next_hand_thread()
[all …]
/freebsd/contrib/bc/src/
H A Dnum.c4 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2018-2024 Gavin D. Howard and contributors.
80 return (((ssize_t) n) ^ -((ssize_t) neg)) + neg; in bc_num_neg()
86 * @return -1 if the number is less than 0, 1 if greater, and 0 if equal.
91 return bc_num_neg((n)->len != 0, BC_NUM_NEG(n)); in bc_num_cmpZero()
102 return n->len ? n->len - BC_NUM_RDX_VAL(n) : 0; in bc_num_int()
117 if (req > n->cap) in bc_num_expand()
121 n->num = bc_vm_realloc(n->num, BC_NUM_SIZE(req)); in bc_num_expand()
122 n->cap = req; in bc_num_expand()
137 n->scale = scale; in bc_num_setToZero()
[all …]
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c3 * AES256-GCM, based on the "Intel Carry-Less Multiplication Instruction and its Usage for Computing
99 /** single, by-the-book AES encryption with AES-NI */
123 /** multiple-blocks-at-once AES encryption with AES-NI ;
124 on Haswell, aesenc has a latency of 7 and a throughput of 1
125 so the sequence of aesenc should be bubble-free if you
126 have at least 8 blocks. Let's build an arbitratry-sized
129 /* load & increment the n vector (non-vectorized, unused for now) */
197 <https://software.intel.com/sites/default/files/managed/72/cc/clmul-wp-rev-2.02-2014-04-20.pdf>
264 /* pure multiplication, for pre-computing powers of H */
307 /* 4 multiply-accumulate at once; again
[all …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
51 ** NO_TEST - The branches on this line are not
56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
144 ** 2015-03-02
182 ** large file support, or if the OS is windows, these should be no-ops.
188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
[all …]
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp1 /* ----------------------------------------------------------------------------
5 * Do not make changes to this file unless you know what you are doing - modify
7 * ----------------------------------------------------------------------------- */
15 /* -----------------------------------------------------------------------------
18 * ----------------------------------------------------------------------------- */
25 /* Needed even with `aCC -AA' when `aCC -V' reports HP ANSI C++ B3910B A.03.55 */
59 # pragma warning(disable : 4505) /* unreferenced local function has been removed */
125 /* Deal with Apple's deprecated 'AssertMacros.h' from Carbon-framework */
145 /* -----------------------------------------------------------------------------
149 * ----------------------------------------------------------------------------- */
[all …]