Searched defs:s2 (Results 351 - 375 of 846) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_mbloop_loopfilter_dspr2.c330 uint8_t *s1, *s2, *s3, *s4; local
358 s2 = s + pitch;
359 s3 = s2 + pitch;
365 "lw %[p1], -4(%[s2]) \n\t"
369 "lw %[q2], (%[s2]) \n\t"
375 : [s1] "r" (s1), [s2] "r" (s2), [s3] "r" (s3), [s4] "r" (s4)
578 "sb %[p2_l], -3(%[s2]) \n\t"
579 "sb %[p1_l], -2(%[s2]) \n\t"
580 "sb %[p0_l], -1(%[s2]) \
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tile_image.c93 const uint32_t *s2 = s1 + src_stride; local
94 const uint32_t *s3 = s2 + src_stride;
98 dst[8] = s2[0]; dst[9] = s2[1]; dst[12] = s2[2]; dst[13] = s2[3];
113 const uint16_t *s2 = s1 + src_stride; local
114 const uint16_t *s3 = s2 + src_stride;
118 dst[8] = s2[0]; dst[9] = s2[
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dimports.c530 char *s2 = (char *) malloc(l + 1); local
531 if (s2)
532 strcpy(s2, s);
533 return s2;
/external/chromium_org/third_party/smhasher/src/
H A DSpooky.h134 uint64 &s0, uint64 &s1, uint64 &s2, uint64 &s3,
138 s0 += data[0]; s2 ^= s10; s11 ^= s0; s0 = Rot64(s0,11); s11 += s1;
139 s1 += data[1]; s3 ^= s11; s0 ^= s1; s1 = Rot64(s1,32); s0 += s2;
140 s2 += data[2]; s4 ^= s0; s1 ^= s2; s2 = Rot64(s2,43); s1 += s3;
141 s3 += data[3]; s5 ^= s1; s2 ^= s3; s3 = Rot64(s3,31); s2 += s4;
142 s4 += data[4]; s6 ^= s2; s
132 Mix( const uint64 *data, uint64 &s0, uint64 &s1, uint64 &s2, uint64 &s3, uint64 &s4, uint64 &s5, uint64 &s6, uint64 &s7, uint64 &s8, uint64 &s9, uint64 &s10,uint64 &s11) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dnm-pdb.c77 const SYM *s2 = (const SYM *)_s2; local
79 if (s1->addr < s2->addr)
81 if (s1->addr > s2->addr)
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dnm-pdb.c77 const SYM *s2 = (const SYM *)_s2; local
79 if (s1->addr < s2->addr)
81 if (s1->addr > s2->addr)
/external/chromium_org/third_party/webrtc/base/
H A Dstringutils.h78 inline int strcmp(const wchar_t* s1, const wchar_t* s2) { argument
79 return wcscmp(s1, s2);
81 inline int stricmp(const wchar_t* s1, const wchar_t* s2) { argument
82 return _wcsicmp(s1, s2);
84 inline int strncmp(const wchar_t* s1, const wchar_t* s2, size_t n) { argument
85 return wcsncmp(s1, s2, n);
87 inline int strnicmp(const wchar_t* s1, const wchar_t* s2, size_t n) { argument
88 return _wcsnicmp(s1, s2, n);
112 inline int _stricmp(const char* s1, const char* s2) { argument
113 return strcasecmp(s1, s2);
115 _strnicmp(const char* s1, const char* s2, size_t n) argument
235 asccmp(const char* s1, const char* s2) argument
238 ascicmp(const char* s1, const char* s2) argument
241 ascncmp(const char* s1, const char* s2, size_t n) argument
244 ascnicmp(const char* s1, const char* s2, size_t n) argument
259 asccmp(const wchar_t* s1, const char* s2) argument
262 ascicmp(const wchar_t* s1, const char* s2) argument
265 ascncmp(const wchar_t* s1, const char* s2, size_t n) argument
268 ascnicmp(const wchar_t* s1, const char* s2, size_t n) argument
[all...]
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector-unittest.cc276 Stream s2 = m2.Build(kAllInstructions); local
278 ASSERT_EQ(s1.size(), s2.size());
281 const Instruction* i2 = s2[i];
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler.cc226 unibrow::uchar s2[1] = { c2 }; local
227 canonicalize->get(c2, '\0', s2);
228 if (s1[0] != s2[0]) {
/external/chromium_org/v8/test/cctest/
H A Dtest-log.cc119 static const char* StrNStr(const char* s1, const char* s2, int n) { argument
120 if (s1[n] == '\0') return strstr(s1, s2);
124 char* found = strstr(str.start(), s2);
/external/clang/test/Analysis/
H A Darray-struct-region.c282 ShortString s2 = s; local
283 ShortString s3 = s2;
299 ShortString s2 = s; local
301 ShortStringWrapper w = { s2, 0 };
H A Darray-struct.c68 struct s2;
70 void g2(struct s2 *p);
74 struct s2 *p = __builtin_alloca(10);
111 struct s2 { struct in struct:s1
H A Dreference.cpp90 S2 s2 = { a }; local
93 if (s2.x != a) return;
97 clang_analyzer_eval(s2.x[0] == 42); // expected-warning{{TRUE}}
H A Dstack-addr-ps.cpp12 int &s2 = s1; // expected-note {{binding reference variable 's2' here}} local
13 return s2; // expected-warning{{Address of stack memory associated with local variable 's1' returned}} expected-warning {{reference to stack memory associated with local variable 's1' returned}}
18 int &s2 = s1; // expected-note {{binding reference variable 's2' here}} local
19 int &s3 = s2; // expected-note {{binding reference variable 's3' here}}
72 S &s2 = s1; // expected-note {{binding reference variable 's2' here}} local
73 int &x = s2.x; // expected-note {{binding reference variable 'x' here}}
/external/clang/test/CXX/class/class.union/
H A Dp1.cpp80 struct s2 : VirtualBase { // expected-note {{because the function selected to copy base class of type 'VirtualBase' is not trivial}} struct in union:U3
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp27 struct s2 { struct
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp3-0x.cpp46 S s2 = { 1, 2, 3 }; member in namespace:bullet4_example1
65 S s2 { 1.0, 2, 3 }; // expected-error {{type 'double' cannot be narrowed to 'int' in initializer list}} expected-note {{silence}}
/external/clang/test/CodeGen/
H A Dconst-init.c21 union s2 { union
27 int g0 = (int)(&(((union s2 *) 0)->f0.f0) - 0);
H A Dms_struct-bitfield.c29 int s2 = sizeof(t2); variable
30 // CHECK: @s2 = global i32 2
31 // CHECK-ARM: @s2 = global i32 2
/external/clang/test/CodeGenCXX/
H A Dtemplate-instantiation.cpp198 void test(S<1> s1, S<2> s2, S<3> s3) { argument
199 g1(s1); g1(s2); g1(s3);
200 g2(s1); g2(s2); g2(s3);
201 h1(s1); h1(s2); h1(s3);
202 h2(s1); h2(s2); h2(s3);
/external/clang/test/OpenMP/
H A Dfor_reduction_messages.cpp18 S2(S2 &s2) : a(s2.a) {} argument
H A Dparallel_for_reduction_messages.cpp18 S2(S2 &s2) : a(s2.a) {} argument
H A Dparallel_reduction_messages.cpp18 S2(S2 &s2) : a(s2.a) {} argument
H A Dparallel_sections_reduction_messages.cpp18 S2(S2 &s2) : a(s2.a) {} argument
H A Dsections_reduction_messages.cpp18 S2(S2 &s2) : a(s2.a) {} argument

Completed in 4336 milliseconds

<<11121314151617181920>>