Home
last modified time | relevance | path

Searched refs:last0 (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/multi_index/detail/
Dseq_index_ops.hpp64 iterator first0=x.begin(),last0=x.end(); in sequenced_index_merge() local
66 while(first0!=last0&&first1!=last1){ in sequenced_index_merge()
70 x.splice(last0,y,first1,last1); in sequenced_index_merge()
88 impl_pointer last0=x; in sequenced_index_collate() local
91 while(first0!=last0&&first1!=last1){ in sequenced_index_collate()
100 impl_type::relink(last0,first1,last1); in sequenced_index_collate()
Drnd_index_ops.hpp95 last0=first1, in random_access_index_inplace_merge() local
98 while(first0!=last0&&first1!=last1){ in random_access_index_inplace_merge()
108 std::copy(&*first0,&*last0,&*out); in random_access_index_inplace_merge()
/third_party/ffmpeg/libavcodec/
Djpeglsenc.c348 int last0 = last[0]; in encode_picture_ls() local
350 t = last0; in encode_picture_ls()
357 int last0 = *((uint16_t *)last); in encode_picture_ls() local
359 t = last0; in encode_picture_ls()
369 int last0 = last[j]; in encode_picture_ls() local
372 Rc[j] = last0; in encode_picture_ls()
383 int last0 = last[j]; in encode_picture_ls() local
386 Rc[j] = last0; in encode_picture_ls()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c37 __vector unsigned char this0, last0, p_last0, next0 = { 0 }, p_next0, in jsimd_h2v1_fancy_upsample_altivec() local
70 last0 = this0; in jsimd_h2v1_fancy_upsample_altivec()
76 p_last0 = vec_perm(last0, this0, last_index); in jsimd_h2v1_fancy_upsample_altivec()
77 last0 = this0; in jsimd_h2v1_fancy_upsample_altivec()
/third_party/libjpeg-turbo/simd/powerpc/
Djdsample-altivec.c37 __vector unsigned char this0, last0, p_last0, next0 = { 0 }, p_next0, in jsimd_h2v1_fancy_upsample_altivec() local
70 last0 = this0; in jsimd_h2v1_fancy_upsample_altivec()
76 p_last0 = vec_perm(last0, this0, last_index); in jsimd_h2v1_fancy_upsample_altivec()
77 last0 = this0; in jsimd_h2v1_fancy_upsample_altivec()
/third_party/boost/libs/gil/test/legacy/
Dperformance.cpp186 T1 *first0, *first1, *first2, *last0; in operator ()() local
190 last0=first0+_v.size(); in operator ()()
191 while(first0!=last0) { in operator ()()