Home
last modified time | relevance | path

Searched refs:fixedr (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/otr3/
H A Dake_test.go11 fixedr = bytesFromHex("abcdabcdabcdabcdabcdabcdabcdabcd") var
21 rnd := fixedRand([]string{hex.EncodeToString(fixedX().Bytes()), hex.EncodeToString(fixedr[:])})
36 rnd := fixedRand([]string{hex.EncodeToString(fixedX().Bytes()), hex.EncodeToString(fixedr[:])})
63 copy(c.ake.r[:], fixedr)
185 copy(bob.ake.r[:], fixedr)
H A Dfixtures_test.go166 copy(c.ake.r[:], fixedr) // stored at sendDHCommit
/dports/security/cops/cops_104+/src/
H A Dcrack-fcrypt.c724 fbpb4 fixedr; local
735 fixedr = (((r >> 3) & 01) << 0) +
740 return (fixedr);
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c10773 SCIP_Bool* fixedr; in lpLexDualSimplex() local
10827 SCIP_CALL( SCIPsetAllocBufferArray(set, &fixedr, lp->nlpirows) ); in lpLexDualSimplex()
10846 fixedr[r] = TRUE; in lpLexDualSimplex()
10848 fixedr[r] = FALSE; in lpLexDualSimplex()
11002 if( !fixedr[r] ) in lpLexDualSimplex()
11025 fixedr[r] = TRUE; in lpLexDualSimplex()
11181 SCIPsetFreeBufferArray(set, &fixedr); in lpLexDualSimplex()