HomeSort by: relevance | last modified time | path
    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 in function:common_key
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 in function:genkeys
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 in typeref:typename:sljit_uw
1201 SLJIT_FUNC_OFFSET(modulus));
  /src/sys/arch/vax/vax/
unimpl_emul.S 462 # Extended multiply/modulus

Completed in 35 milliseconds