Searched defs:sp1 (Results 1 - 12 of 12) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cc24 const uptr *sp1 = StackDepotGet(i1, &sz1); local
25 EXPECT_NE(sp1, (uptr*)0);
27 EXPECT_EQ(internal_memcmp(sp1, s1, sizeof(s1)), 0);
32 const uptr *sp1 = StackDepotGet((1 << 30) - 1, &sz1); local
33 EXPECT_EQ(sp1, (uptr*)0);
39 const uptr *sp1 = StackDepotGet(i1, &sz1); local
40 EXPECT_EQ(sp1, (uptr*)0);
45 const uptr *sp1 = StackDepotGet(0, &sz1); local
46 EXPECT_EQ(sp1, (uptr*)0);
55 const uptr *sp1 local
[all...]
/external/valgrind/main/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/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 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
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...]
/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/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.c86 const struct seapp_context *const *sp1 = A, *const *sp2 = B; local
87 const struct seapp_context *s1 = *sp1, *s2 = *sp2;
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_QWin.cc149 ulong *sp1, *sp2, *dp1, *dp2; local
152 sp1 = (ulong*)bits + startx + starty*240;
153 sp2 = sp1 + 120;
162 stop = *sp1;
171 sp1++; sp2++;
177 sp1 += rowadd2;
205 ulong *sp1, *sp2, *dp1, *dp2; local
208 sp1 = (ulong*)bits + startx + starty*240;
209 sp2 = sp1 + 120;
218 stop = *sp1;
[all...]
/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 );
/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...]

Completed in 412 milliseconds