/external/valgrind/main/none/tests/x86/ |
D | pushpopseg.c | 7 unsigned long sp2; 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() 27 printf("sp change after pop = %ld\n", sp3 - sp2); 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() 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_mb_lpf_horizontal_edge_w_dspr2() local 69 sp2 = sp3 + pitch; in vp9_mb_lpf_horizontal_edge_w_dspr2() 70 sp1 = sp2 + pitch; in vp9_mb_lpf_horizontal_edge_w_dspr2() 93 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_mb_lpf_horizontal_edge_w_dspr2() 170 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0) in vp9_mb_lpf_horizontal_edge_w_dspr2() 213 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_mb_lpf_horizontal_edge_w_dspr2() 243 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_mb_lpf_horizontal_edge_w_dspr2() 292 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_mb_lpf_horizontal_edge_w_dspr2() 333 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_mb_lpf_horizontal_edge_w_dspr2() 382 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_mb_lpf_horizontal_edge_w_dspr2() [all …]
|
D | vp9_mbloop_loopfilter_dspr2.c | 32 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; in vp9_mbloop_filter_horizontal_edge_dspr2() local 60 sp2 = sp3 + pitch; in vp9_mbloop_filter_horizontal_edge_dspr2() 61 sp1 = sp2 + pitch; in vp9_mbloop_filter_horizontal_edge_dspr2() 80 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_mbloop_filter_horizontal_edge_dspr2() 128 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_mbloop_filter_horizontal_edge_dspr2() 158 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_mbloop_filter_horizontal_edge_dspr2() 207 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_mbloop_filter_horizontal_edge_dspr2() 250 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_mbloop_filter_horizontal_edge_dspr2() 299 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0), in vp9_mbloop_filter_horizontal_edge_dspr2()
|
/external/ipsec-tools/src/libipsec/ |
D | test-policy.c | 228 char *sp1, *sp2; in test2() local 239 sp2 = ipsec_set_policy(pol2, strlen(pol2)); in test2() 240 splen2 = ipsec_get_policylen(sp2); in test2() 262 255, sp2, splen2, 0) < 0) in test2() 281 255, sp2, splen2, 0) < 0) in test2() 303 255, 0, 10, sp2, splen2, 0) < 0) in test2() 311 255, sp2, splen2, 0) == 0) { in test2()
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
D | SDL_QWin.cc | 149 ulong *sp1, *sp2, *dp1, *dp2; in gs_fastRotateBlit_3() local 153 sp2 = sp1 + 120; in gs_fastRotateBlit_3() 163 sbot = *sp2; in gs_fastRotateBlit_3() 171 sp1++; sp2++; in gs_fastRotateBlit_3() 178 sp2 += rowadd2; in gs_fastRotateBlit_3() 205 ulong *sp1, *sp2, *dp1, *dp2; in gs_fastRotateBlit_1() local 209 sp2 = sp1 + 120; in gs_fastRotateBlit_1() 219 sbot = *sp2; in gs_fastRotateBlit_1() 227 sp1++; sp2++; in gs_fastRotateBlit_1() 234 sp2 += rowadd2; in gs_fastRotateBlit_1()
|
/external/chromium_org/net/tools/balsa/ |
D | balsa_headers_test.cc | 62 StringPiece sp2 = buffer_->Write(StringPiece(", world"), &index2); in TEST_F() local 66 ASSERT_EQ(", world", sp2); in TEST_F() 80 StringPiece sp2 = buffer_->Write(bs, &index2); in TEST_F() local 85 ASSERT_EQ(bs, sp2); in TEST_F() 91 ASSERT_EQ(sp2, StringPiece(buffer_->GetPtr(2), buffer_->bytes_used(2))); in TEST_F() 112 StringPiece sp2 = buffer_->Write(StringPiece(", world"), &index2); in TEST_F() local 116 ASSERT_EQ(", world", sp2); in TEST_F() 120 ASSERT_EQ(sp2, StringPiece(buffer_->GetPtr(0), buffer_->bytes_used(0))); in TEST_F()
|
/external/bison/src/ |
D | tables.c | 388 base_number *sp2; in save_row() local 402 tos[s] = sp2 = xnmalloc (count, sizeof *sp2); in save_row() 411 *sp2++ = actrow[i]; in save_row() 491 base_number *sp2; in save_column() local 509 tos[symno] = sp2 = xnmalloc (count, sizeof *sp2); in save_column() 516 *sp2++ = to_state[i]; in save_column()
|
/external/libselinux/src/ |
D | label_android_property.c | 34 const struct spec *sp1 = A, *sp2 = B; in cmp() local 38 if (strncmp(sp2->property_key,"*",1) == 0) in cmp() 42 size_t L2 = strlen(sp2->property_key); in cmp()
|
D | android.c | 82 const struct seapp_context *const *sp1 = A, *const *sp2 = B; in seapp_context_cmp() local 83 const struct seapp_context *s1 = *sp1, *s2 = *sp2; in seapp_context_cmp()
|
/external/chromium_org/third_party/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() 1249 StringPiece sp1, sp2; in SearchParse2CachedPCRE() local 1250 CHECK(PCRE::PartialMatch(text, re, &sp1, &sp2)); in SearchParse2CachedPCRE() [all …]
|
/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() 1249 StringPiece sp1, sp2; in SearchParse2CachedPCRE() local 1250 CHECK(PCRE::PartialMatch(text, re, &sp1, &sp2)); in SearchParse2CachedPCRE() [all …]
|
/external/clang/test/SemaCXX/ |
D | MicrosoftExtensions.cpp | 249 SP2 sp2; in TestSP2() local 250 bool b = sp2.V(); in TestSP2()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | savepoint.test | 45 SAVEPOINT sp2; 53 SAVEPOINT sp2; 54 RELEASE sp2; 65 SAVEPOINT sp2; 77 SAVEPOINT sp2; 80 ROLLBACK TRANSACTION TO sp2; 852 SAVEPOINT sp2;
|
/external/llvm/test/CodeGen/Thumb2/ |
D | crash.ll | 7 … @NEON_vst4q_u32(i32* nocapture %sp0, i32* nocapture %sp1, i32* nocapture %sp2, i32* nocapture %sp… 13 %4 = bitcast i32* %sp2 to <4 x i32>* ; <<4 x i32>*> [#uses=1]
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 298 TimeSpan sp2 = DateTime.UtcNow - progressInfo.Time; in LzmaBenchmark() 299 UInt64 encodeTime = (UInt64)sp2.Ticks; in LzmaBenchmark()
|
/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 209 icvCalcTriAttr( contour, tp2, tp3, nmp3, tp1, nmp1, &sp2, &sp2_c, &hp2, in icvCreateContourTree() 346 sp2 = sp1; in icvCreateContourTree()
|
/external/icu4c/test/intltest/ |
D | bytestrietest.cpp | 639 StringPiece sp2=builder_->buildStringPiece(buildOption, errorCode); in buildTrie() local 640 if(sp.data()==sp2.data()) { in buildTrie() 652 return new BytesTrie(sp2.data()); in buildTrie()
|
/external/llvm/test/CodeGen/ARM/ |
D | vector-DAGCombine.ll | 211 define <8 x i16> @t5(i8* nocapture %sp0, i8* nocapture %sp1, i8* nocapture %sp2) { 217 %pix_sp2.0.cast = bitcast i8* %sp2 to i32*
|
/external/chromium_org/third_party/sqlite/src/tool/ |
D | spaceanal.tcl | 172 set sp2 [string range { } $len end] 176 puts "$title$dots $value$sp2$extra"
|
D | lemon.c | 3958 struct symbol *sp2 = lemp->symbols[j]; in ReportTable() local 3959 if( sp2 && sp2->type!=TERMINAL && sp2->destructor in ReportTable() 3960 && sp2->dtnum==sp->dtnum in ReportTable() 3961 && strcmp(sp->destructor,sp2->destructor)==0 ){ in ReportTable() 3963 sp2->index, sp2->name); lineno++; in ReportTable() 3964 sp2->destructor = 0; in ReportTable()
|
/external/v8/test/cctest/ |
D | test-macro-assembler-x64.cc | 2248 Operand sp2 = Operand(rsp, 2 * kPointerSize); in TEST() local 2251 __ movl(rdx, sp2); // Sanity check. in TEST() 2256 __ movl(rdx, Operand(sp2, 2 * kPointerSize)); in TEST() 2262 __ movl(rdx, Operand(sp2, -2 * kPointerSize)); in TEST()
|
/external/chromium_org/v8/test/cctest/ |
D | test-macro-assembler-x64.cc | 2368 Operand sp2 = Operand(rsp, 2 * kPointerSize); in TEST() local 2371 __ movl(rdx, sp2); // Sanity check. in TEST() 2376 __ movl(rdx, Operand(sp2, 2 * kPointerSize)); in TEST() 2382 __ movl(rdx, Operand(sp2, -2 * kPointerSize)); in TEST()
|
/external/bison/ |
D | ChangeLog-1998 | 942 * src/LR0.c (augment_automaton): Fix bugs adding sp2 to chain of
|
D | ChangeLog-2012 | 16569 (save_column): sp, sp1, and sp2 are state_number_t.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 142 http://64.53.95.207/sp2/pitfall2.html 47349 http://www.hku.hk/cc/sp2/software/stopwatch/doc/user_guide/node26.html
|