HomeSort by relevance Sort by last modified time
    Searched refs:this1 (Results 1 - 4 of 4) sorted by null

  /external/libjpeg-turbo/simd/
jcsample-altivec.c 95 __vector unsigned char this0, next0, this1, next1, out; local
125 this1 = vec_ld(0, inptr1);
126 this1 = vec_perm(this1, this1, even_odd_index);
127 this1e = (__vector unsigned short)VEC_UNPACKHU(this1);
128 this1o = (__vector unsigned short)VEC_UNPACKLU(this1);
jdsample-altivec.c 134 __vector unsigned char this_1, this0, this1, out; local
188 this1 = vec_ld(0, inptr1);
189 this1l = (__vector short)VEC_UNPACKHU(this1);
190 this1h = (__vector short)VEC_UNPACKLU(this1);
231 this1 = vec_ld(16, inptr1);
232 this1l = (__vector short)VEC_UNPACKHU(this1);
233 this1h = (__vector short)VEC_UNPACKLU(this1);
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 11 int this1 : this1; // expected-error {{undeclared}} member in struct:This
12 int this2 : this->this1; // expected-error {{invalid}}
14 int n1[this->this1]; // expected-warning {{variable length array}}
15 int n2[this1]; // expected-warning {{variable length array}}
  /external/dng_sdk/source/
dng_image_writer.cpp 2861 uint8 this1 = bytePtr [1]; local
    [all...]

Completed in 523 milliseconds