HomeSort by relevance Sort by last modified time
    Searched refs:sp2 (Results 1 - 24 of 24) sorted by null

  /external/compiler-rt/test/msan/Linux/
sunrpc_bytes.cc 30 char *sp2 = s2; local
32 res = xdr_bytes(&xdrs, &sp2, &sz2, sizeof(s2));
sunrpc_string.cc 29 char *sp2 = s2; local
30 res = xdr_string(&xdrs, &sp2, sizeof(s2));
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_mblpf_horiz_loopfilter_dspr2.c 32 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; local
69 sp2 = sp3 + pitch;
70 sp1 = sp2 + pitch;
87 "lw %[p2], (%[sp2]) \n\t"
93 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
162 "sw %[p2], (%[sp2]) \n\t"
170 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0)
203 "sw %[p2], (%[sp2]) \n\t
    [all...]
vp9_mbloop_loopfilter_dspr2.c 32 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; local
60 sp2 = sp3 + pitch;
61 sp1 = sp2 + pitch;
70 "lw %[p2], (%[sp2]) \n\t"
80 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
118 "sw %[p2], (%[sp2]) \n\t"
128 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
148 "sb %[p2_r], (%[sp2]) \n\t
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_mblpf_horiz_loopfilter_dspr2.c 32 uint8_t *sp7, *sp6, *sp5, *sp4, *sp3, *sp2, *sp1, *sp0; local
69 sp2 = sp3 + pitch;
70 sp1 = sp2 + pitch;
87 "lw %[p2], (%[sp2]) \n\t"
93 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
162 "sw %[p2], (%[sp2]) \n\t"
170 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0)
203 "sw %[p2], (%[sp2]) \n\t
    [all...]
vp9_mbloop_loopfilter_dspr2.c 32 uint8_t *sp3, *sp2, *sp1, *sp0, *sq0, *sq1, *sq2, *sq3; local
60 sp2 = sp3 + pitch;
61 sp1 = sp2 + pitch;
70 "lw %[p2], (%[sp2]) \n\t"
80 : [sp3] "r" (sp3), [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
118 "sw %[p2], (%[sp2]) \n\t"
128 [sp2] "r" (sp2), [sp1] "r" (sp1), [sp0] "r" (sp0),
148 "sb %[p2_r], (%[sp2]) \n\t
    [all...]
  /external/ipsec-tools/src/libipsec/
test-policy.c 228 char *sp1, *sp2; local
239 sp2 = ipsec_set_policy(pol2, strlen(pol2));
240 splen2 = ipsec_get_policylen(sp2);
262 255, sp2, splen2, 0) < 0)
281 255, sp2, splen2, 0) < 0)
303 255, 0, 10, sp2, splen2, 0) < 0)
311 255, sp2, splen2, 0) == 0) {
  /external/chromium_org/net/tools/balsa/
string_piece_utils.h 30 const base::StringPiece& sp2) const {
32 size_t len2 = sp2.length();
35 int rv = _memicmp(sp1.data(), sp2.data(), len);
balsa_headers_test.cc 62 StringPiece sp2 = buffer_->Write(StringPiece(", world"), &index2); local
66 ASSERT_EQ(", world", sp2);
80 StringPiece sp2 = buffer_->Write(bs, &index2); local
85 ASSERT_EQ(bs, sp2);
91 ASSERT_EQ(sp2, StringPiece(buffer_->GetPtr(2), buffer_->bytes_used(2)));
112 StringPiece sp2 = buffer_->Write(StringPiece(", world"), &index2); local
116 ASSERT_EQ(", world", sp2);
120 ASSERT_EQ(sp2, StringPiece(buffer_->GetPtr(0), buffer_->bytes_used(0)));
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 112 SignalProcessingImpl* sp2 = new SignalProcessingImpl(); local
113 ASSERT_TRUE(sp2 != NULL);
114 ASSERT_TRUE(sp2->init(SignalProcessingImpl::MAIN_PROCESSING_SCRIPT));
134 ASSERT_TRUE(sp2->run( functionName,
138 delete sp2;
  /external/bison/src/
tables.c 388 base_number *sp2; local
402 tos[s] = sp2 = xnmalloc (count, sizeof *sp2);
411 *sp2++ = actrow[i];
491 base_number *sp2; local
509 tos[symno] = sp2 = xnmalloc (count, sizeof *sp2);
516 *sp2++ = to_state[i];
  /external/libselinux/src/
label_android_property.c 34 const struct spec *sp1 = A, *sp2 = B; local
38 if (strncmp(sp2->property_key,"*",1) == 0)
42 size_t L2 = strlen(sp2->property_key);
android.c 191 const struct seapp_context *const *sp2 = (const struct seapp_context *const *) B; local
192 const struct seapp_context *s1 = *sp1, *s2 = *sp2;
    [all...]
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 243 struct SP2
249 SP2 sp2; local
250 bool b = sp2.V();
  /external/chromium_org/third_party/re2/re2/testing/
regexp_benchmark.cc 1032 StringPiece sp1, sp2, sp3; local
1041 StringPiece sp1, sp2, sp3; local
1099 StringPiece sp1, sp2, sp3; local
1108 StringPiece sp1, sp2, sp3; local
1249 StringPiece sp1, sp2; local
1259 StringPiece sp1, sp2; local
    [all...]
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaBench.cs 298 TimeSpan sp2 = DateTime.UtcNow - progressInfo.Time;
299 UInt64 encodeTime = (UInt64)sp2.Ticks;
  /external/chromium_org/third_party/icu/source/test/intltest/
bytestrietest.cpp 639 StringPiece sp2=builder_->buildStringPiece(buildOption, errorCode); local
640 if(sp.data()==sp2.data()) {
652 return new BytesTrie(sp2.data());
  /external/icu/icu4c/source/test/intltest/
bytestrietest.cpp 639 StringPiece sp2=builder_->buildStringPiece(buildOption, errorCode); local
640 if(sp.data()==sp2.data()) {
652 return new BytesTrie(sp2.data());
  /external/opencv/cv/src/
cvcontourtree.cpp 77 double s, sp1, sp2, sn1, sn2, s_c, sp1_c, sp2_c, sn1_c, sn2_c, h, hp1, hp2, hn1, hn2, local
209 icvCalcTriAttr( contour, tp2, tp3, nmp3, tp1, nmp1, &sp2, &sp2_c, &hp2,
346 sp2 = sp1;
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 3958 struct symbol *sp2 = lemp->symbols[j]; local
    [all...]
spaceanal.tcl 172 set sp2 [string range { } $len end]
176 puts "$title$dots $value$sp2$extra"
  /external/chromium_org/v8/test/cctest/
test-macro-assembler-x64.cc 2306 Operand sp2 = Operand(rsp, 2 * kPointerSize); local
    [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 1916 milliseconds