Home
last modified time | relevance | path

Searched +full:custom +full:- +full:temp (Results 1 – 25 of 111) sorted by relevance

12345

/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/
H A Dadi,ltc2983.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices LTC2983, LTC2986, LTM2985 Multi-sensor Temperature system
10 - Nuno Sá <nuno.sa@analog.com>
13 Analog Devices LTC2983, LTC2984, LTC2986, LTM2985 Multi-Sensor Digital
16 https://www.analog.com/media/en/technical-documentation/data-sheets/2983fc.pdf
17 https://www.analog.com/media/en/technical-documentation/data-sheets/2984fb.pdf
18 https://www.analog.com/media/en/technical-documentation/data-sheets/29861fa.pdf
19 https://www.analog.com/media/en/technical-documentation/data-sheets/ltm2985.pdf
[all …]
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExecutionDriver.cpp1 //===- ExecutionDriver.cpp - Allow execution of LLVM program --------
37 Custom global() enumerator
260 auto Temp = compileProgram() local
[all...]
/freebsd/sys/conf/
H A DMakefile.arm641 # Makefile.arm64 -- with config changes.
26 INCLUDES+= -I$S/contrib/libfdt -I$S/contrib/device-tree/include
28 LINUX_DTS_VERSION!= awk '/freebsd,dts-version/ { sub(/;$$/,"", $$NF); print $$NF }' $S/dts/freebsd-
29 CFLAGS += -DLINUX_DTS_VERSION=\"${LINUX_DTS_VERSION}\"
35 ARM64_SSP_CFLAGS = -mstack-protector-guard=sysreg
36 ARM64_SSP_CFLAGS += -mstack-protector-guard-reg=sp_el0
37 ARM64_SSP_CFLAGS += -mstack-protector-guard-offset=0
39 ARM64_SSP_CFLAGS += -DPERTHREAD_SSP_WARNING
46 # Use a custom SYSTEM_LD command to generate the elf kernel, so we can
52 --defsym='text_start=kernbase + SIZEOF_HEADERS' \
[all …]
H A DMakefile.arm1 # Makefile.arm -- with config changes.
30 INCLUDES+= -I$S/contrib/libfdt -I$S/contrib/device-tree/include -I$S/dts/include
32 LINUX_DTS_VERSION!= awk '/freebsd,dts-version/ { sub(/;$$/,"", $$NF); print $$NF }' $S/dts/freebsd-
33 CFLAGS += -DLINUX_DTS_VERSION=\"${LINUX_DTS_VERSION}\"
36 STRIP_FLAGS = -S
40 CFLAGS.gcc += -mno-thumb-interwork
43 CFLAGS.clang += -mfpu=none
46 CFLAGS += -funwind-tables
54 # Use a custom SYSTEM_LD command to generate the elf kernel, so we can
60 --defsym='text_start=kernbase + SIZEOF_HEADERS' \
[all …]
/freebsd/crypto/openssl/test/
H A Dasn1_encode_test.c2 * Copyright 2017-2021 The OpenSSL Project Authors. All Rights Reserved.
19 # pragma GCC diagnostic ignored "-Wunused-function"
20 # pragma GCC diagnostic ignored "-Wformat"
23 # pragma clang diagnostic ignored "-Wunused-function"
24 # pragma clang diagnostic ignored "-Wformat"
27 /***** Custom test data ******************************************************/
69 /* 32-bit long */
151 /* An array of structures to compare decoded custom data with */
179 ENCDEC_DATA(-1, -1), \
206 CUSTOM_EXPECTED_SUCCESS(-1, -1), /* t_one_neg */
[all …]
H A DREADME.ssltest.md4 SSL testcases are configured in the `ssl-tests` directory.
12 However, for verification, we also include checked-in configuration outputs
14 `test/ssl-tests/*.cnf` files.
16 For more details, see `ssl-tests/01-simple.cnf.in` for an example.
19 --------------------
26 name => "test-default",
36 * Method - the method to test. One of DTLS or TLS.
38 * HandshakeMode - which handshake flavour to test:
39 - Simple - plain handshake (default)
40 - Resume - test resumption
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A DMKfallback.sh4 # Copyright 1998-2019,2020 Free Software Foundation, Inc. #
32 # MKfallback.sh -- create fallback table for entry reads
34 # This script generates source code for a custom version of read_entry.c
36 # from an on-disk terminfo tree) tries to match the type with one of a
47 test -z "$tic_path" && tic_path=tic
51 test -z "$infocmp_path" && infocmp_path=infocmp
56 tic_head=`echo "$tic_path" | sed -e 's,/[^/]*$,,'`
72 "$tic_path" -x "$terminfo_src" >&2
98 "$infocmp_path" -E "$x" | sed -e 's/\<short\>/NCURSES_INT2/g'
109 "$infocmp_path" -e "$x"
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D20-test_mac.t2 # Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
20 …{ cmd => [qw{openssl mac -digest SHA1 -macopt hexkey:000102030405060708090A0B0C0D0E0F1011121314151…
25 …{ cmd => [qw{openssl mac -macopt digest:SHA1 -macopt hexkey:000102030405060708090A0B0C0D0E0F101112…
29 desc => 'HMAC SHA1 via -macopt' },
30 …{ cmd => [qw{openssl mac -cipher AES-256-GCM -macopt hexkey:4C973DBC7364621674F8B5B89E5C15511FCED9…
35 …md => [qw{openssl mac -macopt cipher:AES-256-GCM -macopt hexkey:4C973DBC7364621674F8B5B89E5C15511F…
39 desc => 'GMAC via -macopt' },
40 …{ cmd => [qw{openssl mac -macopt hexkey:404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C…
45 …{ cmd => [qw{openssl mac -macopt hexkey:404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C…
50 …d => [qw{openssl mac -macopt hexkey:404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E…
[all …]
H A D80-test_ssl_old.t2 # Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved.
41 my $digest = "-sha1";
48 my $cnf = srctop_file("test", "ca-and-certs.cnf");
49 my $CAkey = srctop_file("test", "certs", "ca-key.pem"); # "keyCA.ss"
53 my $CAreq2="req2CA.ss"; # temp
54 my $Ukey = srctop_file("test", "certs", "ee-key.pem"); # "keyU.ss";
65 my $P1key= srctop_file("test", "certs", "alt1-key.pem"); # "keyP1.ss";
69 my $P2key= srctop_file("test", "certs", "alt2-key.pem"); # "keyP2.ss";
79 # new format in ssl_test.c and add recipes to 80-test_ssl_new.t instead.
98 note('test_ssl_old -- key U');
[all …]
H A D70-test_sslmessages.t2 # Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved.
12 use File::Temp qw(tempfile);
23 if disabled("engine") || disabled("dynamic-engine");
34 my $proxy = TLSProxy::Proxy->new(
176 $proxy->serverconnects(2);
177 $proxy->clientflags("-no_tls1_3 -sess_out ".$session);
178 $proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
185 $proxy->clearClient();
186 $proxy->clientflags("-no_tls1_3 -sess_in ".$session);
187 $proxy->clientstart();
[all …]
/freebsd/sys/dev/gpio/
H A Dgpioths.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 * GPIOTHS - Temp/Humidity sensor over GPIO.
33 * output over single-wire protocol from embedded 8-bit microcontroller.
34 * Note that it uses a custom single-wire protocol, it is not 1-wire(tm).
37 * DHT11: Temp 0c to 50c +-2.0c, Humidity 20% to 90% +-5%
38 * DHT12: Temp -20c to 60c +-0.5c, Humidity 20% to 95% +-5%
39 * DHT21: Temp -40c to 80c +-0.3c, Humidity 0% to 100% +-3%
40 * DHT22: Temp -40c to 80c +-0.3c, Humidity 0% to 100% +-2%
44 * Temp/Humidity sensor can't be discovered automatically, please specify hints
[all …]
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c42 /* Position in variable-length integers and Check fields */
45 /* Variable-length integer decoded by dec_vli() */
141 } temp; member
164 * Fill s->temp by copying data starting from b->in[b->in_pos]. Caller
165 * must have set s->temp.pos to indicate how much data we are supposed
166 * to copy into s->temp.buf. Return true once s->temp.pos has reached
167 * s->temp.size.
172 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp()
174 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size); in fill_temp()
175 b->in_pos += copy_size; in fill_temp()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h1 //===- llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h -----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
60 /// Operands can be variable-sized, their size is always after their name
65 /// - Instruction & Operand IDs are ULEB128
66 /// - LLT IDs are 1 byte
67 /// - Predicates and target opcodes, register and register class IDs are 2
69 /// - Indexes into the table are 4 bytes.
70 /// - Inline constants are 8 bytes
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp1 //===-- R600ISelLowering.cpp - R600 DAG Lowering Implementation -----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// Custom DAG lowering for R600
12 //===----------------------------------------------------------------------===//
43 computeRegisterProperties(Subtarget->getRegisterInfo()); in R600TargetLowering()
46 setOperationAction(ISD::LOAD, {MVT::i32, MVT::v2i32, MVT::v4i32}, Custom); in R600TargetLowering()
49 // spaces, so it is custom lowered to handle those where it isn't. in R600TargetLowering()
53 setLoadExtAction(Op, VT, MVT::i8, Custom); in R600TargetLowering()
54 setLoadExtAction(Op, VT, MVT::i16, Custom); in R600TargetLowering()
[all …]
/freebsd/sys/dev/usb/serial/
H A Dusb_serial.c3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2001-2003, 2005, 2008
32 /*-
130 static int ucom_cons_unit = -1;
199 ucom_unrhdr = new_unrhdr(0, UCOM_UNIT_MAX - 1, NULL); in ucom_init()
202 SYSINIT(ucom_init, SI_SUB_KLD - 1, SI_ORDER_ANY, ucom_init, NULL);
218 SYSUNINIT(ucom_uninit, SI_SUB_KLD - 3, SI_ORDER_ANY, ucom_uninit, NULL);
234 return (-1); in ucom_unit_alloc()
261 * before calling into the ucom-layer!
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1 //===- MipsISelLowering.cpp - Mips DAG Lowering Implementation ------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
82 #define DEBUG_TYPE "mips-lower"
87 NoZeroDivCheck("mno-check-zero-division", cl::Hidden,
142 return DAG.getRegister(FI->getGlobalBaseReg(MF), Ty); in getGlobalReg()
148 return DAG.getTargetGlobalAddress(N->getGlobal(), SDLoc(N), Ty, 0, Flag); in getTargetNode()
154 return DAG.getTargetExternalSymbol(N->getSymbol(), Ty, Flag); in getTargetNode()
160 return DAG.getTargetBlockAddress(N->getBlockAddress(), Ty, 0, Flag); in getTargetNode()
[all …]
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_atheros.c5 * Copyright (c) 2005-2007, Jouni Malinen <j@w1.fi>
188 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ); in get80211param()
191 if (ioctl(drv->ioctl_sock, IEEE80211_IOCTL_GETPARAM, &iwr) < 0) in get80211param()
192 return -1; in get80211param()
206 /* Certain ioctls must use the non-inlined method */ in set80211priv()
212 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ); in set80211priv()
228 if (ioctl(drv->ioctl_sock, op, &iwr) < 0) { in set80211priv()
231 __func__, drv->iface, op, in set80211priv()
234 return -1; in set80211priv()
245 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ); in set80211param()
[all …]
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-message.h38 // // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
57 #include "gtest/internal/gtest-port.h"
67 /* class A needs to have dll-interface to be used by clients of class B */)
116 // Constructs a Message from a C-string.
121 // Streams a non-pointer value to this object. If building a version of
143 // assertions, testing::Message must access the custom << operator
153 // Streams a non-pointer value with an AbslStringify definition to this
159 // ::operator<< is needed here for a similar reason as with the non-Abseil
172 // [temp.func.order].) If you stream a non-pointer, then the
205 // using the UTF-8 encoding.
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h1 //===-- lldb-enumerations.h -------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
53 // flag-style enumerations that specify something like eValueFoo = 1u << 31
57 // warning, as it's part of -Wmicrosoft which also catches a whole slew of
63 // from C++ code, but just use a regular enum when swig is pre-processing.
107 /// instead of auto-continuing when in FLAGS_ENUM()
128 (1u << 10), ///< Perform shell-style argument expansion in FLAGS_ENUM()
233 eRegisterKindProcessPlugin, ///< num used by the process plugin - e.g. by the
234 ///< remote gdb-protocol stub program
[all …]
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp1 //===-LTOBackend.cpp - LLVM Link Time Optimizer Backend -------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
53 #define DEBUG_TYPE "lto-backend"
62 "lto-embed-bitcode", cl::init(LTOBitcodeEmbedding::DoNotEmbed),
68 "post-merge-pre-opt",
73 "thinlto-assume-merged", cl::init(false),
75 "importing and the other pre-optimization pipeline changes."));
115 if (M.getModuleIdentifier() == "ld-temp.o" || !UseInputModulePath) { in addSaveTemps()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1 //===-- RISCVISelLowering.cpp - RISC-V DAG Lowering Implementation ------
11353 SDValue Temp = lowerVPSetCCMaskOp() local
11363 SDValue Temp = lowerVPSetCCMaskOp() local
11372 SDValue Temp = lowerVPSetCCMaskOp() local
11381 SDValue Temp = lowerVPSetCCMaskOp() local
11390 SDValue Temp = lowerVPSetCCMaskOp() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1 //=- LoongArchISelLowering.cpp - LoongArch DAG Lowering Implementation ---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
37 #define DEBUG_TYPE "loongarch-isel-lowering"
41 static cl::opt<bool> ZeroDivCheck("loongarch-check-zero-division", cl::Hidden,
77 setOperationAction(ISD::SHL_PARTS, GRLenVT, Custom); in LoongArchTargetLowering()
78 setOperationAction(ISD::SRA_PARTS, GRLenVT, Custom); in LoongArchTargetLowering()
79 setOperationAction(ISD::SRL_PARTS, GRLenVT, Custom); in LoongArchTargetLowering()
80 setOperationAction(ISD::FP_TO_SINT, GRLenVT, Custom); in LoongArchTargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp1 //===-- AVRISelDAGToDAG.cpp - A dag to dag inst selector for AVR ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
22 #define DEBUG_TYPE "avr-isel"
23 #define PASS_NAME "AVR DAG->DAG Instruction Selection"
83 auto DL = CurDAG->getDataLayout(); in SelectAddr()
84 MVT PtrVT = getTargetLowering()->getPointerTy(DL); in SelectAddr()
88 Base = CurDAG->getTargetFrameIndex(FIN->getIndex(), PtrVT); in SelectAddr()
89 Disp = CurDAG->getTargetConstant(0, dl, MVT::i8); in SelectAddr()
[all …]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl2 # Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.
23 # original .c module was made 32-bit savvy in order to make this
26 # with/without -DECP_NISTZ256_ASM
27 # Cortex-A8 +53-170%
28 # Cortex-A9 +76-205%
29 # Cortex-A15 +100-316%
30 # Snapdragon S4 +66-187%
33 # on benchmark. Lower coefficients are for ECDSA sign, server-side
43 ( $xlate="${dir}arm-xlate.pl" and -f $xlate ) or
44 ( $xlate="${dir}../../perlasm/arm-xlate.pl" and -f $xlate) or
[all …]
/freebsd/contrib/libpcap/rpcapd/
H A Dfileconf.c47 #include "rpcap-protocol.h"
60 * Locale-independent version checks for alphabetical and alphanumerical
94 if (line[linelen - 1] != '\n') in fileconf_read()
159 while (FILECONF_ISALNUM(*ptr) || *ptr == '-' || *ptr == '_') in fileconf_read()
170 // finding a non-white space character, in fileconf_read()
275 // Null-terminate the address, and skip past in fileconf_read()
320 // Null-terminate the port, and skip past in fileconf_read()
333 (unsigned int)(sizeof(activelist[num_active_clients].address) - 1)); in fileconf_read()
336 if (strcmp(port, "DEFAULT") == 0) // the user choose a custom port in fileconf_read()
348 (unsigned int)(sizeof(activelist[num_active_clients].port) - 1)); in fileconf_read()
[all …]

12345