Searched defs:s2 (Results 501 - 525 of 846) sorted by relevance

<<21222324252627282930>>

/external/bzip2/
H A Dblocksort.c356 UInt16 s1, s2; local
414 s1 = quadrant[i1]; s2 = quadrant[i2];
415 if (s1 != s2) return (s1 > s2);
420 s1 = quadrant[i1]; s2 = quadrant[i2];
421 if (s1 != s2) return (s1 > s2);
426 s1 = quadrant[i1]; s2 = quadrant[i2];
427 if (s1 != s2) return (s1 > s2);
[all...]
/external/ceres-solver/include/ceres/
H A Drotation.h455 const T s2 = sin(roll); local
460 R(0, 1) = -s1*c3 + c1*s2*s3;
461 R(0, 2) = s1*s3 + c1*s2*c3;
464 R(1, 1) = c1*c3 + s1*s2*s3;
465 R(1, 2) = -c1*s3 + s1*s2*c3;
467 R(2, 0) = -s2;
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_sub_menu_model.cc75 const browser_sync::SyncedSession* s2) {
76 return s1->modified_time > s2->modified_time;
74 SortSessionsByRecency(const browser_sync::SyncedSession* s1, const browser_sync::SyncedSession* s2) argument
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc382 const std::string& s2) {
385 ReplaceFirstSubstringAfterOffset(&ret_val, 0, "*", s2);
380 FormatErrorMessage(const std::string& format, const std::string& s1, const std::string& s2) argument
/external/chromium_org/crypto/
H A Dp224.cc432 FieldElement z1z1, z2z2, u1, u2, s1, s2, h, i, j, r, v; local
454 Mul(&s2, a.z, z1z1);
455 Mul(&s2, b.y, s2);
472 Subtract(&r, s2, s1);
/external/chromium_org/extensions/browser/
H A Dextension_function.cc271 const std::string& s2) {
273 this, ErrorUtils::FormatErrorMessage(format, s1, s2)));
279 const std::string& s2,
282 this, ErrorUtils::FormatErrorMessage(format, s1, s2, s3)));
268 Error( const std::string& format, const std::string& s1, const std::string& s2) argument
276 Error( const std::string& format, const std::string& s1, const std::string& s2, const std::string& s3) argument
/external/chromium_org/testing/gtest/test/
H A Dgtest-printers_test.cc1529 char* s2 = const_cast<char*>(s1); local
1531 UniversalTersePrint(s2, &ss2);
1559 char* s2 = const_cast<char*>(s1); local
1561 UniversalPrint(s2, &ss2);
1562 EXPECT_EQ(PrintPointer(s2) + " pointing to \"abc\"", string(ss2.str()));
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_vec.c773 uint64_t r0, r1, r2, s1, s2; local
792 s2 = r2 * (5 << 2);
806 d[0] = add128(add128(mul64x64_128(h0, r0), mul64x64_128(h1, s2)),
809 mul64x64_128(h2, s2));
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DStringTools.c133 static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals); /*proto*/
138 static CYTHON_INLINE int __Pyx_PyUnicode_Equals(PyObject* s1, PyObject* s2, int equals) { argument
140 return PyObject_RichCompareBool(s1, s2, equals);
146 if (s1 == s2) {
151 s2_is_unicode = PyUnicode_CheckExact(s2);
153 if ((s1_is_unicode & (!s2_is_unicode)) && PyString_CheckExact(s2)) {
154 owned_ref = PyUnicode_FromObject(s2);
157 s2 = owned_ref;
166 return __Pyx_PyBytes_Equals(s1, s2, equals);
174 if (unlikely(PyUnicode_READY(s1) < 0) || unlikely(PyUnicode_READY(s2) <
233 __Pyx_PyBytes_Equals(PyObject* s1, PyObject* s2, int equals) argument
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c905 FT_MemSource s2 = *(FT_MemSource*)p2; local
908 if ( s2->max_size > s1->max_size )
910 else if ( s2->max_size < s1->max_size )
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiapts.c331 UChar s2[] = {0x41, 0x42, 0x43, 0x44, 0x45, 0}; local
345 ut = utext_openUChars(ut, s2, -1, &status);
H A Didnatest.c52 const UChar *s2, int32_t s2Len,
519 const UChar* s2, int32_t s2Len,
524 int32_t retVal = func(s1,-1,s2,-1,UIDNA_DEFAULT,&status);
534 retVal = func(s1,-1,s2,-1,UIDNA_ALLOW_UNASSIGNED,&status);
544 retVal = func(s1,s1Len,s2,s2Len,UIDNA_DEFAULT,&status);
554 retVal = func(s1,s1Len,s2,s2Len,UIDNA_ALLOW_UNASSIGNED,&status);
518 testCompareWithSrc(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditspoof.cpp156 UnicodeString s2 = UnicodeString("\\u0441\\u0445\\u0455").unescape(); // Cyrillic "cxs" local
157 int32_t checkResults = uspoof_areConfusableUnicodeString(sc, s1, s2, &status);
277 UnicodeString s2("A long string that wi11 overflow stack buffers. A long string that will overflow stack buffers. "
279 TEST_ASSERT_EQ(USPOOF_SINGLE_SCRIPT_CONFUSABLE, uspoof_areConfusableUnicodeString(sc, s1, s2, &status));
293 UnicodeString s2 = UnicodeString("abcd\\u0301\\u0302\\u0301ef").unescape(); local
294 TEST_ASSERT_EQ(USPOOF_INVISIBLE, uspoof_checkUnicodeString(sc, s2, &position, &status));
593 ScriptSet s2; local
596 TEST_ASSERT(s1 == s2);
599 TEST_ASSERT(!(s1 == s2));
605 TEST_ASSERT(s1 == s2);
[all...]
H A Dregcoll.cpp499 static const UChar s2[] = {0x41, 0x0302, 0x0300, 0x0301, 0}; local
504 if (c->compare(s1,s2) == 0)
576 static const UChar s2[] = {0x41, 0x0327, 0x0316, 0x0315, 0x0300, 0}; local
587 if (c->compare(s1,s2) != 0)
/external/chromium_org/third_party/icu/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp186 static int32_t strcmpAfterPrefix(const char *s1, const char *s2, int32_t &prefixLength) { argument
189 s2+=pl;
193 int32_t c2=(uint8_t)*s2++;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Dmbloopfilter_neon.c301 unsigned char *s1, *s2; local
315 s2 = s1 + 8 * pitch;
318 d7 = vld1_u8(s2);
319 s2 += pitch;
322 d9 = vld1_u8(s2);
323 s2 += pitch;
326 d11 = vld1_u8(s2);
327 s2 += pitch;
330 d13 = vld1_u8(s2);
331 s2
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
946 s2 = x2 * cospi_5_64 + x3 * cospi_27_64;
963 x2 = dct_const_round_shift(s2 + s10);
971 x10 = dct_const_round_shift(s2 - s10);
981 s2 = x2;
998 x2 = s2 + s6;
1002 x6 = s2 - s6;
1016 s2 = x2;
1031 x0 = s0 + s2;
1033 x2 = s0 - s2;
[all...]
H A Dvp9_mblpf_vert_loopfilter_dspr2.c30 uint8_t *s1, *s2, *s3, *s4; local
62 s2 = s + pitch;
63 s3 = s2 + pitch;
69 "lw %[p1], -4(%[s2]) \n\t"
73 "lw %[p5], -8(%[s2]) \n\t"
80 : [s1] "r" (s1), [s2] "r" (s2), [s3] "r" (s3), [s4] "r" (s4)
85 "lw %[q2], (%[s2]) \n\t"
89 "lw %[q6], +4(%[s2]) \n\t"
96 : [s1] "r" (s1), [s2] "
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c128 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
142 s2 = sinpi_2_9 * x1;
149 x0 = s0 + s2 + s5;
156 s2 = x2 - x3;
162 output[2] = fdct_round_shift(s2);
207 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
214 s2 = input[2] + input[5];
223 x1 = s1 + s2;
224 x2 = s1 - s2;
276 tran_high_t s0, s1, s2, s local
414 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
532 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
725 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
839 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7, s8; local
[all...]
/external/chromium_org/third_party/libyuv/util/
H A Dssim.cc202 const int s2 = rec[0]; local
205 ym += Wxy * s2;
207 xym += Wxy * s1 * s2;
208 yym += Wxy * s2 * s2;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_inlines.h216 pipe_surface_equal(struct pipe_surface *s1, struct pipe_surface *s2) argument
218 return s1->texture == s2->texture &&
219 s1->format == s2->format &&
221 (s1->u.buf.first_element == s2->u.buf.first_element &&
222 s1->u.buf.last_element == s2->u.buf.last_element)) &&
224 (s1->u.tex.level == s2->u.tex.level &&
225 s1->u.tex.first_layer == s2->u.tex.first_layer &&
226 s1->u.tex.last_layer == s2->u.tex.last_layer));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c508 GLint s2,
517 tokens[2] = s2;
530 GLfloat s2,
541 values[2].f = s2;
505 search_or_add_param5(struct brw_wm_compile *c, GLint s0, GLint s1, GLint s2, GLint s3, GLint s4) argument
527 search_or_add_const4f( struct brw_wm_compile *c, GLfloat s0, GLfloat s1, GLfloat s2, GLfloat s3) argument
/external/chromium_org/third_party/skia/tests/
H A DMatrixTest.cpp433 SkScalar s2 = rotation2.fY; local
437 scaleX*c1*c2 - scaleY*s1*s2) &&
439 -scaleX*s1*c2 - scaleY*c1*s2) &&
441 scaleX*c1*s2 + scaleY*s1*c2) &&
443 -scaleX*s1*s2 + scaleY*c1*c2);
/external/chromium_org/v8/src/
H A Dscanner.cc1330 byte* s2 = reinterpret_cast<byte*>(second); local
1335 if (c1 != *s2) return false;
1338 s2++;
1341 return memcmp(s1, s2, length) == 0;
/external/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp25 ExternalSemaSource &s2){
27 Sources.push_back(&s2);
24 MultiplexExternalSemaSource(ExternalSemaSource &s1, ExternalSemaSource &s2) argument

Completed in 706 milliseconds

<<21222324252627282930>>