HomeSort by relevance Sort by last modified time
    Searched refs:u0 (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /dalvik/dx/src/com/android/dx/io/instructions/
CodeOutput.java 31 public void write(short u0, short u1);
36 public void write(short u0, short u1, short u2);
41 public void write(short u0, short u1, short u2, short u3);
46 public void write(short u0, short u1, short u2, short u3, short u4);
ShortArrayCodeOutput.java 63 public void write(short u0, short u1) {
64 write(u0);
69 public void write(short u0, short u1, short u2) {
70 write(u0);
76 public void write(short u0, short u1, short u2, short u3) {
77 write(u0);
84 public void write(short u0, short u1, short u2, short u3, short u4) {
85 write(u0);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
CodeOutput.java 31 public void write(short u0, short u1);
36 public void write(short u0, short u1, short u2);
41 public void write(short u0, short u1, short u2, short u3);
46 public void write(short u0, short u1, short u2, short u3, short u4);
ShortArrayCodeOutput.java 63 public void write(short u0, short u1) {
64 write(u0);
69 public void write(short u0, short u1, short u2) {
70 write(u0);
76 public void write(short u0, short u1, short u2, short u3) {
77 write(u0);
84 public void write(short u0, short u1, short u2, short u3, short u4) {
85 write(u0);
  /external/libvpx/libvpx/vpx_dsp/x86/
fwd_txfm_sse2.c 51 __m128i u0, u1, sum; local
53 u0 = _mm_add_epi16(in0, in1);
61 sum = _mm_add_epi16(u0, u1);
67 u0 = _mm_setzero_si128();
70 in0 = _mm_unpacklo_epi16(u0, sum);
71 in1 = _mm_unpackhi_epi16(u0, sum);
76 in0 = _mm_unpacklo_epi32(sum, u0);
77 in1 = _mm_unpackhi_epi32(sum, u0);
89 __m128i u0, u1; local
100 u0 = _mm_add_epi16(in0, in1)
158 __m128i u0, u1; local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
CachedPathIteratorFactory.java 135 float u0 = 1 - t0; local
139 coords[0] = coords[0] * u0 * u0 + coords[2] * 2 * t0 * u0 + coords[4] * t0 * t0;
140 coords[1] = coords[1] * u0 * u0 + coords[3] * 2 * t0 * u0 + coords[5] * t0 * t0;
153 float u0 = 1 - t0; local
158 float qxa = coords[0] * u0 * u0 + coords[2] * 2 * t0 * u0 + coords[4] * t0 * t0
    [all...]
  /external/clang/test/CXX/expr/
p9.cpp 47 __typeof__(0 + 0U) u0;
48 unsigned &ur = u0;
  /external/e2fsprogs/lib/uuid/
uuid.h 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
uuid.h.in 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
59 static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \
62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_avg_intrin_sse2.c 18 __m128i u0, s0, d0, diff, maxabsdiff, minabsdiff, negdiff, absdiff0, absdiff; local
19 u0 = _mm_setzero_si128();
21 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s)), u0);
22 d0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(d)), u0);
24 negdiff = _mm_subs_epi16(u0, diff);
27 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s + p)), u0);
28 d0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(d + dp)), u0);
30 negdiff = _mm_subs_epi16(u0, diff);
35 s0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(s + 2 * p)), u0);
36 d0 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)(d + 2 * dp)), u0);
95 __m128i s0, s1, u0; local
122 __m128i s0, s1, u0; local
    [all...]
  /external/valgrind/none/tests/ppc32/
test_dfp3.c 808 unsigned long long u0, u0x; local
812 u0 = u0x = 0;
824 u0 = dfp64_vals[i];
826 u0 = dfp128_vals[i * 2];
829 *(unsigned long long *)d0p = u0;
841 TE_vals[TE], test_def.op, u0);
869 unsigned long long u0, u0x, u1, u1x; local
885 u0 = dfp64_vals[test_def.targs[i].fra_idx];
888 u0 = dfp128_vals[test_def.targs[i].fra_idx * 2];
893 *(unsigned long long *)d0p = u0;
932 unsigned long long u0, u0x; local
1000 unsigned long long u0, u0x; local
1095 unsigned long long u0, u0x; local
1155 unsigned long long u0, u0x, u1, u1x; local
    [all...]
test_dfp2.c 438 unsigned long long u0, u0x; local
465 u0 = dfp64_vals[test_group.targs[i].fra_idx];
467 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
471 *(unsigned long long *)d0p = u0;
481 printf("%s %016llx", test_group.name, u0);
508 unsigned long long u0, u0x; local
539 u0 = dfp64_vals[test_group.targs[i].fra_idx];
541 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
545 *(unsigned long long *)d0p = u0;
555 printf("%s %016llx", test_group.name, u0);
579 unsigned long long u0; local
    [all...]
test_dfp1.c 317 unsigned long long u0, u0x, u1, u1x; local
338 u0 = dfp64_vals[test_group.targs[i].fra_idx];
341 u0 = dfp128_vals[test_group.targs[i].fra_idx * 2];
346 *(unsigned long long *)d0p = u0;
364 printf("%s%s %016llx", test_group.name, do_dot? "." : "", u0);
441 unsigned long long u0, u1, rm_idx; local
444 u0 = 0x26cc3f1f534acdd4ULL;
458 *(unsigned long long *)d0p = u0;
465 j, (int)rm_idx, u0, u1, *((unsigned long long *)(&res)));
471 u0++
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
layer.c 25 enc->use_layer_ = (enc->pic_->u0 != NULL);
  /external/clang/test/Sema/
enum.c 35 union u0; // expected-note {{previous use is here}}
36 enum u0 { U0A }; // expected-error {{use of 'u0' with tag type that does not match previous declaration}} enum
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_vertex.h 56 GLfloat u0, v0; member in struct:__anon20438::__anon20439
65 GLfloat u0, v0, q0; member in struct:__anon20438::__anon20440
  /external/clang/test/Preprocessor/
ucn-pp-identifier.c 63 extern int PASTE(\u0, 0FD); // expected-warning{{incomplete universal character name}}
  /external/skia/src/gpu/text/
GrAtlasTextBlob_regenInBatch.cpp 26 int u0, v0, u1, v1; local
33 u0 = glyph->fAtlasLocation.fX + SK_DistanceFieldInset;
35 u1 = u0 + width - 2 * SK_DistanceFieldInset;
38 u0 = glyph->fAtlasLocation.fX;
40 u1 = u0 + width;
45 u0 *= 65535;
46 u0 >>= log2Width;
53 SkASSERT(u0 >= 0 && u0 <= 65535);
78 textureCoords[0] = (uint16_t) u0;
    [all...]
  /external/clang/test/SemaCXX/
anonymous-union.cpp 142 int u0; // expected-note {{declared private here}} member in union:test4::A::__anon8850
157 (void) a.u0; // expected-error {{private member}}
flexible-array-test.cpp 19 int u0[]; member in union:Rec::__anon8951
  /external/v8/benchmarks/
navier-stokes.js 284 function vel_step(u, v, u0, v0, dt)
286 addFields(u, u0, dt );
288 var temp = u0; u0 = u; u = temp;
290 diffuse2(u,u0,v,v0, dt);
291 project(u, v, u0, v0);
292 var temp = u0; u0 = u; u = temp;
294 advect(1, u, u0, u0, v0, dt)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafUtil.java 137 int u0 = n0 & 1; local
138 if (u0 != 0)
140 u0 -= (n0 & 2);
141 if ((n0 + u0) == 4 && (n1 & 3) == 2)
143 u0 = -u0;
157 if ((d0 << 1) == 1 + u0)
173 jsf[j++] = (byte)((u0 << 4) | (u1 & 0xF));
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 111 uint8_t u0 = *(uv+1); local
113 dst[1] = u0;
133 uint8_t u0 = (src[0] >> 0) & 0xFF; local
138 dst[1] = u0;
141 dst[4] = u0;
189 uint8_t u0 = (src[0] >> 8) & 0xFF; local
193 dst[1] = u0;
196 dst[4] = u0;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
list_insn.d 39 2e: 53 34 05 00 storma r3, {u0,u2}
  /external/opencv3/3rdparty/libwebp/dsp/
upsampling_sse2.c 149 const int u0 = (top_u[0] + u_diag) >> 1; \
151 FUNC(top_y[0], u0, v0, top_dst); \
154 const int u0 = (cur_u[0] + u_diag) >> 1; \
156 FUNC(bottom_y[0], u0, v0, bottom_dst); \

Completed in 618 milliseconds

1 2 3 4 5 6