HomeSort by relevance Sort by last modified time
    Searched defs:r2 (Results 201 - 225 of 890) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/strace/tests/
recvmsg.c 135 void *r2 = tail_alloc(w_len); local
142 .iov_base = r2,
  /external/strace/tests-m32/
mmsg.c 133 void *r2 = tail_alloc(r_len); local
147 .iov_base = r2,
preadv2-pwritev2.c 155 void *r2 = tail_alloc(w_len); local
162 .iov_base = r2,
recvmsg.c 135 void *r2 = tail_alloc(w_len); local
142 .iov_base = r2,
  /external/strace/tests-mx32/
mmsg.c 133 void *r2 = tail_alloc(r_len); local
147 .iov_base = r2,
preadv2-pwritev2.c 155 void *r2 = tail_alloc(w_len); local
162 .iov_base = r2,
recvmsg.c 135 void *r2 = tail_alloc(w_len); local
142 .iov_base = r2,
  /external/testng/src/test/java/test/retryAnalyzer/
InvocationCountTest.java 27 private int r2 = 0; field in class:InvocationCountTest
84 if (r2 >= 1) {
85 r2--;
  /external/valgrind/none/tests/s390x/
mvcl.c 22 uint64_t r2; member in struct:__anon43138
30 do_mvcl(uint64_t r1, uint64_t r1p1, uint64_t r2, uint64_t r2p1)
36 register uint64_t a2 asm ("4") = r2;
49 regs.r2 = a2;
63 result.addr2 = regs.r2;
79 uint64_t r1, r1p1, r2, r2p1; local
92 r2 = (uint64_t)addr2;
96 regs = do_mvcl(r1, r1p1, r2, r2p1);
103 printf("FAIL: r2[0:31] modified (unused bits 0)\n");
115 regs = do_mvcl(r1, r1p1, r2, r2p1)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform_mips.c 30 int32_t r0, r1, r2, r3, r4, r5, r6, r7, r8, r9; local
52 "lwl %[r2], 0(%[cosptr]) \n\t"
56 "lwr %[r2], 0(%[cosptr]) \n\t"
59 "muleq_s.w.phr %[r4], %[r2], %[r0] \n\t"
62 "muleq_s.w.phr %[r7], %[r2], %[r1] \n\t"
63 "muleq_s.w.phl %[r8], %[r2], %[r0] \n\t"
66 "muleq_s.w.phl %[r1], %[r2], %[r1] \n\t"
114 "lh %[r2], 0(%[cosptr]) \n\t"
117 "mul %[r4], %[r0], %[r2] \n\t"
120 "mul %[r2], %[r1], %[r2] \n\t
609 int32_t r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, max, max1; local
    [all...]
  /frameworks/base/cmds/incidentd/tests/
Reporter_test.cpp 148 sp<ReportRequest> r2 = new ReportRequest(args2, l, tf.fd); local
151 reporter->batch.add(r2);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppsQueryHelperTests.java 129 final ResolveInfo r2 = new ResolveInfo(); local
130 r2.activityInfo = new ActivityInfo();
131 r2.activityInfo.packageName = "sys_app2";
132 r2.activityInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
136 return Arrays.asList(r2, r4);
  /frameworks/base/core/tests/systemproperties/src/android/os/
SystemPropertiesTest.java 168 Runnable r2 = new Runnable() { local
176 SystemProperties.addChangeCallback(r2);
  /frameworks/base/tests/testables/tests/src/android/testing/
TestableLooperTest.java 121 Runnable r2 = mock(Runnable.class); local
123 h.post(r2);
127 verify(r2).run();
134 Runnable r2 = mock(Runnable.class); local
146 verify(r2, never()).run();
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_AOC.c 50 AKFLOAT r2[3]; local
66 r2[i] = 0.0;
69 r2[i] += (points[i].v[j]*points[i].v[j]
72 r2[i] *= 0.5;
78 D = dif[0][0]*r2[2] - dif[2][0]*r2[0];
81 G = dif[0][0]*r2[1] - dif[1][0]*r2[0];
101 OU = r2[0] - dif[0][1]*center->v[1] - dif[0][2]*center->v[2];
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_armtrap.h 64 uint32 r2; /* a3 */ member in struct:_trap_struct
  /hardware/qcom/display/msm8084/libcopybit/
software_converter.cpp 93 // r2 tracks the row of the destination buffer
98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; local
102 r2++;
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
107 r2++;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8226/libcopybit/
software_converter.cpp 93 // r2 tracks the row of the destination buffer
98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; local
102 r2++;
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
107 r2++;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8909/libcopybit/
software_converter.cpp 93 // r2 tracks the row of the destination buffer
98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; local
102 r2++;
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
107 r2++;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8909w_3100/libcopybit/
software_converter.cpp 93 // r2 tracks the row of the destination buffer
98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; local
102 r2++;
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
107 r2++;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp 93 // r2 tracks the row of the destination buffer
98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; local
102 r2++;
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
107 r2++;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8994/libcopybit/
software_converter.cpp 94 // r2 tracks the row of the destination buffer
99 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; local
103 r2++;
107 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
108 r2++;
109 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
112 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
113 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8996/libcopybit/
software_converter.cpp 93 // r2 tracks the row of the destination buffer
98 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; local
102 r2++;
106 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
107 r2++;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
111 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8998/libcopybit/
software_converter.cpp 95 // r2 tracks the row of the destination buffer
100 unsigned int r1 = 0, r2 = 0, i = 0, j = 0; local
104 r2++;
108 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
109 r2++;
110 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
113 newChroma[r2*width + j] = oldChroma[r1*c_width+i];
114 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin_arm.go 20 func (c *sigctxt) r2() uint32 { return c.regs().r[2] } func

Completed in 1069 milliseconds

1 2 3 4 5 6 7 891011>>