Searched refs:cells_per_batch (Results 1 – 2 of 2) sorted by relevance
72 void set_batch_size_for_testing(uint32_t cells_per_batch, uint32_t thres) { in set_batch_size_for_testing() argument73 cells_per_batch_ = cells_per_batch; in set_batch_size_for_testing()
392 uint32_t cells_per_batch = 1 << (rnd_engine() % 8 + 2); in TEST() local394 ser.set_batch_size_for_testing(cells_per_batch, binary_payload_size); in TEST()