Searched refs:write_offset (Results 1 – 1 of 1) sorted by relevance
349 int write_offset = 0; in BOOST_AUTO_TEST_CASE() local354 buffer.write(&data[write_offset], write_amt); in BOOST_AUTO_TEST_CASE()355 write_offset += write_amt; in BOOST_AUTO_TEST_CASE()374 int second_offset = write_offset; in BOOST_AUTO_TEST_CASE()567 int write_offset = 0; in BOOST_AUTO_TEST_CASE() local570 while (write_offset < 1<<15) { in BOOST_AUTO_TEST_CASE()571 trans.write(&data[write_offset], d1[write_index]); in BOOST_AUTO_TEST_CASE()572 write_offset += d1[write_index]; in BOOST_AUTO_TEST_CASE()