Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/
Djdsample-altivec.c38 __vector unsigned char this0, last0, p_last0, next0 = {0}, p_next0, in jsimd_h2v1_fancy_upsample_altivec() local
65 last0 = this0; in jsimd_h2v1_fancy_upsample_altivec()
71 p_last0 = vec_perm(last0, this0, last_index); in jsimd_h2v1_fancy_upsample_altivec()
72 last0 = this0; in jsimd_h2v1_fancy_upsample_altivec()
/external/jdiff/src/jdiff/
DDiff.java192 int last0 = hunk.line0 + hunk.deleted - 1; in addDiffs() local
202 System.out.println("last0: " + last0); in addDiffs()
212 startOld = last0 + 1; in addDiffs()
217 for (int i = first0; i <= last0; i++) { in addDiffs()