/external/valgrind/none/tests/x86/ |
D | pushpopseg.c | 8 unsigned long sp3; in main() local 21 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2) in main() 27 printf("sp change after pop = %ld\n", sp3 - sp2); in main() 37 : "=r" (sp1), "=r" (sp2), "=r" (sp3), "=r" (fs2) in main() 43 printf("sp change after pop = %ld\n", sp3 - sp2); in main()
|
/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 67 sp3 = sp4 + pitch; in vpx_lpf_horizontal_16_dspr2() 68 sp2 = sp3 + 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() 168 [sp6] "r" (sp6), [sp5] "r" (sp5), [sp4] "r" (sp4), [sp3] "r" (sp3), in vpx_lpf_horizontal_16_dspr2() 446 [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), in vpx_lpf_horizontal_16_dspr2() 555 [sp4] "r" (sp4), [sp3] "r" (sp3), in vpx_lpf_horizontal_16_dspr2() 630 [sp4] "r" (sp4), [sp3] "r" (sp3), in vpx_lpf_horizontal_16_dspr2() 738 [sp4] "r" (sp4), [sp3] "r" (sp3), [sp2] "r" (sp2), in vpx_lpf_horizontal_16_dspr2()
|
D | loopfilter_mb_dspr2.c | 31 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vpx_lpf_horizontal_8_dspr2() local 58 sp3 = s - (pitch << 2); in vpx_lpf_horizontal_8_dspr2() 59 sp2 = sp3 + 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()
|
/external/bison/src/ |
D | tables.c | 389 unsigned int *sp3; in save_row() local 403 conflict_tos[s] = sp3 = in save_row() 404 nondeterministic_parser ? xnmalloc (count, sizeof *sp3) : NULL; in save_row() 413 *sp3++ = conflrow[i]; in save_row()
|
/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()
|
/external/llvm/test/CodeGen/Thumb2/ |
D | crash.ll | 7 … nocapture %sp0, i32* nocapture %sp1, i32* nocapture %sp2, i32* nocapture %sp3, i32* %dp) nounwind… 15 %6 = bitcast i32* %sp3 to <4 x i32>* ; <<4 x i32>*> [#uses=1]
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
D | howExpensiveIs.cpp | 800 StringPiece sp3("3"); in runTests() local 801 DO_NumFmtStringPieceTest("0000","0003",sp3); in runTests() 802 DO_NumFmtStringPieceTest("#","3",sp3); in runTests()
|