MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / get_ptr_to_byte

Method get_ptr_to_byte

Tools/BitVector.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29const void* BitVector::get_ptr_to_byte(size_t i, size_t block_size) const
30{
31 assert(i + block_size <= nbytes);
32 return bytes + i * block_size;
33}
34
35const void* BitVector::get_ptr_to_bit(size_t i, size_t block_size) const
36{

Callers 3

generateTriplesMethod · 0.80
evaluateMethod · 0.80
BitMatrix.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected