Searched defs:vref (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/
H A Dmove.pass.cpp154 V &vref = (v1 = std::move(v2)); local
155 assert(&vref == &v1);
170 V &vref = (v1 = std::move(v2)); local
171 assert(&vref == &v1);
180 V &vref = (v1 = std::move(v2)); local
181 assert(&vref == &v1);
196 V &vref = (v1 = std::move(v2)); local
197 assert(&vref == &v1);
206 V &vref = (v1 = std::move(v2)); local
207 assert(&vref
219 V &vref = (v1 = std::move(v2)); local
228 V &vref = (v1 = std::move(v2)); local
238 V &vref = (v1 = std::move(v2)); local
268 V &vref = (v1 = std::move(v2)); local
278 V &vref = (v1 = std::move(v2)); local
303 V &vref = (v1 = std::move(v2)); local
[all...]
H A Dcopy.pass.cpp195 V &vref = (v1 = v2); local
196 assert(&vref == &v1);
211 V &vref = (v1 = v2); local
212 assert(&vref == &v1);
221 V &vref = (v1 = v2); local
222 assert(&vref == &v1);
237 V &vref = (v1 = v2); local
238 assert(&vref == &v1);
247 V &vref = (v1 = v2); local
248 assert(&vref
260 V &vref = (v1 = v2); local
269 V &vref = (v1 = v2); local
279 V &vref = (v1 = v2); local
310 V &vref = (v1 = v2); local
323 V &vref = (v1 = v2); local
367 V &vref = (v1 = v2); local
378 V &vref = (v1 = v2); local
[all...]
/external/libjpeg-turbo/
H A Dturbojpeg.c357 int href=1, vref=1; local
360 href=tjMCUWidth[i]/8; vref=tjMCUHeight[i]/8;
363 && dinfo->comp_info[k].v_samp_factor==vref)
380 int href=tjMCUHeight[i]/8, vref=tjMCUWidth[i]/8; local
383 href=vref=2;
386 && dinfo->comp_info[k].v_samp_factor==vref)

Completed in 328 milliseconds