Lines Matching refs:total
243 sf_count_t total = 0 ; in txw_read_s() local
254 ptr [total + k] = sample ; in txw_read_s()
256 ptr [total + k + 1] = sample ; in txw_read_s()
260 total += count ; in txw_read_s()
264 return total ; in txw_read_s()
273 sf_count_t total = 0 ; in txw_read_i() local
284 ptr [total + k] = sample << 16 ; in txw_read_i()
286 ptr [total + k + 1] = sample << 16 ; in txw_read_i()
290 total += count ; in txw_read_i()
294 return total ; in txw_read_i()
303 sf_count_t total = 0 ; in txw_read_f() local
320 ptr [total + k] = normfact * sample ; in txw_read_f()
322 ptr [total + k + 1] = normfact * sample ; in txw_read_f()
326 total += count ; in txw_read_f()
330 return total ; in txw_read_f()
339 sf_count_t total = 0 ; in txw_read_d() local
356 ptr [total + k] = normfact * sample ; in txw_read_d()
358 ptr [total + k + 1] = normfact * sample ; in txw_read_d()
362 total += count ; in txw_read_d()
366 return total ; in txw_read_d()