Searched refs:sp1 (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/none/tests/x86/
H A Dpushpopseg.c6 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);
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dloopfilter_mb_horiz_dspr2.c31 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; local
69 sp1 = sp2 + pitch;
70 sp0 = sp1 + pitch;
87 "lw %[p1], (%[sp1]) \n\t"
92 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
125 "sw %[p1_f0], (%[sp1]) \n\t"
133 [sp1] "r" (sp1), [sp0] "r" (sp0),
162 "sw %[p1], (%[sp1]) \
[all...]
H A Dloopfilter_mb_dspr2.c31 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; local
60 sp1 = sp2 + pitch;
61 sp0 = sp1 + pitch;
70 "lw %[p1], (%[sp1]) \n\t"
79 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
92 "sw %[p1_f0], (%[sp1]) \n\t"
100 [sp1] "r" (sp1), [sp0] "r" (sp0),
118 "sw %[p1], (%[sp1]) \
[all...]
/external/eigen/blas/f2c/
H A Dsrotmg.c37 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/bison/src/
H A Dprint_graph.c83 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))
H A Dtables.c387 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[
[all...]
H A Dprint-xml.c78 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);
H A Dprint.c94 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
/external/ipsec-tools/src/libipsec/
H A Dtest-policy.c228 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)
/external/regex-re2/re2/testing/
H A Dregexp_benchmark.cc1032 StringPiece sp1, sp2, sp3; local
1033 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3));
1041 StringPiece sp1, sp2, sp3; local
1042 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3));
1099 StringPiece sp1, sp2, sp3; local
1101 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3));
1108 StringPiece sp1, sp2, sp3; local
1110 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3));
1162 StringPiece sp1; local
1163 CHECK(PCRE::FullMatch(text, re, &sp1));
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/libselinux/src/
H A Dlabel_android_property.c34 const struct spec *sp1 = A, *sp2 = B; local
36 if (strncmp(sp1->property_key,"*",1) == 0)
41 size_t L1 = strlen(sp1->property_key);
H A Dandroid.c198 const struct seapp_context *const *sp1 = (const struct seapp_context *const *) A; local
200 const struct seapp_context *s1 = *sp1, *s2 = *sp2;
/external/selinux/libselinux/src/
H A Dlabel_android_property.c34 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/
H A Drfbregion.c175 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/
H A Dcvcontourtree.cpp77 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 );

Completed in 739 milliseconds