Searched defs:s2 (Results 451 - 475 of 846) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c1349 GLuint s2 = S2_TEXCOORD_NONE; local
1393 s2 &= ~S2_TEXCOORD_FMT(i, S2_TEXCOORD_FMT0_MASK);
1394 s2 |= S2_TEXCOORD_FMT(i, SZ_TO_HW(sz));
1401 s2 &= ~S2_TEXCOORD_FMT(i, S2_TEXCOORD_FMT0_MASK);
1402 s2 |= S2_TEXCOORD_FMT(i, SZ_TO_HW(sz));
1411 s2 &= ~S2_TEXCOORD_FMT(i, S2_TEXCOORD_FMT0_MASK);
1412 s2 |= S2_TEXCOORD_FMT(i, SZ_TO_HW(wpos_size));
1419 if (s2 != i915->state.Ctx[I915_CTXREG_LIS2] ||
1439 i915->state.Ctx[I915_CTXREG_LIS2] = s2;
/external/chromium_org/third_party/skia/gm/
H A Ddegeneratesegments.cpp330 unsigned s2 = (rand.nextU() >> 16) % numSegments; local
336 pt = gSegmentFunctions[s2](path, pt);
374 canvas->drawText(gSegmentNames[s2],
375 strlen(gSegmentNames[s2]),
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_mips_dsp.cpp18 register uint32_t s0, s1, s2, s4, s5, s6; local
30 "lw %[s2], 0(%[src]) \n\t"
43 "precrq.ph.w %[t0], %[s1], %[s2] \n\t"
46 "ins %[s2], %[s1], 16, 16 \n\t"
47 "preceu.ph.qbra %[t0], %[s2] \n\t"
50 "shrl.ph %[t5], %[s2], 10 \n\t"
52 "shra.ph %[t0], %[s2], 10 \n\t"
81 "sll %[s2], %[s0], 0xb \n\t"
82 "or %[s1], %[s2], %[t0] \n\t"
89 [s1]"=&r"(s1), [s2]"
122 register int32_t t7, t8, t9, s0, s1, s2, s3; local
379 register int32_t s0, s1, s2, s3; local
662 register uint32_t s0, s1, s2, s3; local
814 register uint32_t s0, s1, s2, s3; local
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkPatchUtils.cpp278 SkPoint s2 = SkPoint::Make( local
287 data->fPoints[dataIndex] = s0 + s1 - s2;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dfft.c281 REAL s1, s2, s3, sd, bb, bj, bk, bjm, bjp, bkm, bkp; local
299 k3 = c2 = c3 = s2 = s3 = 0.0;
529 Re [k2] = ajp * c2 - bjp * s2;
532 Im [k2] = ajp * s2 + bjp * c2;
543 /* values of c2, c3, s2, s3 that will get used next time */
545 s2 = 2.0 * c1 * s1;
546 c3 = c2 * c1 - s2 * s1;
547 s3 = c2 * s1 + s2 * c1;
594 s2 = 2.0 * c72 * s72;
615 aj = akm * s72 + ajm * s2;
[all...]
/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp52 S2 s2; local
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp100 S2<i> s2; local
/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c157 void strcpy(char *s1, char *s2) { argument
158 while (*s1++ = *s2++);
161 void strcat(char *s1, char *s2) { argument
164 while (*s1++ = *s2++);
167 int strcmp(char *s1, char *s2) { argument
168 while (*s1++ == *s2++);
170 if (*s2 == 0) {
176 if (*s2 == 0) {
179 return (*(--s1) - *(--s2));
H A Darm-arguments.c18 struct s2 { short f0; }; struct
19 struct s2 f2(void) {}
207 float32x4_t f35(int i, s35_with_align s1, s35_with_align s2) { argument
209 *(float32x4_t *)&s2);
H A Dxcore-stringtype.c123 void structureType2(struct S2 s2){} argument
/external/clang/test/CodeGenCXX/
H A Dx86_64-arguments.cpp51 struct s2 { struct in namespace:PR7742
55 struct c2 : public s2 {};
/external/clang/test/SemaCXX/
H A DMicrosoftCompatibility.cpp136 S s2; local
H A Darray-bounds.cpp40 } s2; local
41 s2.a[3] = 0; // no warning for 0-sized array
/external/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp47 F<S> s2; // expected-note{{in instantiation of default function argument expression for 'F<S>' required here}} local
/external/dnsmasq/src/
H A Dutil.c252 int sockaddr_isequal(union mysockaddr *s1, union mysockaddr *s2) argument
254 if (s1->sa.sa_family == s2->sa.sa_family)
257 s1->in.sin_port == s2->in.sin_port &&
258 s1->in.sin_addr.s_addr == s2->in.sin_addr.s_addr)
262 s1->in6.sin6_port == s2->in6.sin6_port &&
263 IN6_ARE_ADDR_EQUAL(&s1->in6.sin6_addr, &s2->in6.sin6_addr))
/external/fdlibm/
H A De_pow.c209 double ss,s2,s_h,s_l,t_h,t_l; local
235 s2 = ss*ss;
236 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
238 s2
[all...]
/external/icu/icu4c/source/common/
H A Duidna.cpp75 const UChar* s2, int32_t s2Len){
106 c2 = s2[i];
862 const UChar *s2, int32_t length2,
892 b2Len = uidna_IDNToASCII(s2,length2, b2,b2Capacity, options, &parseError, status);
903 b2Len = uidna_IDNToASCII(s2, length2, b2, b2Len, options, &parseError, status);
74 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len) argument
861 uidna_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) argument
H A Dustrcase.cpp471 const UChar *s2, int32_t length2,
476 /* current-level start/limit - s1/s2 as current */
514 start2=s2;
518 limit2=s2+length2;
557 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
563 ++s2;
572 s2=stack2[level2].s; /*Not uninitialized*/
616 if(s2!=limit2 && U16_IS_TRAIL(c=*s2)) {
470 u_strcmpFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
769 u_strCaseCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
787 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) argument
795 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options) argument
803 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp335 UnicodeString s2; local
336 s2 = pat.toPattern(s2);
337 logln((UnicodeString)"Extracted pattern is " + s2);
338 if(s2 != p1) {
H A Didnaref.cpp72 const UChar* s2, int32_t s2Len){
86 c2 = s2[i];
990 const UChar *s2, int32_t length2,
1021 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Capacity,options, &parseError, status);
1033 b2Len = idnaref_IDNToASCII(s2,length2,b2,b2Len,options, &parseError, status);
71 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len) argument
989 idnaref_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) argument
H A Dincaltst.cpp635 UErrorCode s2 = U_ZERO_ERROR; local
639 aDate = fmt->parse(samplestr, s2);
642 CHECK(s2, "parsing the 1.1.9 string");
648 cal2->setTime(aDate, s2);
649 int32_t gotYear = cal2->get(UCAL_YEAR, s2);
650 int32_t gotEra = cal2->get(UCAL_ERA, s2);
675 UErrorCode s2 = U_ZERO_ERROR; local
679 aDate = fmt->parse(samplestr, s2);
682 CHECK(s2, "parsing the 1 string");
688 cal2->setTime(aDate, s2);
[all...]
/external/libedit/src/
H A Dfilecomplete.c344 const char *s2 = ((const char * const *)i2)[0]; local
346 return strcasecmp(s1, s2);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.c252 const char *s1 = (*c1)->name, *s2 = (*c2)->name; local
255 return l1 != l2 ? l1 - l2 : strcmp(s1, s2);
/external/llvm/unittests/ADT/
H A DHashingTest.cpp351 const size_t s1 = 1024, s2 = 8888, s3 = 9000000; local
353 const size_t arr2[] = { s1, s2, s3 };
355 hash_combine(s1, s2, s3));
356 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(s1, s2, d3));
357 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(s1, d2, s3));
358 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(d1, s2, s3));
359 EXPECT_EQ(hash_combine(s1, s2, s3), hash_combine(d1, d2, s3));
360 EXPECT_EQ(hash_combine(s1, s2, s
[all...]
/external/lzma/CPP/Windows/
H A DFileDir.cpp148 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) argument
150 if (!GetLongPathBase(s1, d1) || !GetLongPathBase(s2, d2))
154 if (d2.IsEmpty()) d2 = s2;

Completed in 2475 milliseconds

<<11121314151617181920>>