Lines Matching defs:count
47 { printf ("\n\n%s %d : Error : Reference count (%d) should be 1.\n\n", __func__, __LINE__, file.refCount ()) ;
74 { printf ("\n\n%s %d : Error : Reference count (%d) should be zero.\n\n", __func__, __LINE__, file.refCount ()) ;
81 { printf ("\n\n%s %d : Error : Reference count (%d) should be 1.\n\n", __func__, __LINE__, file.refCount ()) ;
124 sf_count_t count ;
137 { printf ("\n\n%s %d : Error : Reference count (%d) should be two.\n\n", __func__, __LINE__, file.refCount ()) ;
143 { printf ("\n\n%s %d : Error : Reference count (%d) should be one.\n\n", __func__, __LINE__, file.refCount ()) ;
189 count = file.seek (file.frames () - 10, SEEK_SET) ;
190 if (count != file.frames () - 10)
192 (long) count, (long) (file.frames () - 10)) ;
196 count = file.read (sbuffer, ARRAY_LEN (sbuffer)) ;
197 if (count != 10 * file.channels ())
198 { printf ("\n\n%s %d : Error : count (%ld) should be %ld\n\n", __func__, __LINE__,
199 (long) count, (long) (10 * file.channels ())) ;