Home
last modified time | relevance | path

Searched refs:byte_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc117 out_offset_.byte_idx = unwind_byte_idx; in UnwindIfThrottled()
133 out_offset_.byte_idx = 0; in PrepareForSends()
156 size_t byte_idx = 0; member
1290 *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()
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1686 for (unsigned byte_idx = 0; byte_idx < MIN2(bytes_left, 4); byte_idx++, reg.reg_b++) in get_reg_create_vector() local