MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / Set

Method Set

Int.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73// ------------------------------------------------
74
75void Int::Set(Int *a) {
76
77 for (int i = 0; i<NB64BLOCK; i++)
78 bits64[i] = a->bits64[i];
79
80}
81
82// ------------------------------------------------
83

Callers 12

DivMethod · 0.45
GCDMethod · 0.45
SetBase10Method · 0.45
CheckMethod · 0.45
ModInvMethod · 0.45
SetupFieldMethod · 0.45
checkAddressesMethod · 0.45
checkAddressesSSEMethod · 0.45
getCPUStartingKeyMethod · 0.45
FindKeyCPUMethod · 0.45
getGPUStartingKeysMethod · 0.45
reconstructAddFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected