Lines Matching defs:count
78 { int k, count ;
81 { count = (int) sf_read_short (file, data.s, ARRAY_LEN (data.s)) ;
82 for (k = 0 ; k < count ; k++)
85 while (count > 0) ;
92 { int k, count ;
95 { count = (int) sf_read_int (file, data.i, ARRAY_LEN (data.i)) ;
96 for (k = 0 ; k < count ; k++)
99 while (count > 0) ;
106 { int k, count ;
109 { count = (int) sf_read_float (file, data.f, ARRAY_LEN (data.f)) ;
110 for (k = 0 ; k < count ; k++)
113 while (count > 0) ;