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

1 2 3

  /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/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/valgrind/main/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/valgrind/main/none/tests/ppc64/
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/webp/src/enc/
layer.c 23 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/clang/test/Preprocessor/
ucn-pp-identifier.c 63 extern int PASTE(\u0, 0FD); // expected-warning{{incomplete universal character name}}
  /external/clang/test/SemaCXX/
anonymous-union.cpp 137 int u0; // expected-note {{declared private here}} member in union:test4::A::__anon6810
152 (void) a.u0; // expected-error {{private member}}
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 27 private float u0; field in class:LetterQuad
105 return u0;
234 u0 = (float) bitmapChar.getX() / charSet.getWidth();
236 u1 = u0 + (float) bitmapChar.getWidth() / charSet.getWidth();
239 u0 = 0;
385 tc[0] = u0; tc[1] = v0;
386 tc[2] = u0; tc[3] = v1;
440 fb.put(u0).put(v0);
442 fb.put(u0).put(v1);
  /external/skia/tests/
UtilsTest.cpp 140 SkUnichar u0 = SkUTF8_ToUnichar(gTest[i].fUtf8); local
144 REPORTER_ASSERT(reporter, u0 == u1);
145 REPORTER_ASSERT(reporter, u0 == gTest[i].fUni);
  /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/llvm/lib/Support/
BlockFrequency.cpp 25 uint64_t u0 = freq & UINT32_MAX; local
31 uint64_t t = u0 * N;
  /external/webp/src/dsp/
upsampling_sse2.c 147 const int u0 = (top_u[0] + u_diag) >> 1; \
149 FUNC(top_y[0], u0, v0, top_dst); \
152 const int u0 = (cur_u[0] + u_diag) >> 1; \
154 FUNC(bottom_y[0], u0, v0, bottom_dst); \
  /external/valgrind/main/VEX/priv/
main_util.c 273 ULong u0; local
282 u0 = (ULong)(-n0);
284 u0 = (ULong)(n0);
287 u0 = (ULong)n0;
291 buf[bufi++] = toHChar('0' + toUInt(u0 % base));
292 u0 /= base;
293 if (u0 == 0) break;
  /external/quake/quake/src/QW/client/
r_draw.c 88 float scale, lzi0, u0, v0; local
93 u0 = r_u1;
113 u0 = (xcenter + scale*transformed[0]);
114 if (u0 < r_refdef.fvrectx_adj)
115 u0 = r_refdef.fvrectx_adj;
116 if (u0 > r_refdef.fvrectright_adj)
117 u0 = r_refdef.fvrectright_adj;
199 u_step = ((r_u1 - u0) / (r_v1 - v0));
200 u = u0 + ((float)v - v0) * u_step;
211 u_step = ((u0 - r_u1) / (v0 - r_v1))
    [all...]
  /external/quake/quake/src/WinQuake/
r_draw.cpp 88 float scale, lzi0, u0, v0; local
93 u0 = r_u1;
113 u0 = (xcenter + scale*transformed[0]);
114 if (u0 < r_refdef.fvrectx_adj)
115 u0 = r_refdef.fvrectx_adj;
116 if (u0 > r_refdef.fvrectright_adj)
117 u0 = r_refdef.fvrectright_adj;
199 u_step = ((r_u1 - u0) / (r_v1 - v0));
200 u = u0 + ((float)v - v0) * u_step;
211 u_step = ((u0 - r_u1) / (v0 - r_v1));
    [all...]

Completed in 1548 milliseconds

1 2 3