HomeSort by relevance Sort by last modified time
    Searched defs:sp1 (Results 1 - 25 of 29) sorted by null

1 2

  /external/valgrind/none/tests/x86/
pushpopseg.c 6 unsigned long sp1; local
21 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2)
26 printf("sp change after push = %ld\n", sp2 - sp1);
37 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2)
42 printf("sp change after push = %ld\n", sp2 - sp1);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel5.s 5 sp1: label
elf-rel-got-n32.s 5 sp1: label
elf-rel-got-n64.s 5 sp1: label
  /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
owner_less.pass.cpp 103 std::shared_ptr<int> sp1; local
109 cmp(sp1, sp2);
110 cmp(sp1, wp1);
111 cmp(sp1, sp3);
112 cmp(wp1, sp1);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
owner_less.pass.cpp 103 std::shared_ptr<int> sp1; local
109 cmp(sp1, sp2);
110 cmp(sp1, wp1);
111 cmp(sp1, sp3);
112 cmp(wp1, sp1);
  /external/bison/src/
print_graph.c 83 item_number *sp1; local
86 sp1 = sp = ritem + sitems[i];
97 for (sp = rules[r].rhs; sp < sp1; sp++)
107 && item_number_is_rule_number (*sp1))
print.c 94 item_number *sp1;
97 sp1 = sp = ritem + sitems[i];
107 for (sp = rules[r].rhs; sp < sp1; sp++)
115 && item_number_is_rule_number (*sp1))
93 item_number *sp1; local
print-xml.c 78 item_number *sp1; local
81 sp1 = sp = ritem + sitems[i];
90 if (item_number_is_rule_number (*sp1))
99 rules[r].number, sp1 - sp);
112 sp1 - sp);
tables.c 387 base_number *sp1; local
401 froms[s] = sp = sp1 = xnmalloc (count, sizeof *sp1);
410 *sp1++ = i;
417 width[s] = sp1[-1] - sp[0] + 1;
490 base_number *sp1; local
508 froms[symno] = sp = sp1 = xnmalloc (count, sizeof *sp1);
515 *sp1++ = from_state[i];
520 width[symno] = sp1[-1] - sp[0] + 1
    [all...]
  /external/eigen/blas/f2c/
srotmg.c 37 real su, sp1, sp2, sq1, sq2, sh11, sh12, sh21, sh22; local
119 sp1 = *sd1 * *sx1;
121 sq1 = sp1 * *sx1;
127 sh12 = sp2 / sp1;
151 sh11 = sp1 / sp2;
  /external/ipsec-tools/src/libipsec/
test-policy.c 228 char *sp1, *sp2; local
237 sp1 = ipsec_set_policy(pol1, strlen(pol1));
238 splen1 = ipsec_get_policylen(sp1);
254 255, sp1, splen1, 0) < 0)
273 255, sp1, splen1, 0) < 0)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.h 59 SitePointer sp1; member in class:CDelaunay
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
5-1.c 166 struct sched_param sp1, sp2; local
170 sp1.sched_priority = sched_get_priority_min(SCHED_FIFO);
183 ret = pthread_setschedparam(*(pthread_t *) arg, pol1, &sp1);
  /system/core/libutils/tests/
RefBase_test.cpp 53 sp<Foo> sp1(foo);
54 wp<Foo> wp1(sp1);
59 sp<Foo> sp2 = std::move(sp1);
62 ASSERT_EQ(nullptr, sp1.get()) << "std::move failed, sp1 is still valid";
65 sp1 = std::move(sp2);
70 sp<Foo> sp2 = std::move(sp1);
209 sp<Bar> sp1 = wpBuffer.promote(); local
210 // We implicitly check that sp1 != NULL
211 sp1->mVisited2 = true
245 sp<Bar> sp1 = wp1.promote(); local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_mb_dspr2.c 28 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; local
56 sp1 = sp2 + pitch;
57 sp0 = sp1 + pitch;
66 "lw %[p1], (%[sp1]) \n\t"
75 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0),
85 "sw %[p1_f0], (%[sp1]) \n\t"
92 [q1_f0] "r"(q1_f0), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0),
107 "sw %[p1], (%[sp1]) \n\t
    [all...]
loopfilter_mb_horiz_dspr2.c 28 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; local
65 sp1 = sp2 + pitch;
66 sp0 = sp1 + pitch;
83 "lw %[p1], (%[sp1]) \n\t"
88 : [sp3] "r"(sp3), [sp2] "r"(sp2), [sp1] "r"(sp1), [sp0] "r"(sp0),
117 "sw %[p1_f0], (%[sp1]) \n\t"
124 [q1_f0] "r"(q1_f0), [sp1] "r"(sp1), [sp0] "r"(sp0), [sq0] "r"(sq0),
150 "sw %[p1], (%[sp1]) \n\t
    [all...]
  /external/selinux/libselinux/src/
label_backends_android.c 34 const struct spec *sp1 = A, *sp2 = B; local
36 if (strncmp(sp1->property_key, "*", 1) == 0)
41 size_t L1 = strlen(sp1->property_key);
  /external/libvncserver/libvncserver/
rfbregion.c 175 sraSpan *sp1, *sp2; local
186 sp1 = s1->front._next;
188 while ((sp1 != &(s1->back)) &&
190 if ((sp1->start != sp2->start) ||
191 (sp1->end != sp2->end) ||
192 (!sraSpanListEqual(sp1->subspan, sp2->subspan))) {
195 sp1 = sp1->_next;
199 if ((sp1 == &(s1->back)) && (sp2 == &(s2->back))) {
  /external/opencv/cv/src/
cvcontourtree.cpp 77 double s, sp1, sp2, sn1, sn2, s_c, sp1_c, sp2_c, sn1_c, sn2_c, h, hp1, hp2, hn1, hn2, local
206 icvCalcTriAttr( contour, tp1, tp2, nmp2, t, nm, &sp1, &sp1_c, &hp1,
346 sp2 = sp1;
347 sp1 = s;
399 icvCalcTriAttr( contour, tp1, tn2, nmn2, t, nm, &sp1, &sp1_c, &hp1, &ap1,
482 tree_one.sign = (char) (CV_SIGN( sp1 ));
483 tree_one.area = fabs( sp1 );
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 1032 StringPiece sp1, sp2, sp3; local
1041 StringPiece sp1, sp2, sp3; local
1099 StringPiece sp1, sp2, sp3; local
1108 StringPiece sp1, sp2, sp3; local
1162 StringPiece sp1; local
1171 StringPiece sp1; local
1229 StringPiece sp1; local
1238 StringPiece sp1; local
1249 StringPiece sp1, sp2; local
1259 StringPiece sp1, sp2; local
1269 StringPiece sp1; local
1279 StringPiece sp1; local
    [all...]
  /external/selinux/libselinux/src/android/
android_platform.c 242 const struct seapp_context *const *sp1 = (const struct seapp_context *const *) A; local
244 const struct seapp_context *s1 = *sp1, *s2 = *sp2;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ArraysTest.java 4235 Spliterator<String> sp1 = sp.trySplit(); local
4260 Spliterator<String> sp1 = sp.trySplit(); local
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 

Completed in 708 milliseconds

1 2