Searched refs:total_bytes (Results 1 – 1 of 1) sorted by relevance
109 size_t total_bytes; // Total bytes read/written member145 v_iter->total_bytes += by; in inc_buf_pos()182 ch_num = (v_iter->total_bytes / v_iter->sample_bytes) % runtime->channels; in check_buf_block_i()183 if (current_byte != patt_bufs[ch_num].buf[ch_pos_i(v_iter->total_bytes, in check_buf_block_i()208 if (current_byte != patt_bufs[ch_num].buf[(v_iter->total_bytes / channels) in check_buf_block_ni()248 patt_bufs[ch_num].buf[(v_iter->total_bytes / channels) in fill_block_pattern_n()261 pos_in_ch = ch_pos_i(v_iter->total_bytes, runtime->channels, v_iter->sample_bytes); in fill_block_pattern_i()411 v_iter->total_bytes = 0; in reset_buf_iterator()
Completed in 54 milliseconds