OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modulus
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/lib/libkern/arch/m68k/
umodsi3.S
62
| register, and that it returns the
modulus
in %d1:
65
movel %d1, %d0 | move the
modulus
into %d0
modsi3.S
62
| the
modulus
in %d1:
73
negl %d1 | negate
modulus
74
.Lret: movl %d1, %d0 | move
modulus
into %d0
/src/lib/libtelnet/
pk.c
138
BIGNUM *
modulus
= BN_new();
local
141
(void)BN_hex2bn(&
modulus
, HEXMODULUS);
146
BN_mod_exp(common, public, secret,
modulus
, ctx);
155
BN_free(
modulus
);
186
BIGNUM *
modulus
= BN_new();
local
196
(void)BN_hex2bn(&
modulus
, HEXMODULUS);
207
BN_div(tmp, sk, sk,
modulus
, ctx);
208
BN_mod_exp(pk, root, sk,
modulus
, ctx);
221
BN_free(
modulus
);
/src/common/lib/libc/arch/vax/gen/
urem.S
39
* Unsigned
modulus
, PCC flavor.
52
divl3 %r2,%r0,%r1 # small divisor and dividend: signed
modulus
74
divl3 %r2,%r0,%r1 # small divisor and dividend: signed
modulus
/src/sys/net/
bpfjit.c
1133
modulus
(sljit_uw x, sljit_uw y)
function
1201
SLJIT_FUNC_OFFSET(
modulus
));
/src/sys/arch/vax/vax/
unimpl_emul.S
462
# Extended multiply/
modulus
Completed in 55 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026