Lines Matching defs:count
118 int k, frames, count ;
151 for (count = 0 ; count < 4 ; count ++)
152 test_write_double_or_die (file, 0, data + count * BUFFER_LEN / 4, BUFFER_LEN / 4, BUFFER_LEN / 4) ;
218 for (count = 0 ; count < 4 ; count ++)
219 test_write_double_or_die (file, 0, data + count * BUFFER_LEN / 4, BUFFER_LEN / 4, BUFFER_LEN / 4) ;
276 { printf ("\n\nLine %d: Couldn't find channel count.\n", __LINE__) ;
281 { printf ("\n\nLine %d: Wrong channel count (4 ->%d).\n", __LINE__, channel_count) ;
360 "Line %d : frame count is %" PRId64 ", should be %zd\n", __LINE__, sfinfo.frames, 2 * ARRAY_LEN (small_data)) ;