Home | History | Annotate | Download | only in test

Lines Matching refs:read_count

553   size_t read_count = 0;
850 read_count = fread(&event, sizeof(event), 1, event_file);
851 if (read_count != 1) {
906 read_count = fread(far_frame.data_,
912 if (read_count != size) {
915 EXPECT_EQ(0, fseek(near_file, read_count * sizeof(int16_t),
920 ASSERT_EQ(size, read_count);
947 read_count = fread(near_frame.data_,
952 near_read_bytes += read_count * sizeof(int16_t);
959 if (read_count != size) {
966 ASSERT_EQ(size, read_count);
1110 read_count = fread(&temp_int8, sizeof(temp_int8), 1, far_file);
1114 read_count = fread(&temp_int8, sizeof(temp_int8), 1, near_file);
1118 read_count = fread(&temp_int8, sizeof(temp_int8), 1, event_file);
1120 read_count = fread(&temp_int8, sizeof(temp_int8), 1, delay_file);
1122 read_count = fread(&temp_int8, sizeof(temp_int8), 1, drift_file);