Searched refs:iter_len (Results 1 – 2 of 2) sorted by relevance
116 int iter_len = dsize > 128 ? 128 : dsize; in nv04_fbcon_imageblit() local118 ret = PUSH_WAIT(push, iter_len + 1); in nv04_fbcon_imageblit()122 PUSH_NVSQ(push, NV04A, 0x0c00, data, iter_len); in nv04_fbcon_imageblit()123 data += iter_len; in nv04_fbcon_imageblit()124 dsize -= iter_len; in nv04_fbcon_imageblit()
198 auto iter_len = std::distance(start_itr,end_itr); in getProperties() local199 if (iter_len > 0) { in getProperties()200 properties.reserve(static_cast<std::size_t>(iter_len/2)); in getProperties()