/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_mb_horiz_dspr2.c | 31 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; in vpx_lpf_horizontal_16_dspr2() local 69 sp1 = sp2 + pitch; in vpx_lpf_horizontal_16_dspr2() 70 sp0 = sp1 + pitch; in vpx_lpf_horizontal_16_dspr2() 92 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() 133 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() 169 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0) in vpx_lpf_horizontal_16_dspr2() 212 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() 242 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() 255 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() 291 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_16_dspr2() [all …]
|
D | loopfilter_mb_dspr2.c | 31 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vpx_lpf_horizontal_8_dspr2() local 60 sp1 = sp2 + pitch; in vpx_lpf_horizontal_8_dspr2() 61 sp0 = sp1 + pitch; in vpx_lpf_horizontal_8_dspr2() 79 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 100 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 127 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 157 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 170 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 206 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_lpf_horizontal_8_dspr2() 219 [sp1] "r" (sp1), [sp0] "r" (sp0), in vpx_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/opencv3/modules/cudaimgproc/src/ |
D | mssegmentation.cpp | 251 Vec2s sp1; in meanShiftSegmentation() local 264 sp1 = spy[x]; in meanShiftSegmentation() 279 dsp[0] = dist2(sp1, sp2[0]); in meanShiftSegmentation() 280 dsp[1] = dist2(sp1, sp2[1]); in meanShiftSegmentation() 281 dsp[2] = dist2(sp1, sp2[2]); in meanShiftSegmentation() 284 sp1 = spy[x + 1]; in meanShiftSegmentation() 287 dsp[3] = dist2(sp1, sp2[3]); in meanShiftSegmentation() 299 sp1 = spmap.at<Vec2s>(y, ncols - 1); in meanShiftSegmentation() 302 dsp[0] = dist2(sp1, sp2[0]); in meanShiftSegmentation() 309 sp1 = spmap.at<Vec2s>(nrows - 1, x); in meanShiftSegmentation() [all …]
|
/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/llvm/test/CodeGen/X86/ |
D | statepoint-invoke.ll | 88 …%sp1 = invoke i32 (i64, i32, void (i64 addrspace(1)*)*, i32, i32, ...) @llvm.experimental.gc.state… 94 …%val1.relocated = call coldcc i64 addrspace(1)* @llvm.experimental.gc.relocate.p1i64(i32 %sp1, i32… 95 …left = call coldcc i64 addrspace(1)* @llvm.experimental.gc.relocate.p1i64(i32 %sp1, i32 14, i32 14) 142 …%sp1 = invoke i32 (i64, i32, void (i64 addrspace(1)*)*, i32, i32, ...) @llvm.experimental.gc.state… 150 …%null.relocated = call coldcc i64 addrspace(1)* @llvm.experimental.gc.relocate.p1i64(i32 %sp1, i32… 151 …%undef.relocated = call coldcc i64 addrspace(1)* @llvm.experimental.gc.relocate.p1i64(i32 %sp1, i3…
|
/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 | 209 const struct seapp_context *const *sp1 = (const struct seapp_context *const *) A; in seapp_context_cmp() local 211 const struct seapp_context *s1 = *sp1, *s2 = *sp2; in seapp_context_cmp()
|
/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/autotest/client/tests/kvm/ |
D | virtio-win.cfg.sample | 122 sp1: 143 sp1: 165 sp1: 186 sp1:
|
D | guest-os.cfg.sample | 1260 - sp1: 1261 image_name += -sp1-32 1274 floppy = images/winvista-sp1-32/answer.vfd 1276 image_name_supportvm = winvista-sp1-32-supportvm 1299 - sp1: 1300 image_name += -sp1-64 1313 floppy = images/winvista-sp1-64/answer.vfd 1315 image_name_supportvm = winvista-sp1-64-supportvm 1338 - sp1: 1339 image_name += -sp1-32 [all …]
|
/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(
|