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

Method fill

Processor/Data_Files.hpp:405–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403
404template<class T>
405void Preprocessing<T>::fill(edabitvec<T>& res, bool strict, int n_bits)
406{
407 edabit<T> eb;
408 while (res.size() < res.MAX_SIZE)
409 {
410 get_edabit_no_count(strict, n_bits, eb);
411 res.push_back(eb);
412 }
413}
414
415template<class T>
416typename Sub_Data_Files<T>::part_type& Sub_Data_Files<T>::get_part()

Callers 4

get_edabitvecMethod · 0.45
print_costMethod · 0.45
process_lineMethod · 0.45
get_edabitvecMethod · 0.45

Calls 2

sizeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected