Home
last modified time | relevance | path

Searched +full:non +full:- +full:continuous (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd/crypto/openssl/doc/man5/
H A Dfips_config.pod5 fips_config - OpenSSL FIPS configuration
11 of the shared library file, and status about the self-testing.
17 =item - Run the startup FIPS self-test known answer tests (KATS).
22 =item - Verify the module's checksum.
28 This file is generated by the L<openssl-fipsinstall(1)> program, and
42 =item B<install-version>
46 =item B<conditional-errors>
51 Continuous tests are a subset of the self tests (e.g., a key pair test during key
54 continuous test fails. The default value of C<1> will trigger the error mode.
56 continuous test will return an error code if its continuous test fails. The
[all …]
/freebsd/sys/dev/qat/qat_api/include/
H A Dicp_sal_nrbg_ht.h1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
24 * NRBG. It also provides the caller the value of continuous random
25 * number generator test failures for n=64 bits, refer to FIPS 140-2
26 * section 4.9.2 for details. A non-zero value for the counter does
48 * @param[out] pContinuousRngTestFailures Number of continuous random number
59 * of continuous random generator test failures.
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dtc358743.txt1 * Toshiba TC358743 HDMI-RX to MIPI CSI2-TX Bridge
3 The Toshiba TC358743 HDMI-RX to MIPI CSI2-TX (H2C) is a bridge that converts
4 a HDMI stream to MIPI CSI-2 TX. It is programmable through I2C.
8 - compatible: value should be "toshiba,tc358743"
9 - clocks, clock-names: should contain a phandle link to the reference clock
14 - reset-gpios: gpio phandle GPIO connected to the reset pin
15 - interrupts: GPIO connected to the interrupt pin
16 - data-lanes: should be <1 2 3 4> for four-lane operation,
17 or <1 2> for two-lane operation
18 - clock-lanes: should be <0>
[all …]
H A Dov5647.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Dave Stevenson <dave.stevenson@raspberrypi.com>
11 - Jacopo Mondi <jacopo@jmondi.org>
13 description: |-
14 The OV5647 is a raw image sensor with MIPI CSI-2 and CCP2 image data
29 pwdn-gpios:
35 description: |-
36 Should contain one endpoint sub-node used to model connection to the
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DContinuousRangeMap.h1 //===- ContinuousRangeMap.h - Map with int range as key ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
26 /// A map from continuous integer ranges to some value, with a very
29 /// CRM maps from integer ranges to values. The ranges are continuous, i.e.
30 /// where one ends, the next one begins. So if the map contains the stops I0-3,
77 if (I != Rep.end() && I->first == Val.first) { in insertOrReplace()
78 I->second = Val.second; in insertOrReplace()
99 --I; in find()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingBuffer.c1 /*===- InstrProfilingBuffer.c - Write instrumentation to a memory buffer --===*\
5 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 \*===----------------------------------------------------------------------===*/
16 /* When continuous mode is enabled (%c), this parameter is set to 1.
19 * InstrProfilingFile.o, to sequester all libc-dependent code in
20 * InstrProfilingFile.o. The test `instrprof-without-libc` will break if this
24 /* The system page size. Only valid when non-zero. If 0, the page size is
64 // NOTE: Caller should guarantee that `Begin` and `End` specifies a half-open
65 // interval [Begin, End). Namely, `End` is one-byte past the end of the array.
70 return ((EndI + sizeof(__llvm_profile_data) - 1) - BeginI) / in __llvm_profile_get_num_data()
[all …]
H A DInstrProfilingFile.c1 /*===- InstrProfilingFile.c - Write instrumentation to a file -------------===*\
5 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 \*===----------------------------------------------------------------------===*/
41 * precedence. Re-order them may lead to
80 /* When in-process merging is enabled, this parameter specifies
84 * by the %[0-9]m specifier. For instance %2m enables merging using
115 const uint64_t NamesSize = (NamesEnd - NamesBegin) * sizeof(char); in mmapForContinuousMode()
123 * page-aligned. */ in mmapForContinuousMode()
126 PROF_ERR("Counters section not page-aligned (start = %p, pagesz = %u).\n", in mmapForContinuousMode()
131 PROF_ERR("Bitmap section not page-aligned (start = %p, pagesz = %u).\n", in mmapForContinuousMode()
[all …]
/freebsd/contrib/googletest/
H A DREADME.md8 [Abseil Live at Head philosophy](https://abseil.io/about/philosophy#upgrade-support).
10 … as possible](https://github.com/abseil/abseil-cpp/blob/master/FAQ.md#what-is-live-at-head-and-how
27 #### Continuous Integration
29 We use Google's internal systems for continuous integration.
34 [Abseil](https://github.com/abseil/abseil-cpp).
62 * User-defined assertions: \
67 certain way, making it useful for testing error-handling code
68 * Fatal and non-fatal failures: \
70 non-fatal with Googletest, allowing tests to continue running even if a
72 * Value-parameterized tests: \
[all …]
/freebsd/share/man/man9/
H A DLOCK_PROFILING.91 .\"-
2 .\" Copyright (c) 2004 Dag-Erling Smørgrav
50 .Bl -bullet
59 The total number of non-recursive acquisitions.
77 .Bl -tag -width indent
86 .Bl -tag -width ".Va cnt_hold"
88 The longest continuous hold time in microseconds.
90 The longest continuous wait time in microseconds.
131 .An -nosplit
136 .An Dag-Erling Sm\(/orgrav Aq Mt des@FreeBSD.org
[all …]
/freebsd/sys/contrib/device-tree/src/arm/amlogic/
H A Dmeson8b-ec100.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
22 stdout-path = "serial0:115200n8";
30 emmc_pwrseq: emmc-pwrseq {
31 compatible = "mmc-pwrseq-emmc";
32 reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>;
35 gpio-keys {
36 compatible = "gpio-keys-polled";
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_data.31 .\" Copyright (c) 2003-2011 Tim Kientzle
35 Streaming Archive Library (libarchive, -larchive)
53 .Bl -tag -compact -width indent
59 continuous stream of data.
87 Most functions return zero on success, non-zero on error.
92 (the operation succeeded but a non-critica
[all...]
/freebsd/sys/dev/qlnx/qlnxe/
H A Deth_common.h2 * Copyright (c) 2017-2018 Cavium, Inc.
61 …SO_PKT_LEN (9700 - (4 + 4 + 12 + 8)) /* (QM_REG_TASKBYTECRDCOST_0, QM_VOQ_BYTE_CR…
63 …UM (18 - 1) /* Number of BDs to consider for LSO sliding window restriction i…
66 #define ETH_TX_NUM_SAME_AS_LAST_ENTRIES 320 /* Number of same-as-last resources in tx s…
70 #define ETH_NUM_STATISTIC_COUNTERS_DOUBLE_VF_ZONE (ETH_NUM_STATISTIC_COUNTERS - MAX_NUM_VFS/2) …
71 #define ETH_NUM_STATISTIC_COUNTERS_QUAD_VF_ZONE (ETH_NUM_STATISTIC_COUNTERS - 3*MAX_NUM_VFS/4) …
94 …E ETH_RX_MAX_BUFF_PER_PKT /* Maximum number of additional buffers, reported by TPA-start CQE */
95 #define ETH_TPA_CQE_CONT_LEN_LIST_SIZE 6 /* Maximum number of buffers, reported by TPA-con…
96 #define ETH_TPA_CQE_END_LEN_LIST_SIZE 4 /* Maximum number of buffers, reported by TPA-end…
135 …S_IP_CSUM_MASK 0x1 /* Recalculate IP checksum. For tunneled packet - relevant to inner he…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Daspeed,ast2600-adc.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/aspeed,ast2600-adc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Billy Tsai <billy_tsai@aspeedtech.com>
13 • 10-bits resolution for 16 voltage channels.
16 • Channel scanning can be non-continuous.
21 • Built-in a compensating method.
22 • Built-in a register to trim internal reference voltage.
30 - aspeed,ast2600-adc0
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dmicrochip,qt1050.txt1 Microchip AT42QT1050 Five-channel Touch Sensor IC
11 - compatible: Must be "microchip,qt1050"
12 - reg: The I2C address of the device
13 - interrupts: The sink for the touchpad's IRQ output,
14 see ../interrupt-controller/interrupts.txt
17 - wakeup-source: touch keys can be used as a wakeup source
19 Each button (key) is represented as a sub-node:
25 - linux,code: Keycode to emit.
26 - reg: The key number. Valid values: 0, 1, 2, 3, 4.
28 Optional subnode-properties:
[all …]
/freebsd/sys/dev/hptmv/
H A Dcommand.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2004-2005 HighPoint Technologies, Inc.
173 /* for direct-read: */
241 * dynamic, continuous or non-continuous.
254 #define mWaitingForIdle(pVBus) ((pVBus)->IdleRoutinesFirst!=(pVBus)->IdleRoutinesLast)
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h1 //===--- CloneDetection.h - Finds code clones in an AST ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
31 /// Can either identify a single arbitrary Stmt object, a continuous sequence of
42 /// If EndIndex is non-zero, then S is a CompoundStmt and this StmtSequence
51 /// The resulting StmtSequence identifies a continuous sequence of statements
54 /// that describe a non-empty sub-array in the body of the given CompoundStmt.
83 /// This method should only be called on a non-empty StmtSequence object.
91 /// This method should only be called on a non-empty StmtSequence object.
[all …]
/freebsd/lib/libc/gen/
H A Dtcsendbreak.366 .Bl -tag -width "TCIOFF"
97 .Bl -tag -width "TCIOFLUSH"
108 function transmits a continuous stream of zero-valued bits for four-tenths
117 If any error occurs, a value of -1 is returned and the global variable
120 .Bl -tag -width Er
154 .St -p1003.1-88
160 .St -p1003.1-88
169 A non-zero drain wait value can result in
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h1 //===-- X86BaseInfo.h - Top level definitions for X86 -------- --*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // the X86 target useful for the compiler back-end and the MC libraries.
14 //===----------------------------------------------------------------------===//
70 // AVX512 embedded rounding control. This should only have values 0-3.
123 /// \returns the type of the first instruction in macro-fusion.
256 /// \returns the type of the second instruction in macro-fusion.
353 /// X86II - This namespace holds all of the target specific flags that
359 //===------------------------------------------------------------------===//
[all …]
/freebsd/share/man/man4/
H A Dada.447 concurrently, often re-ordering them to reduce the number and length of
60 transaction is sent every 7 seconds during continuous device operation.
68 The read cache is used to store data from device-initiated read ahead
83 a file system is non-deterministic and can cause corruption.
101 .Bl -tag -width 12
121 This variable determines whether to spin-down disks when shutting down.
122 Set to 1 to enable spin-down, 0 to disable.
129 Set to 1 to enable sorting, 0 to disable, -1 to leave it as-is.
136 These variables determine whether device read-ahead and write caches
137 should be enabled globally or per-device or disabled.
[all …]
H A Dda.443 The direct access class includes disk, magneto-optical,
44 and solid-state devices.
61 The read cache is used to store data from device-initiated read ahead
79 a file system is non-deterministic and can cause corruption.
82 recently reported as complete, but it is none-the-less recommended that
100 concurrently, often re-ordering them to reduce the number and length of
105 transaction is sent every 15 seconds during continuous device operation.
110 the Read-Write Error Recovery mode page.
114 respectively, of the Read-Write Error Recovery page.
133 .Bl -tag -width 12
[all …]
/freebsd/sys/arm/allwinner/
H A Da10_timer.c
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Ddraid.c9 * or https://opensource.org/licenses/CDDL-1.0.
56 "\tdraid generate [-cv] [-m min] [-n max] [-p passes] FILE\n" in draid_usage()
57 "\tdraid verify [-rv] FILE\n" in draid_usage()
58 "\tdraid dump [-v] [-m min] [-n max] FILE\n" in draid_usage()
190 snprintf(tmpname, MAXPATHLEN - 1, "%s.XXXXXX", filename); in write_map()
211 size_t size = MIN(buflen - bytes, 131072); in write_map()
301 fnvlist_add_uint64(cfg, MAP_SEED, map->dm_seed); in write_map_key()
302 fnvlist_add_uint64(cfg, MAP_CHECKSUM, map->dm_checksum); in write_map_key()
303 fnvlist_add_uint64(cfg, MAP_CHILDREN, map->dm_children); in write_map_key()
304 fnvlist_add_uint64(cfg, MAP_NPERMS, map->dm_nperms); in write_map_key()
[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/sbin/route/
H A Droute.862 .Bl -tag -width indent
72 Run in debug-only mode, i.e., do not actually modify the routing table.
81 Run in test-only mode.
100 .Bl -tag -width Fl -compact
126 .Bd -ragged -offset indent -compact
134 .Bd -ragged -offset indent -compact
168 .Bd -ragged -offset indent -compact
180 .Bd -ragged -offset indent -compact
194 is the next-hop intermediary via which packets should be routed.
285 qualifier because non-continuous masks are not allowed in IPv6.
[all …]
/freebsd/share/man/man7/
H A Dc.745 the B language written by Ken Thompson in 1970 for the DEC PDP-7 machines.
46 The development of the UNIX operating system was started on a PDP-7
57 operating systems and low-level applications.
95 standardizing the language, and they announced ANSI X3.159-1989
100 With the old-style function declarations, the compiler was unable to
102 The old syntax was highly error-prone because incompatible parameters
104 at run-time.
116 This contained, for example, the wide-character support in
126 The continuous development and growth made it necessary to work out a new
134 .Bl -bullet -offset indent
[all …]

123456