| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| bn_mp_add_d.c | 25 mp_digit *tmpa, *tmpc, mu; local 69 mu = *tmpc >> DIGIT_BIT; 74 *tmpc = *tmpa++ + mu; 75 mu = *tmpc >> DIGIT_BIT; 80 *tmpc++ = mu;
|
| bn_mp_sub_d.c | 24 mp_digit *tmpa, *tmpc, mu; local 72 mu = *tmpc >> (sizeof(mp_digit) * CHAR_BIT - 1); 77 *tmpc = *tmpa++ - mu; 78 mu = *tmpc >> (sizeof(mp_digit) * CHAR_BIT - 1);
|
| bn_mp_dr_reduce.c | 39 mp_digit mu, *tmpx1, *tmpx2; local 63 mu = 0; 67 r = ((mp_word)*tmpx2++) * ((mp_word)k) + *tmpx1 + mu; 69 mu = (mp_digit)(r >> ((mp_word)DIGIT_BIT)); 73 *tmpx1++ = mu;
|
| bn_mp_montgomery_reduce.c | 25 mp_digit mu; local 49 /* mu = ai * rho mod b 57 mu = (mp_digit) (((mp_word)x->dp[ix]) * ((mp_word)rho) & MP_MASK); 59 /* a = a + mu * m * b**i */ 77 r = ((mp_word)mu) * ((mp_word)*tmpn++) +
|
| bn_fast_mp_montgomery_reduce.c | 71 /* mu = ai * m' mod b 77 register mp_digit mu; local 78 mu = (mp_digit) (((W[ix] & MP_MASK) * rho) & MP_MASK); 80 /* a = a + mu * m * b**i 107 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++);
|
| bn_s_mp_exptmod.c | 27 mp_int M[TAB_SIZE], res, mu; local 73 /* create mu, used for Barrett reduction */ 74 if ((err = mp_init (&mu)) != MP_OKAY) { 79 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) { 84 if ((err = mp_reduce_2k_setup_l (P, &mu)) != MP_OKAY) { 117 if ((err = redux (&M[1 << (winsize - 1)], P, &mu)) != MP_OKAY) { 129 if ((err = redux (&M[x], P, &mu)) != MP_OKAY) { 178 if ((err = redux (&res, P, &mu)) != MP_OKAY) { 195 if ((err = redux (&res, P, &mu)) != MP_OKAY) { 204 if ((err = redux (&res, P, &mu)) != MP_OKAY) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_file.h | 35 StaticSpinMutex *mu; member in struct:__sanitizer::ReportFile
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_file.h | 35 StaticSpinMutex *mu; member in struct:__sanitizer::ReportFile
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_file.h | 35 StaticSpinMutex *mu; member in struct:__sanitizer::ReportFile
|
| /src/usr.sbin/mlxctl/ |
| util.c | 81 mlx_command(struct mlx_usercommand *mu, int bomb) 85 if ((rv = ioctl(mlxfd, MLX_COMMAND, mu)) != 0 && bomb) 87 mu->mu_command[0]); 95 struct mlx_usercommand mu; local 98 memset(&mu, 0, sizeof(mu)); 100 mu.mu_datasize = sizeof(*enq); 101 mu.mu_buf = enq; 102 mu.mu_bufptr = 8; 103 mu.mu_bufdir = MU_XFER_IN 134 struct mlx_usercommand mu; local 150 struct mlx_usercommand mu; local 169 struct mlx_usercommand mu; local [all...] |
| /src/tests/lib/libpthread/ |
| t_once.c | 134 pthread_mutex_t *mu = m; local 136 PTHREAD_REQUIRE(pthread_mutex_unlock(mu));
|
| /src/external/mit/isl/dist/ |
| basis_reduction_templ.c | 65 isl_int mu[2]; local 94 isl_int_init(mu[0]); 95 isl_int_init(mu[1]); 182 GBR_floor(mu[0], alpha); 183 GBR_ceil(mu[1], alpha); 185 if (isl_int_eq(mu[0], mu[1])) 186 isl_int_set(tmp, mu[0]); 191 isl_int_set(tmp, mu[j]); 210 isl_int_set(tmp, mu[j]) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/ |
| ml_dsa_sign.c | 70 uint8_t mu[ML_DSA_MU_BYTES], *mu_ptr = mu; local 71 const size_t mu_len = sizeof(mu); 225 uint8_t mu[ML_DSA_MU_BYTES], *mu_ptr = mu; local 226 const size_t mu_len = sizeof(mu);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/signature/ |
| ml_dsa_sig.c | 56 int mu; /* Flag indicating we should begin from \mu, not the message */ member in struct:__anon593 146 ctx->mu = 0; 168 ctx->mu = 0; 199 ret = ossl_ml_dsa_sign(ctx->key, ctx->mu, msg, msg_len, 227 return ossl_ml_dsa_verify(ctx->key, ctx->mu, msg, msg_len, 281 if (p != NULL && !OSSL_PARAM_get_int(p, &pctx->mu))
|
| /src/external/mpl/bind/dist/tests/dns/ |
| qpmulti_test.c | 401 dns_qp_memusage_t mu; local 405 mu = dns_qpmulti_memusage(qpm); 406 assert_int_equal(mu.leaves, 0); 407 assert_int_equal(mu.used, 0);
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_loopfilter.c | 66 * FREQ if (mu < 900) if (mu < 900) set freq direct 73 * SPIK SYNC if (mu < 900) adjust phase/freq 463 double mu; /* interval since last update */ local 570 mu = current_time - clock_epoch; 600 if (mu < clock_minstep) 613 if (mu < clock_minstep) 688 if (mu < clock_minstep) 713 / ( max(ULOGTOD(sys_poll), mu) 722 etemp = min(ULOGTOD(allan_xpt), mu); [all...] |
| /src/external/bsd/ntp/dist/libntp/ |
| ntp_calendar.c | 1364 uint32_t mu, Q, sf32; local 1366 mu = (uint32_t)res.lo; 1367 Q = sf32 ^ ((sf32 ^ mu) / 12u); 1370 res.lo = mu - Q * 12u;
|
| /src/external/bsd/wpa/dist/src/tls/ |
| libtommath.c | 176 static int mp_reduce(mp_int * x, mp_int * m, mp_int * mu); 1877 mp_int M[TAB_SIZE], res, mu; local 1923 /* create mu, used for Barrett reduction */ 1924 if ((err = mp_init (&mu)) != MP_OKAY) { 1929 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) { 1934 if ((err = mp_reduce_2k_setup_l (P, &mu)) != MP_OKAY) { 1967 if ((err = redux (&M[1 << (winsize - 1)], P, &mu)) != MP_OKAY) { 1979 if ((err = redux (&M[x], P, &mu)) != MP_OKAY) { 2028 if ((err = redux (&res, P, &mu)) != MP_OKAY) { 2045 if ((err = redux (&res, P, &mu)) != MP_OKAY) 2742 register mp_digit mu; local [all...] |
| /src/sbin/nvmectl/ |
| bignum.c | 2579 /* reduces x mod m, assumes 0 < x < m**2, mu is 2584 mp_reduce(mp_int * x, mp_int * m, mp_int * mu) 2599 if ((res = signed_multiply(&q, mu, &q)) != MP_OKAY) { 2603 if ((res = basic_multiply_partial_upper(&q, mu, &q, um)) != MP_OKAY) { 3251 mp_int M[TAB_SIZE], res, mu; local 3274 /* create mu, used for Barrett reduction */ 3275 if ((err = mp_init(&mu)) != MP_OKAY) { 3280 if ((err = mp_reduce_setup(&mu, P)) != MP_OKAY) { 3285 if ((err = mp_reduce_2k_setup_l(P, &mu)) != MP_OKAY) { 3318 if ((err = redux(&M[1 << (winsize - 1)], P, &mu)) != MP_OKAY) 3639 mp_digit mu; local 3742 mp_digit mu; local 3870 mp_digit mu, *tmpx1, *tmpx2; local 4542 mp_digit *tmpa, *tmpc, mu; local 4631 mp_digit *tmpa, *tmpc, mu; local [all...] |
| /src/sys/dev/ic/ |
| wireg.h | 421 } mu; member in struct:wi_macaddr 423 #define wi_mac_addr_aligned mu.wi_mu_mac_addr_aligned 424 #define wi_mac_addr mu.wi_mu_mac_addr
|
| /src/sys/dev/usb/ |
| uaudio.c | 256 const struct usb_audio_mixer_unit *mu; member in union:io_terminal::__anon3769 943 pins = iot[id].d.mu->bNrInPins; 945 &iot[id].d.mu->baSourceId[pins]; 948 pins = iot[id].d.mu->bNrInPins; 950 &iot[id].d.mu->baSourceId[pins]; 1085 d = iot[id].d.mu; 1982 * it->d.mu->bNrInPins, M_TEMP, M_NOWAIT); 1987 for (i = 0; i < it->d.mu->bNrInPins; i++) { 1988 src_id = it->d.mu->baSourceId[i]; 2775 for (j = 0; j < iot[i].d.mu->bNrInPins; j++ [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/libbn/ |
| bignum.c | 2622 /* reduces x mod m, assumes 0 < x < m**2, mu is 2627 mp_reduce (mp_int * x, mp_int * m, mp_int * mu) 2642 if ((res = mp_mul (&q, mu, &q)) != MP_OKAY) { 2646 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { 3279 mp_int M[TAB_SIZE], res, mu; local 3319 /* create mu, used for Barrett reduction */ 3320 if ((err = mp_init (&mu)) != MP_OKAY) { 3325 if ((err = mp_reduce_setup (&mu, P)) != MP_OKAY) { 3330 if ((err = mp_reduce_2k_setup_l (P, &mu)) != MP_OKAY) { 3363 if ((err = redux (&M[1 << (winsize - 1)], P, &mu)) != MP_OKAY) 3679 mp_digit mu; local 3782 mp_digit mu; local 3912 mp_digit mu, *tmpx1, *tmpx2; local 4614 mp_digit *tmpa, *tmpc, mu; local 4703 mp_digit *tmpa, *tmpc, mu; local [all...] |
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| bignum.c | 2583 /* reduces x mod m, assumes 0 < x < m**2, mu is 2588 mp_reduce(mp_int * x, mp_int * m, mp_int * mu) 2603 if ((res = signed_multiply(&q, mu, &q)) != MP_OKAY) { 2607 if ((res = basic_multiply_partial_upper(&q, mu, &q, um)) != MP_OKAY) { 3255 mp_int M[TAB_SIZE], res, mu; local 3278 /* create mu, used for Barrett reduction */ 3279 if ((err = mp_init(&mu)) != MP_OKAY) { 3284 if ((err = mp_reduce_setup(&mu, P)) != MP_OKAY) { 3289 if ((err = mp_reduce_2k_setup_l(P, &mu)) != MP_OKAY) { 3322 if ((err = redux(&M[1 << (winsize - 1)], P, &mu)) != MP_OKAY) 3662 mp_digit mu; local 3765 mp_digit mu; local 3893 mp_digit mu, *tmpx1, *tmpx2; local 4565 mp_digit *tmpa, *tmpc, mu; local 4654 mp_digit *tmpa, *tmpc, mu; local [all...] |
| /src/external/bsd/wpa/dist/src/crypto/ |
| crypto_wolfssl.c | 1937 mp_int mu; local 1946 ret = mp_init(&mu); 1950 ret = mp_montgomery_calc_normalization(&mu, modulus); 1952 mp_clear(&mu); 1956 if (!mp_isone(&mu)) { 1959 mp_clear(&mu); 1965 mp_clear(&mu); 1969 if (mp_mulmod(pa->x, &mu, modulus, ta->x) != MP_OKAY || 1970 mp_mulmod(pa->y, &mu, modulus, ta->y) != MP_OKAY || 1971 mp_mulmod(pa->z, &mu, modulus, ta->z) != MP_OKAY | [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| qpcache.c | 3583 dns_qp_memusage_t mu; local 3591 mu = dns_qp_memusage(qpdb->tree); 3594 mu = dns_qp_memusage(qpdb->nsec); 3601 return mu.leaves;
|