/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/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 68 sp3 = sp4 + pitch; in vp9_lpf_horizontal_16_dspr2() 69 sp2 = sp3 + 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() 169 [sp6] "r" (sp6), [sp5] "r" (sp5), [sp4] "r" (sp4), [sp3] "r" (sp3), in vp9_lpf_horizontal_16_dspr2() 447 [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), in vp9_lpf_horizontal_16_dspr2() 556 [sp4] "r" (sp4), [sp3] "r" (sp3), in vp9_lpf_horizontal_16_dspr2() 631 [sp4] "r" (sp4), [sp3] "r" (sp3), in vp9_lpf_horizontal_16_dspr2() 739 [sp4] "r" (sp4), [sp3] "r" (sp3), [sp2] "r" (sp2), in vp9_lpf_horizontal_16_dspr2()
|
D | vp9_mbloop_loopfilter_dspr2.c | 32 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vp9_lpf_horizontal_8_dspr2() local 59 sp3 = s - (pitch << 2); in vp9_lpf_horizontal_8_dspr2() 60 sp2 = sp3 + 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()
|
/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()
|