Home
last modified time | relevance | path

Searched full:calculation (Results 1 – 25 of 894) sorted by relevance

12345678910>>...36

/freebsd/crypto/openssl/doc/man3/
H A DCMAC_CTX.pod70 CMAC_Init() initializes the B<CMAC_CTX> structure for a new CMAC calculation
74 CMAC_Update() processes data to be included in the CMAC calculation.
78 CMAC_Final() finalizes the CMAC calculation and retrieves the resulting
85 CMAC_resume() resumes a previously finalized CMAC calculation, allowing
/freebsd/secure/lib/libcrypto/man/man3/
H A DCMAC_CTX.3132 \&\fBCMAC_Init()\fR initializes the \fBCMAC_CTX\fR structure for a new CMAC calculation
136 \&\fBCMAC_Update()\fR processes data to be included in the CMAC calculation.
140 \&\fBCMAC_Final()\fR finalizes the CMAC calculation and retrieves the resulting
147 \&\fBCMAC_resume()\fR resumes a previously finalized CMAC calculation, allowing
/freebsd/usr.sbin/bhyve/
H A Dqemu_loader.h36 * checksum calculation ranges from @p start to @p start + @p len. The checksum
43 * @param start Start offset of checksum calculation.
44 * @param len Length of the checksum calculation.
/freebsd/share/man/man4/
H A Daesni.453 The set of six instructions accelerates the calculation of the key
63 The set of seven instructions accelerates the calculation of SHA1 and SHA256
109 The key schedule calculation code was adopted from the sample provided
/freebsd/sys/dev/e1000/
H A Dem_txrx.c159 * ipcss - Start offset for header checksum calculation. in em_tso_setup()
160 * ipcse - End offset for header checksum calculation. in em_tso_setup()
165 /* IP and/or TCP header checksum calculation and insertion. */ in em_tso_setup()
173 /* TCP header checksum calculation and insertion. */ in em_tso_setup()
186 * tucss - Start offset for payload checksum calculation. in em_tso_setup()
187 * tucse - End offset for payload checksum calculation. in em_tso_setup()
284 * ipcss - Start offset for header checksum calculation. in em_transmit_checksum_setup()
285 * ipcse - End offset for header checksum calculation. in em_transmit_checksum_setup()
303 * tucss - Start offset for payload checksum calculation. in em_transmit_checksum_setup()
304 * tucse - End offset for payload checksum calculation. in em_transmit_checksum_setup()
[all …]
/freebsd/lib/libdevstat/
H A Ddevstat.3445 function provides complete statistics calculation.
568 blocksize of 512 bytes will be used in the calculation.
581 blocksize of 512 bytes will be used in the calculation.
651 blocksize of 512 bytes will be used in the calculation.
665 blocksize of 512 bytes will be used in the calculation.
/freebsd/sys/contrib/device-tree/Bindings/iio/magnetometer/
H A Dti,tmag5273.yaml17 magnetic axes and temperature measurements. An integrated angle calculation
19 on-axis and off-axis angle measurement topologies. The angle calculation is
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dshaintrin.h76 /// Performs an intermediate calculation for deriving the next four SHA-1
96 /// Performs the final calculation for deriving the next four SHA-1 message
148 /// Performs an intermediate calculation for deriving the next four SHA-256
168 /// Performs the final calculation for deriving the next four SHA-256 message
H A Damxtf32intrin.h23 /// All the calculation is base on float32 but with the lower 13-bit set to 0.
88 /// All the calculation is base on float32 but with the lower 13-bit set to 0.
/freebsd/sys/netinet/cc/
H A Dcc_htcp.c86 /* RTT_ref (ms) used in the calculation of alpha if RTT scaling is enabled. */
93 * HTCP_CALC_ALPHA performs a fixed point math calculation to determine the
120 * different tick timers, which we have to adjust for in the alpha calculation
124 * overflow whilst performing the calculation. The middle term i.e. (160 * diff)
125 * / hz is the limiting factor in the calculation. We must constrain diff to be
478 * the calculation of beta if adaptive backoff is enabled.
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Drenesas,rzv2h-cpg.yaml49 calculation is (1 * 16 + 3) = 0x13.
60 for SYS_0_PRESETN, the calculation is (3 * 16 + 0) = 0x30.
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_traverse.h83 * Note that this calculation cannot overflow with the current maximum indirect
85 * calculation can overflow, and handling would need to be added to ensure
/freebsd/sys/contrib/ena-com/
H A Dena_eth_com.h125 /* This calculation doesn't need to be 100% accurate. So to reduce in ena_com_sq_have_enough_space()
126 * the calculation overhead just Subtract 2 lines from the free descs in ena_com_sq_have_enough_space()
128 * down calculation. in ena_com_sq_have_enough_space()
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh430 atf_check -s exit:0 -o inline:'A Calculation:\n2 * 7 = 14\n' -e empty \
432 A Calculation:
453 atf_check -s exit:0 -o inline:'A Calculation:\n17 / 3 = 5\n' -e empty \
455 A Calculation:
650 atf_check -s exit:0 -o inline:'A Calculation:\n2 * 7 = 14\n' -e empty \
652 A Calculation:
673 atf_check -s exit:0 -o inline:'A Calculation:\n17 / 3 = 5\n' -e empty \
675 A Calculation:
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDroppedVariableStatsIR.h51 /// after a pass has run to facilitate dropped variable calculation for an
62 /// after a pass has run to facilitate dropped variable calculation for an
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_corrupt_001_pos.ksh65 # The authoritative version of this calculation can be found in the function of
67 # calculation in vdev_disk_read_rootlabel in vdev_disk.c
/freebsd/sys/dev/isci/scil/
H A Dsci_memory_descriptor_list_decorator.h74 * included in the calculation.
80 * is included in the calculation.
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h94 /// weight calculation of future split artifact.
97 /// weight calculation of future split artifact.
/freebsd/contrib/xz/src/liblzma/check/
H A Dcheck.h105 /// Finish the check calculation and store the result to check->buffer.u8.
118 /// Finish the SHA-256 calculation and store the result to check->buffer.u8.
/freebsd/contrib/nvi/vi/
H A Dv_scroll.c326 * The calculation in IEEE Std 1003.2-1992 (POSIX) is: in v_pagedown()
342 * It possible for this calculation to be less than 1; move at in v_pagedown()
372 * The calculation in IEEE Std 1003.2-1992 (POSIX) is: in v_pageup()
393 * It possible for this calculation to be less than 1; move at in v_pageup()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DEmulateInstruction.h240 RegisterInfo base_reg; // base register for address calculation
241 int64_t offset; // offset for address calculation
245 RegisterInfo base_reg; // base register for address calculation
246 RegisterInfo offset_reg; // offset register for address calculation
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h1 //===----- Linkage.h - Linkage calculation-related utilities ----*- C++ -*-===//
10 // calculation.
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DHash2.h113 …This function must be called to initialize a digest calculation to be subsequently performed using…
159 Finalizes a hash operation in progress and returns calculation result.
/freebsd/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h432 * calculation, the third argument must be zero. To continue the calculation,
447 * calculation, the third argument must be zero. To continue the calculation,
/freebsd/contrib/wpa/src/utils/
H A Dcrc32.h2 * 32-bit CRC for FCS calculation

12345678910>>...36