Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ num_reg
Method
num_reg
Processor/Program.h:57–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
bool usage_unknown() const { return unknown_usage; }
56
57
unsigned num_reg(RegType reg_type) const
58
{ return max_reg[reg_type]; }
59
60
size_t direct_mem(RegType reg_type) const
61
{ return max_mem[reg_type]; }
Callers
1
reset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected