Home
last modified time | relevance | path

Searched full:calculate (Results 1 – 25 of 1881) sorted by relevance

12345678910>>...76

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Doverflow.h57 * check_add_overflow() - Calculate addition with overflow checking
72 * check_sub_overflow() - Calculate subtraction with overflow checking
87 * check_mul_overflow() - Calculate multiplication with overflow checking
102 * check_shl_overflow() - Calculate a left-shifted value and check overflow
181 * size_mul() - Calculate size_t multiplication with saturation at SIZE_MAX
185 * Returns: calculate @factor1 * @factor2, both promoted to size_t,
200 * size_add() - Calculate size_t addition with saturation at SIZE_MAX
204 * Returns: calculate @addend1 + @addend2, both promoted to size_t,
219 * size_sub() - Calculate size_t subtraction with saturation at SIZE_MAX
223 * Returns: calculate @minuend - @subtrahend, both promoted to size_t,
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp145 // Calculate trip count on this loop level.
158 // Note: after this we don't need to calculate inner loops, in kmp_calculate_trip_count_XX()
171 // Note: after this we don't need to calculate inner loops, in kmp_calculate_trip_count_XX()
188 // Calculate trip count on this loop level.
303 //----------Calculate original iv on one level--------------------------------
326 // Calculate one iv corresponding to iteration on the level ind.
328 // (if not, we need to re-calculate)
393 //----------Calculate original iv on one level for rectangular loop nest------
395 // Calculate one iv corresponding to iteration on the level ind.
397 // (if not, we need to re-calculate)
[all …]
H A Dkmp_collapse.h196 // Canonicalize loop nest and calculate overall trip count.
208 // Calculate old induction variables corresponding to overall new_iv.
229 // to parallelogram/parallelepiped, calculate total, calculate bounds for the
232 // pick the correct chunk for this thread (so it will calculate chunks up to the
233 // needed one). It could be optimized to calculate just this chunk, potentially
/freebsd/crypto/heimdal/doc/doxyout/wind/man/man3/
H A Dwind.3154 …st \fBwind_ucs2utf8_length()\fP long. If out is NULL, the function will calculate the needed space…
167 Calculate the length of from converting a UCS2 string to an UTF-8 string.
225 … 1 long (the extra char for the NUL). If out is NULL, the function will calculate the needed space…
238 Calculate the length of from converting a UCS4 string to an UTF-8 string.
263 …st \fBwind_utf8ucs2_length()\fP long. If out is NULL, the function will calculate the needed space…
276 Calculate the length of from converting a UTF-8 string to a UCS2 string.
299 …st \fBwind_utf8ucs4_length()\fP long. If out is NULL, the function will calculate the needed space…
312 Calculate the length of from converting a UTF-8 string to a UCS4 string.
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_x931g.c58 * If not all parameters present only calculate what we can. This allows in RSA_X931_derive_ex()
88 * Since both primes are set we can now calculate all remaining in RSA_X931_derive_ex()
92 /* calculate n */ in RSA_X931_derive_ex()
99 /* calculate d */ in RSA_X931_derive_ex()
121 /* calculate d mod (p-1) */ in RSA_X931_derive_ex()
128 /* calculate d mod (q-1) */ in RSA_X931_derive_ex()
135 /* calculate inverse of q mod p */ in RSA_X931_derive_ex()
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_jhash.h221 * Key to calculate hash of.
242 * Key to calculate hash of.
265 * Key to calculate hash of.
288 * Key to calculate hash of.
323 * First word to calculate hash of.
325 * Second word to calculate hash of.
327 * Third word to calculate hash of.
344 * First word to calculate hash of.
346 * Second word to calculate hash of.
363 * Word to calculate hash of.
/freebsd/sys/arm64/arm64/
H A Dbus_space_asm.S55 /* Calculate the device address. */
76 /* Calculate the device address. */
97 /* Calculate the device address. */
118 /* Calculate the device address. */
139 /* Calculate the device address. */
160 /* Calculate the device address. */
181 /* Calculate the device address. */
202 /* Calculate the device address. */
/freebsd/contrib/bc/manuals/
H A Dalgorithms.md78 to calculate `sin(x)` and `cos(x)`. It also uses the relation
84 to calculate `cos(x)`. It has a complexity of `O(n^3)`.
102 to calculate `e^x`. Since this only works when `x` is small, it uses
124 (where `a` is equal to `(x - 1)/(x + 1)`) to calculate `ln(x)` when `x` is small
147 to calculate `atan(x)` for small `x` and the relation
167 to calculate the bessel function (integer order only).
175 to calculate the bessel when `x < 0`, It has a complexity of `O(n^3)`.
247 because now we have the correct `scale`. And we *also* have to calculate the
250 Then we need to calculate the fractional portion of the number. We do this by
252 calculate `e((y - a) * l(x))`, where `a` is the integer portion of `y`. It's
/freebsd/tools/tools/ath/athrd/
H A Dathrd.163 Calculate channels not assuming extended channel mode.
70 Calculate channels and transmit power for operation in
154 use the HAL to calculate the set of channels.
163 The HAL reset logic should be used to calculate the transmit power
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Duncore-memory.json81 … DRAM devices so that it can be read or written to with a CAS. One can calculate the number of Pa…
190 …pancies of the Read Pending Queue each cycle. This can then be used to calculate both the average…
200 …pancies of the Read Pending Queue each cycle. This can then be used to calculate both the average…
210 … of allocations into the Write Pending Queue. This can then be used to calculate the average queu…
221 … of allocations into the Write Pending Queue. This can then be used to calculate the average queu…
232 …ancies of the Write Pending Queue each cycle. This can then be used to calculate both the average…
242 …ancies of the Write Pending Queue each cycle. This can then be used to calculate both the average…
/freebsd/lib/msun/man/
H A Derf.356 These functions calculate the error function of
64 functions calculate the error function of x; where
80 functions calculate the complementary error function of
/freebsd/sys/dev/qat/qat_api/qat_utils/include/
H A Dqat_utils.h600 * @brief Calculate MD5 transform operation
621 * @brief Calculate MD5 transform operation
643 * @brief Calculate SHA1 transform operation
664 * @brief Calculate SHA1 transform operation
686 * @brief Calculate SHA224 transform operation
706 * @brief Calculate SHA256 transform operation
727 * @brief Calculate SHA256 transform operation
749 * @brief Calculate SHA384 transform operation
769 * @brief Calculate SHA384 transform operation
790 * @brief Calculate SHA512 transform operation
[all …]
/freebsd/crypto/heimdal/lib/wind/
H A Dutf8.c104 * calculate the needed space for the out variable (just like
140 * Calculate the length of from converting a UTF-8 string to a UCS4
167 * out is NULL, the function will calculate the needed space for the
230 * Calculate the length of from converting a UCS4 string to an UTF-8 string.
385 * calculate the needed space for the out variable (just like
424 * Calculate the length of from converting a UTF-8 string to a UCS2
447 * calculate the needed space for the out variable (just like
502 * Calculate the length of from converting a UCS2 string to an UTF-8 string.
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dacoshf_2u8.c20 close enough to x that we can calculate the result by ln(2x) == ln(x) +
24 x > 2: Calculate the result directly using definition of asinh(x) = ln(x +
28 0 <= x <= 2: Calculate the result using log1p. For x < 1, acosh(x) is
H A Dacosh_3u.c23 is close enough to x that we can calculate the result by ln(2x) == ln(x) +
28 x > 2: Calculate the result directly using definition of acosh(x). Greatest
33 0 <= x <= 2: Calculate the result using log1p. For x < 1, acosh(x) is
/freebsd/sys/geom/eli/
H A Dg_eli_key.c67 /* Calculate HMAC from Data-Key and IV-Key. */ in g_eli_mkey_verify()
81 * Calculate HMAC from Data-Key and IV-Key.
95 /* Calculate HMAC from Data-Key and IV-Key. */ in g_eli_mkey_hmac()
177 * Encrypt the Master-Key and calculate HMAC to be able to verify it in the
188 * To calculate HMAC, the whole key (G_ELI_USERKEYLEN bytes long) will in g_eli_mkey_encrypt()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mips64.S17 // calculate and save pointer to GOT
69 // calculate and save pointer to GOT
121 // calculate and save pointer to GOT
175 // calculate and save pointer to GOT
/freebsd/share/man/man4/
H A Dng_checksum.436 node can calculate, or prepare for calculation in hardware,
92 (other values are ignored) for instructing the node to calculate the corresponding checksum.
132 and request that the hardware calculate CSUM_IP_UDP|CSUM_IP_TCP.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DIntegerDivision.h25 /// Generate code to calculate the remainder of two integers, replacing Rem
43 /// Generate code to calculate the remainder of two integers, replacing Rem
51 /// Generate code to calculate the remainder of two integers, replacing Rem
/freebsd/lib/libc/posix1e/
H A Dacl_from_mode_np.c65 /* calculate user mode */ in acl_from_mode_np()
83 /* calculate group mode */ in acl_from_mode_np()
101 /* calculate other mode */ in acl_from_mode_np()
/freebsd/sys/opencrypto/
H A Dgfmult.c40 /* calculate v * 2 */
128 * Calculate:
163 * Calculate
229 * Calculate a*h^4 + b*h^3 + c*h^2 + d*h, or:
252 * Calculate a*h^4 + b*h^3 + c*h^2 + d*h, or:
/freebsd/crypto/openssl/crypto/modes/
H A Docb128.c18 * Calculate the number of binary trailing zero's in any given number
63 * Calculate the mask based on the most significant bit. There are more in ocb_double()
90 * calculate it
100 /* We don't have it - so calculate it */ in ocb_lookup_l()
275 /* Calculate the number of blocks of AAD provided now, and so far */ in CRYPTO_ocb128_aad()
337 * Calculate the number of blocks of data to be encrypted provided now, and in CRYPTO_ocb128_encrypt()
429 * Calculate the number of blocks of data to be decrypted provided now, and in CRYPTO_ocb128_decrypt()
535 * Calculate the tag and verify it against the supplied tag
/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c493 fprintf(stderr, "-m 11a calculate for 11a channel\n"); in usage()
494 fprintf(stderr, "-m 11b calculate for 11b channel\n"); in usage()
495 fprintf(stderr, "-m 11g calculate for 11g channel (default)\n"); in usage()
496 fprintf(stderr, "-m half calculate for 1/2 width channel\n"); in usage()
497 fprintf(stderr, "-m quarter calculate for 1/4 width channel\n"); in usage()
498 fprintf(stderr, "-m 108g calculate for dynamic turbo 11g channel\n"); in usage()
499 fprintf(stderr, "-m sturbo calculate for static turbo channel\n"); in usage()
500 fprintf(stderr, "-m turbo calculate for dynamic turbo 11a channel\n"); in usage()
/freebsd/crypto/heimdal/doc/doxyout/ntlm/man/man3/
H A Dntlm_core.3118 Calculate LMv2 response
145 Calculate NTLMv1 response hash
166 Calculate NTLMv2 response
353 Calculate the NTLM key, the password is assumed to be in UTF8.
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h17 // It can calculate on the fly various bits of information, for example:
111 explicit MachineLoopInfo(MachineDominatorTree &MDT) { calculate(MDT); } in MachineLoopInfo()
131 /// Calculate the natural loop information.
132 void calculate(MachineDominatorTree &MDT);

12345678910>>...76