Lines Matching defs:count

52 static	void	cue_test_var			(const char *filename, int filetype, int count) ;
464 int k, count ;
474 sf_command (NULL, SFC_GET_SIMPLE_FORMAT_COUNT, &count, sizeof (int)) ;
476 if (count < 0 || count > 30)
477 { printf ("Line %d: Weird count.\n", __LINE__) ;
485 for (k = 1 ; k < count ; k ++)
508 sf_command (NULL, SFC_GET_FORMAT_MAJOR_COUNT, &count, sizeof (int)) ;
510 if (count < 0 || count > 30)
511 { printf ("Line %d: Weird count.\n", __LINE__) ;
519 for (k = 1 ; k < count ; k ++)
533 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE_COUNT, &count, sizeof (int)) ;
535 if (count < 0 || count > 33)
536 { printf ("Line %d: Weird count.\n", __LINE__) ;
544 for (k = 1 ; k < count ; k ++)
817 write_inst.loops [0].end, write_inst.loops [0].count,
819 write_inst.loops [1].end, write_inst.loops [1].count) ;
835 read_inst.loops [0].end, read_inst.loops [0].count,
837 read_inst.loops [1].end, read_inst.loops [1].count) ;
875 printf ("W Cue count : %d\n", write_cue->cue_count) ;
881 printf ("R Cue count : %d\n", read_cue->cue_count) ;
992 #define SF_CUES_SIZE(count) (sizeof (uint32_t) + sizeof (SF_CUE_POINT) * (count))
995 cue_test_var (const char *filename, int filetype, int count)
996 { size_t cues_size = SF_CUES_SIZE (count) ;
1004 snprintf (name, sizeof (name), "cue_test_var %d", count) ;
1012 write_cue->cue_count = count ;
1013 for (i = 0 ; i < count ; i++)
1025 { printf ("\n\nLine %d : sf_command (SFC_SET_CUE) failed with %d cues, datasize %zu --> error: %s\n\n", __LINE__, count, cues_size, sf_strerror (file)) ;
1036 { printf ("\n\nLine %d : sf_command (SFC_GET_CUE) failed with %d cues, datasize %zu --> error: %s\n\n", __LINE__, count, cues_size, sf_strerror (file)) ;
1220 exit_if_true (frames != sfinfo.frames, "\n\nLine %d : Frame count %" PRId64 " should be %" PRId64 ".\n", __LINE__, sfinfo.frames, frames) ;
1667 exit_if_true (frames != sfinfo.frames, "\n\nLine %d : Frame count %" PRId64 " should be %" PRId64 ".\n", __LINE__, sfinfo.frames, frames) ;