/freebsd/contrib/ntp/libntp/ |
H A D | ntp_calendar.c | 132 int32_sflag(const int32_t v) int32_sflag() argument 158 int32_t v; uint32_2cpl_to_int32() local 682 uint32_t Q, R; ntpcal_daysplit() local 780 uint32_t Q, R; ntpcal_weeksplit() local 887 uint32_t uday, Q; ntpcal_split_eradays() local 1363 uint32_t mu, Q, sf32; ntpcal_days_in_months() local 1835 uint32_t sw, cy, Q; isocal_split_eraweeks() local [all...] |
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_p256_m15.c | 148 uint32_t u[45], v[45], w[90]; in mul20() local 1340 p256_double(p256_jacobian *Q) in p256_double() 1776 p256_jacobian P2, P3, Q, T, U; in p256_mul() local 1960 p256_jacobian Q; in p256_mulgen() local 2070 p256_jacobian P, Q; in api_muladd() local
|
/freebsd/crypto/libecc/src/ecdh/ |
H A D | x25519_448.c | 119 ATTRIBUTE_WARN_UNUSED_RET static int compute_v_from_u(fp_src_t u, fp_t v, ec_montgomery_crv_src_t c… in compute_v_from_u() 158 prj_pt Q; in x25519_448_core() local
|
/freebsd/crypto/openssl/crypto/aria/ |
H A D | aria.c | 32 #define rotl32(v, r) (((uint32_t)(v) << (r)) | ((uint32_t)(v) >> (32 - r))) argument 33 #define rotr32(v, r) (((uint32_t)(v) >> (r)) | ((uint32_t)(v) << (32 - r))) argument 35 #define bswap32(v) \ argument 442 #define _ARIA_GSRK(RK, X, Y, Q, R) \ argument
|
/freebsd/crypto/openssh/ |
H A D | sntrup761.c | 1724 static void uint32_divmod_uint14(uint32_t *Q, uint16_t *r, uint32_t x, uint16_t m) { in uint32_divmod_uint14() 1725 uint32_t qpart, mask, v = 0x80000000 / m; in uint32_divmod_uint14() local 1741 uint32_t Q; in uint32_mod_uint14() local 1842 small f[p + 1], g[p + 1], v[p + 1], r[p + 1]; in R3_recip() local 1904 Fq f[p + 1], g[p + 1], v[p + 1], r[p + 1], scale; in Rq_recip3() local 2072 small f[p], v[p]; in ZKeyGen() local 2087 small f[p], v[p]; in ZDecrypt() local
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 289 size_t v; in test_MD5_SHA1() local 590 size_t u, v; in test_HMAC_CT() local 1478 size_t msg_len, out_len, v; in test_SHAKE_KAT() local 3707 size_t key_len, data_len, v; in test_AES_generic() local 3756 size_t v; in test_AES_generic() local 3824 size_t key_len, data_len, v; in test_AES_generic() local 4039 size_t v; in do_aes_ctrcbc() local 4900 size_t key_len, data_len, v; in test_DES_generic() local 5014 size_t v, len; in test_ChaCha20_generic() local 6401 size_t v; in test_RSA_PSS() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 1260 static void KnuthDiv(uint32_t *u, uint32_t *v, uint32_t *q, uint32_t* r, in KnuthDiv() 1439 uint32_t *Q = nullptr; in divide() local 2913 APInt Q = SQ * SQ; in SolveQuadraticEquationWrap() local
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 127 static StringRef bytes(const std::vector<T, Allocator> &v) { in bytes() 134 static StringRef bytes(const SmallVectorImpl<T> &v) { in bytes() 186 std::queue<const Module *> Q; in GetAffectingModuleMaps() local 211 std::queue<const Module *> Q; in GetAffectingModuleMaps() local 2998 std::queue<Module *> Q; in WriteSubmodules() local
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_lock.cpp | 1031 #define TRACE_LOCK_HT(X, Y, Z, Q) \ argument 2704 static inline kmp_uint32 swap4(kmp_uint32 volatile *p, kmp_uint32 v) { in swap4() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6074 Value *v = OpInfo.CallOperandVal; in ComputeConstraintToUse() local 6419 SDValue Q = GetMULHS(N0, MagicFactor); in BuildSDIV() local 6559 SDValue Q = N0; in BuildUDIV() local 6769 APInt Q, R; in prepareUREMEqFold() local 7033 APInt Q = (2 * A).udiv(APInt::getOneBitSet(W, K)); in prepareSREMEqFold() local
|