Searched refs:total_read (Results 1 – 2 of 2) sorted by relevance
141 size_t total_read = 0; in TEST_GROUP() local147 while (total_read < m_image_len) { in TEST_GROUP()150 size_t bytes_remaining = m_image_len - total_read; in TEST_GROUP()160 MEMCMP_EQUAL(&m_image[total_read], read_buf, len_read); in TEST_GROUP()162 total_read += len_read; in TEST_GROUP()
159 size_t total_read = 0; in TEST_GROUP() local164 while (total_read < m_image_len) { in TEST_GROUP()167 size_t bytes_remaining = m_image_len - total_read; in TEST_GROUP()177 MEMCMP_EQUAL(&m_image[total_read], read_buf, len_read); in TEST_GROUP()179 total_read += len_read; in TEST_GROUP()
Completed in 7 milliseconds