Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnv04_fbcon.c116 int iter_len = dsize > 128 ? 128 : dsize; in nv04_fbcon_imageblit() local
118 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp198 auto iter_len = std::distance(start_itr,end_itr); in getProperties() local
199 if (iter_len > 0) { in getProperties()
200 properties.reserve(static_cast<std::size_t>(iter_len/2)); in getProperties()