/freebsd/contrib/kyua/utils/logging/ |
H A D | operations_test.cpp | 38 #include <atf-c++.hpp> 54 ATF_REQUIRE_EQ(fs::path("/some/dir/foobar.20110221-181000.log"), in ATF_TEST_CASE_BODY() 61 ATF_REQUIRE_EQ(fs::path("/some/dir/foobar.20110221-181000.log"), in ATF_TEST_CASE_BODY() 75 ATF_REQUIRE_EQ(fs::path("/some/dir/foobar.20110221-181500.log"), in ATF_TEST_CASE_BODY() 82 ATF_REQUIRE_EQ(fs::path("/some/dir/foobar.20110221-181500.log"), in ATF_TEST_CASE_BODY() 106 std::ifstream input("test.log"); in ATF_TEST_CASE_BODY() local 107 ATF_REQUIRE(input); in ATF_TEST_CASE_BODY() 112 ATF_REQUIRE(std::getline(input, line).good()); in ATF_TEST_CASE_BODY() 114 (F("20110221-181000 D %s f1:1: Debug message") % pid).str(), line); in ATF_TEST_CASE_BODY() 115 ATF_REQUIRE(std::getline(input, line).good()); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | st,stm32-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/st,stm32-adc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 STM32 ADC is a successive approximation analog-to-digital converter. 11 It has several multiplexed input channels. Conversions can be performed 13 stored in a left-aligned or right-aligned 32-bit data register. 16 The analog watchdog feature allows the application to detect if the input 17 voltage goes beyond the user-defined, higher or lower thresholds. 22 - Fabrice Gasnier <fabrice.gasnier@foss.st.com> [all …]
|
H A D | adi,ad4130.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Cosmin Tanislav <cosmin.tanislav@analog.com> 15 https://www.analog.com/media/en/technical-documentation/data-sheets/AD4130-8.pdf 20 - adi,ad4130 29 clock-names: 31 - const: mclk 36 interrupt-names: 42 - int [all …]
|
/freebsd/contrib/wireguard-tools/ |
H A D | curve25519-hacl64.h | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 3 * Copyright (C) 2016-2017 INRIA and Microsoft Corporation. 4 * Copyright (C) 2018-2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 6 * This is a machine-generated formally verified implementation of Curve25519 7 * ECDH from: <https://github.com/mitls/hacl-star>. Though originally machine 9 * optimized for 64-bit machines that can efficiently work with 128-bit 21 u64 c = xnx - (u64)1U; in u64_eq_mask() 30 u64 x_sub_y = x - y; in u64_gte_mask() 35 u64 c = x_xor_q_ - (u64)1U; in u64_gte_mask() 44 u64 b0_ = b0 + 19 * (b4 >> 51); in modulo_carry_top() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | cirrus,lochnagar.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - patches@opensource.cirrus.com 15 Logic devices on mini-cards, as well as allowing connection of various 25 [1] Clock : ../clock/clock-bindings.txt 28 [2] include/dt-bindings/clock/lochnagar.h 36 - cirrus,lochnagar1-clk 37 - cirrus,lochnagar2-clk 39 '#clock-cells': [all …]
|
/freebsd/share/doc/usd/21.troff/ |
H A D | m0a | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 54 .h1 \s-1#\s+1 * 59 \s-1#\s+1Notes are explained at the end of this Summary and Index 66 \fB&ps\fI\|\(+-N\fR 10\|point previous E Point size; also \fB\es\fI\(+-N\fR.\(dg 68 \fB&fz\fI|F|\(+-N\fR off - E font \fIF\fR to point size \fI\(+-N\fR. 70 \fB&fz|S|\fIF|\(+-N\fR off - E Special Font characters to point size \fI\(+-N\fR. 72 \fB&ss\fI|N\fR 12\(sl36\|em ignored E Space-character size 75 \fB&cs\fI|F\|N\|M\fR off - P Constant character 79 \fB&bd\fI|F|N\fR off - P Embolden font \fIF\fR by \fIN\fR\(mi1 units.\(dg 81 \fB&bd|S|\fIF|N\fR off - P Embolden Special Font when current font is \fIF\fR.\(dg [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | rtc-omap.txt | 4 - compatible: 5 - "ti,da830-rtc" - for RTC IP used similar to that on DA8xx SoC family. 6 - "ti,am3352-rtc" - for RTC IP used similar to that on AM335x SoC family. 7 This RTC IP has special WAKE-EN Register to enable 11 - "ti,am4372-rtc" - for RTC IP used similar to that on AM437X SoC family. 12 - reg: Address range of rtc register set 13 - interrupts: rtc timer, alarm interrupts in order 16 - system-power-controller: whether the rtc is controlling the system power 18 - clocks: Any internal or external clocks feeding in to rtc 19 - clock-names: Corresponding names of the clocks [all …]
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | btyacc_demo.output | 1 0 $accept : input $end 11 6 input : $$1 decl_list 33 19 | EXTERN 68 42 | expr '-' $$6 expr 96 $accept : . input $end (0) 101 input goto 1 106 $accept : input . $end (0) 112 input : $$1 . decl_list (6) 121 input : $$1 decl_list . (6) 158 decl_spec : EXTERN . (19) [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | rzg2l-smarc-pinfunction.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h> 12 pinctrl-0 = <&sound_clk_pins>; 13 pinctrl-names = "default"; 20 /* SW7 should be at position 2->3 so that GPIO8_CAN0_STB line is activated */ 21 can0-stb-hog { 22 gpio-hog; 24 output-low; 25 line-name = "can0_stb"; [all …]
|
H A D | rzg2ul-smarc.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 * Device Tree Source for the RZ/G2UL Type-1 SMARC EVK parts 8 #include <dt-bindings/gpio/gpio.h> 9 #include "rzg2ul-smarc-pinfunction.dtsi" 10 #include "rz-smarc-common.dtsi" 14 /delete-property/ pinctrl-0; 15 /delete-property/ pinctrl-names; 21 sound-dai = <&ssi1>; 25 clock-frequency = <400000>; 30 gpio-controller; [all …]
|
H A D | rzg2lc-smarc-pinfunction.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h> 12 pinctrl- [all...] |
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_c25519_m62.c | 72 * A field element is encoded as five 64-bit integers, in basis 2^51. 77 #define MASK51 (((uint64_t)1 << 51) - (uint64_t)1) 87 m = -(uint64_t)ctl; in f255_cswap() 110 * On input, limbs must fit on 60 bits each. On output, result is 121 * We compute d = (2^255-19)*1024 + a - b. Since the limbs in f255_sub() 123 * more than 2^264, but much less than 2^265-19456. This in f255_sub() 128 * Initial carry is 19456, since we add 2^265-19456. Each in f255_sub() 131 w = a[0] - b[0] - 19456; in f255_sub() 133 cc = -(w >> 51) & 0x3FF; in f255_sub() 134 w = a[1] - b[1] - cc; in f255_sub() [all …]
|
/freebsd/lib/libc/gen/ |
H A D | readpassphrase.3 | 1 .\" $OpenBSD: readpassphrase.3,v 1.17 2007/05/31 19:19:28 jmc Exp $ 19 .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. 42 input. 47 \- 1 characters (one is for the 60 .Bl -tag -width ".Dv RPP_REQUIRE_TTY" -compact 68 force input to lower case 70 force input to upper case 72 strip the high bit from input 83 returns a pointer to the NUL-terminated passphrase. 89 .Bl -tag -width ".Pa /dev/tty" -compact [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmd_whirlpool.txt | 2 # Copyright 2001-2020 The OpenSSL Project Authors. All Rights Reserved. 14 Title = Whirlpool (from ISO/IEC 10118-3 test vector set) 18 Input = "" 19 Output = 19FA61D75522A4669B44E39C1D2E1726C530232130D407F89AFEE0964997F7A73E83BE698B288FEBCF88E3E03C… 23 Input = "a" 28 Input = "abc" 33 Input = "message digest" 38 Input = "abcdefghijklmnopqrstuvwxyz" 43 Input = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" 48 Input = "12345678901234567890123456789012345678901234567890123456789012345678901234567890" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | lm87.txt | 4 - compatible: Should be 7 - reg: I2C address 10 - has-temp3: This configures pins 18 and 19 to be used as a second 12 are configured as voltage input pins in0 and in5. 14 - has-in6: When set, pin 5 is configured to be used as voltage input 15 in6. Otherwise the pin is set as FAN1 input [all...] |
H A D | ti,lm87.yaml | 1 # 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: 30 This configures pins 18 and 19 to be used as a second 32 are configured as voltage input pins in0 and in5. 34 has-in6: 37 When set, pin 5 is configured to be used as voltage input 38 in6. Otherwise the pin is set as FAN1 input. [all …]
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | md4-internal.c | 20 u8 buffer[MD4_BLOCK_LENGTH]; /* input buffer */ 25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len); 35 return -1; in md4_vector() 45 /* ===== start - public domain MD4 implementation ===== */ 49 * This code implements the MD4 message-digest algorithm. 63 * will fill a supplied 16-byte array with the digest. 100 ctx->count = 0; in MD4Init() 101 ctx->state[0] = 0x67452301; in MD4Init() 102 ctx->state[1] = 0xefcdab89; in MD4Init() 103 ctx->state[2] = 0x98badcfe; in MD4Init() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | mediatek,mt7981-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7981-pinctr [all...] |
H A D | pinctrl-mt7622.txt | 4 - compatible: Should be one of the following 5 "mediatek,mt7622-pinctrl" for MT7622 SoC 6 "mediatek,mt7629-pinctrl" for MT7629 SoC 7 - reg: offset and length of the pinctrl space 9 - gpio-controller: Marks the device node as a GPIO controller. 10 - #gpio-cells: Should be two. The first cell is the pin number and the 14 - interrupt-controller : Marks the device node as an interrupt controller 16 If the property interrupt-controller is defined, following property is required 17 - reg-names: A string describing the "reg" entries. Must contain "eint". 18 - interrupts : The interrupt output from the controller. [all …]
|
/freebsd/contrib/mandoc/ |
H A D | mchars_alloc.3 | 1 .\" $Id: mchars_alloc.3,v 1.4 2016/07/07 19:19:01 schwarze Exp $ 82 input arguments are usually obtained from the 93 If the input string is non-numeric or does not represent a printable 115 If the input string is non-numeric or represents an ASCII character, 150 is not recognized, \-1 is returned. 215 .Bl -column "mchars_num2char()" "1.11.3" "chars_num2char()" "1.10.10"
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/pinctrl/ |
H A D | k210-fpioa.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 11 * kendryte-standalone-sdk/lib/drivers/include/fpioa.h 33 #define K210_PCF_UARTHS_TX 19 /* UART High speed Transmitter */ 57 #define K210_PCF_GPIOHS19 43 /* GPIO High speed 19 */ 104 #define K210_PCF_I2S0_IN_D0 90 /* I2S0 Serial Data Input 0 */ 105 #define K210_PCF_I2S0_IN_D1 91 /* I2S0 Serial Data Input 1 */ 106 #define K210_PCF_I2S0_IN_D2 92 /* I2S0 Serial Data Input 2 */ 107 #define K210_PCF_I2S0_IN_D3 93 /* I2S0 Serial Data Input 3 */ 115 #define K210_PCF_I2S1_IN_D0 101 /* I2S1 Serial Data Input 0 */ 116 #define K210_PCF_I2S1_IN_D1 102 /* I2S1 Serial Data Input 1 */ [all …]
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress.c | 2 * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. 5 * This source code is licensed under both the BSD-style license (found in the 8 * You may select, at your option, one of the above-listed licenses. 11 /*-************************************* 34 /*-************************************* 39 * full-block strategy. 49 /*-************************************* 73 cctx->customMem = memManager; in ZSTD_initCCtx() 74 cctx->bmi2 = ZSTD_cpuid_bmi2(ZSTD_cpuid()); in ZSTD_initCCtx() 84 ZSTD_STATIC_ASSERT(ZSTD_CONTENTSIZE_UNKNOWN==(0ULL - 1)); in ZSTD_createCCtx_advanced() [all …]
|
/freebsd/contrib/less/ |
H A D | version.c | 2 * Copyright (C) 1984-2024 Mark Nudelman 12 --------- [all...] |
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | qcom,msm8916-camss.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/media/qcom,msm8916-camss.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Robert Foss <robert.foss@linaro.org> 12 - Todor Tomov <todor.too@gmail.com> 19 const: qcom,msm8916-camss 22 minItems: 19 23 maxItems: 19 25 clock-names: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | wakeup-source.txt | 5 ---------------- 7 "wakeup-source" boolean property. 9 If the device is marked as a wakeup-source, interrupt wake capability depends 10 on the device specific "interrupt-names" property. If no interrupts are labeled 22 --------------------------------------------------------- 24 1. "gpio-key,wakeup" Documentation/devicetree/bindings/input/gpio-keys{,-polled}.txt 25 2. "has-tpo" Documentation/devicetree/bindings/rtc/rtc-opal.txt 26 3. "linux,wakeup" Documentation/devicetree/bindings/input/gpio-matrix-keypad.txt 28 Documentation/devicetree/bindings/input/touchscreen/ti,ads7843.yaml 29 4. "linux,keypad-wakeup" Documentation/devicetree/bindings/input/qcom,pm8921-keypad.yaml [all …]
|