Searched refs:byte_idx (Results 1 – 2 of 2) sorted by relevance
117 out_offset_.byte_idx = unwind_byte_idx; in UnwindIfThrottled()133 out_offset_.byte_idx = 0; in PrepareForSends()156 size_t byte_idx = 0; member1290 *unwind_byte_idx = out_offset_.byte_idx; in PopulateIovs()1296 out_offset_.byte_idx; in PopulateIovs()1299 out_offset_.byte_idx; in PopulateIovs()1302 out_offset_.byte_idx = 0; in PopulateIovs()1316 out_offset_.byte_idx = slice_length - trailing; in UpdateOffsetForBytesSent()
1686 for (unsigned byte_idx = 0; byte_idx < MIN2(bytes_left, 4); byte_idx++, reg.reg_b++) in get_reg_create_vector() local