/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_mblpf_horiz_loopfilter_dspr2.c | 32 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; in vp9_lpf_horizontal_16_dspr2() local 70 sp1 = sp2 + pitch; in vp9_lpf_horizontal_16_dspr2() 71 sp0 = sp1 + pitch; in vp9_lpf_horizontal_16_dspr2() 93 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_16_dspr2() 134 [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_16_dspr2() 170 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0) in vp9_lpf_horizontal_16_dspr2() 213 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_16_dspr2() 243 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_16_dspr2() 256 [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_16_dspr2() 292 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_16_dspr2() [all …]
|
D | vp9_mbloop_loopfilter_dspr2.c | 32 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vp9_lpf_horizontal_8_dspr2() local 61 sp1 = sp2 + pitch; in vp9_lpf_horizontal_8_dspr2() 62 sp0 = sp1 + pitch; in vp9_lpf_horizontal_8_dspr2() 80 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_8_dspr2() 101 [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_8_dspr2() 128 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_8_dspr2() 158 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_8_dspr2() 171 [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_8_dspr2() 207 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_8_dspr2() 220 [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_lpf_horizontal_8_dspr2() [all …]
|
/external/valgrind/none/tests/x86/ |
D | pushpopseg.c | 6 unsigned long sp1; in main() local 21 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2) in main() 26 printf("sp change after push = %ld\n", sp2 - sp1); in main() 37 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2) in main() 42 printf("sp change after push = %ld\n", sp2 - sp1); in main()
|
/external/eigen/blas/f2c/ |
D | srotmg.c | 37 real su, sp1, sp2, sq1, sq2, sh11, sh12, sh21, sh22; in srotmg_() local 119 sp1 = *sd1 * *sx1; in srotmg_() 121 sq1 = sp1 * *sx1; in srotmg_() 127 sh12 = sp2 / sp1; in srotmg_() 151 sh11 = sp1 / sp2; in srotmg_()
|
/external/ipsec-tools/src/libipsec/ |
D | test-policy.c | 228 char *sp1, *sp2; in test2() local 237 sp1 = ipsec_set_policy(pol1, strlen(pol1)); in test2() 238 splen1 = ipsec_get_policylen(sp1); in test2() 254 255, sp1, splen1, 0) < 0) in test2() 273 255, sp1, splen1, 0) < 0) in test2()
|
/external/bison/src/ |
D | tables.c | 387 base_number *sp1; in save_row() local 401 froms[s] = sp = sp1 = xnmalloc (count, sizeof *sp1); in save_row() 410 *sp1++ = i; in save_row() 417 width[s] = sp1[-1] - sp[0] + 1; in save_row() 490 base_number *sp1; in save_column() local 508 froms[symno] = sp = sp1 = xnmalloc (count, sizeof *sp1); in save_column() 515 *sp1++ = from_state[i]; in save_column() 520 width[symno] = sp1[-1] - sp[0] + 1; in save_column()
|
D | print_graph.c | 83 item_number *sp1; in print_core() local 86 sp1 = sp = ritem + sitems[i]; in print_core() 97 for (sp = rules[r].rhs; sp < sp1; sp++) in print_core() 107 && item_number_is_rule_number (*sp1)) in print_core()
|
D | print-xml.c | 78 item_number *sp1; in print_core() local 81 sp1 = sp = ritem + sitems[i]; in print_core() 90 if (item_number_is_rule_number (*sp1)) in print_core() 99 rules[r].number, sp1 - sp); in print_core() 112 sp1 - sp); in print_core()
|
D | print.c | 93 item_number *sp1; in print_core() local 96 sp1 = sp = ritem + sitems[i]; in print_core() 106 for (sp = rules[r].rhs; sp < sp1; sp++) in print_core() 114 && item_number_is_rule_number (*sp1)) in print_core()
|
/external/regex-re2/re2/testing/ |
D | regexp_benchmark.cc | 1032 StringPiece sp1, sp2, sp3; in Parse3PCRE() local 1033 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3PCRE() 1041 StringPiece sp1, sp2, sp3; in Parse3RE2() local 1042 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3RE2() 1099 StringPiece sp1, sp2, sp3; in Parse3CachedPCRE() local 1101 CHECK(PCRE::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedPCRE() 1108 StringPiece sp1, sp2, sp3; in Parse3CachedRE2() local 1110 CHECK(RE2::FullMatch(text, re, &sp1, &sp2, &sp3)); in Parse3CachedRE2() 1162 StringPiece sp1; in Parse1PCRE() local 1163 CHECK(PCRE::FullMatch(text, re, &sp1)); in Parse1PCRE() [all …]
|
/external/libvncserver/libvncserver/ |
D | rfbregion.c | 175 sraSpan *sp1, *sp2; in sraSpanListEqual() local 186 sp1 = s1->front._next; in sraSpanListEqual() 188 while ((sp1 != &(s1->back)) && in sraSpanListEqual() 190 if ((sp1->start != sp2->start) || in sraSpanListEqual() 191 (sp1->end != sp2->end) || in sraSpanListEqual() 192 (!sraSpanListEqual(sp1->subspan, sp2->subspan))) { in sraSpanListEqual() 195 sp1 = sp1->_next; in sraSpanListEqual() 199 if ((sp1 == &(s1->back)) && (sp2 == &(s2->back))) { in sraSpanListEqual()
|
/external/opencv/cv/src/ |
D | cvcontourtree.cpp | 77 double s, sp1, sp2, sn1, sn2, s_c, sp1_c, sp2_c, sn1_c, sn2_c, h, hp1, hp2, hn1, hn2, in icvCreateContourTree() local 206 icvCalcTriAttr( contour, tp1, tp2, nmp2, t, nm, &sp1, &sp1_c, &hp1, in icvCreateContourTree() 346 sp2 = sp1; in icvCreateContourTree() 347 sp1 = s; in icvCreateContourTree() 399 icvCalcTriAttr( contour, tp1, tn2, nmn2, t, nm, &sp1, &sp1_c, &hp1, &ap1, in icvCreateContourTree() 482 tree_one.sign = (char) (CV_SIGN( sp1 )); in icvCreateContourTree() 483 tree_one.area = fabs( sp1 ); in icvCreateContourTree()
|
/external/selinux/libselinux/src/ |
D | label_android_property.c | 34 const struct spec *sp1 = A, *sp2 = B; in cmp() local 36 if (strncmp(sp1->property_key, "*", 1) == 0) in cmp() 41 size_t L1 = strlen(sp1->property_key); in cmp()
|
/external/libselinux/src/ |
D | label_android_property.c | 34 const struct spec *sp1 = A, *sp2 = B; in cmp() local 36 if (strncmp(sp1->property_key,"*",1) == 0) in cmp() 41 size_t L1 = strlen(sp1->property_key); in cmp()
|
D | android.c | 198 const struct seapp_context *const *sp1 = (const struct seapp_context *const *) A; in seapp_context_cmp() local 200 const struct seapp_context *s1 = *sp1, *s2 = *sp2; in seapp_context_cmp()
|
/external/llvm/test/CodeGen/ARM/ |
D | vector-DAGCombine.ll | 180 define <8 x i16> @t3(i8 zeroext %xf, i8* nocapture %sp0, i8* nocapture %sp1, i32* nocapture %outp) { 184 %pix_sp1.0.cast = bitcast i8* %sp1 to i32* 219 define <8 x i16> @t5(i8* nocapture %sp0, i8* nocapture %sp1, i8* nocapture %sp2) { 223 %pix_sp1.0.cast = bitcast i8* %sp1 to i32*
|
/external/llvm/test/CodeGen/Thumb2/ |
D | crash.ll | 7 define arm_apcscc void @NEON_vst4q_u32(i32* nocapture %sp0, i32* nocapture %sp1, i32* nocapture %sp… 11 %2 = bitcast i32* %sp1 to <4 x i32>* ; <<4 x i32>*> [#uses=1]
|
/external/pcre/dist/testdata/ |
D | testoutput1 | 469 1 IN SOA non-sp1 non-sp2( 470 0: 1 IN SOA non-sp1 non-sp2( 472 2: non-sp1 474 1 IN SOA non-sp1 non-sp2 ( 475 0: 1 IN SOA non-sp1 non-sp2 ( 477 2: non-sp1 481 1IN SOA non-sp1 non-sp2( 9251 1 IN SOA non-sp1 non-sp2( 9252 0: 1 IN SOA non-sp1 non-sp2( 9254 2: non-sp1
|
D | testinput1 | 244 1 IN SOA non-sp1 non-sp2( 245 1 IN SOA non-sp1 non-sp2 ( 247 1IN SOA non-sp1 non-sp2( 5630 1 IN SOA non-sp1 non-sp2(
|
D | testoutput8 | 1423 1 IN SOA non-sp1 non-sp2( 1424 0: 1 IN SOA non-sp1 non-sp2( 1425 1 IN SOA non-sp1 non-sp2 ( 1426 0: 1 IN SOA non-sp1 non-sp2 ( 1429 1IN SOA non-sp1 non-sp2(
|
D | testinput8 | 750 1 IN SOA non-sp1 non-sp2( 751 1 IN SOA non-sp1 non-sp2 ( 753 1IN SOA non-sp1 non-sp2(
|
/external/bison/ |
D | ChangeLog-2012 | 16569 (save_column): sp, sp1, and sp2 are state_number_t.
|