Searched defs:s2 (Results 326 - 350 of 846) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
89 s2 = GETU32(ct + 8) ^ rk[2];
144 s2 = TD41(t2) ^ TD42(t1) ^ TD43(t0) ^ TD44(t3) ^ rk[2];
145 PUTU32(pt + 8, s2);
/external/aac/libSBRenc/src/
H A Dresampler.cpp376 int s1,s2; local
379 s2 = s1 ^ 1;
394 state2 = states[0][s2];
403 state2b = states[i+1][s2];
409 states[i+1][s2] = y<<1;
411 states[i][s2] = input<<1;
438 state2 = states[i][s2];
448 states[i][s2] = (FIXP_BQS)(LONG)((state0 + (FIXP_DBL)(1<<(DFRACT_BITS-FRACT_BITS-2))) >> (DFRACT_BITS-FRACT_BITS-1));
450 states[i][s2] = state0<<1;
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXNodeSet.java509 XMLString s2 = getStringFromNode(node2);
511 if (comparator.compareStrings(s1, s2))
521 node2Strings.addElement(s2);
585 XMLString s2 = obj2.xstr();
593 if (comparator.compareStrings(s1, s2))
611 XMLString s2 = obj2.xstr();
618 if (comparator.compareStrings(s1, s2))
739 * @param s2 Second String to compare
743 abstract boolean compareStrings(XMLString s1, XMLString s2); argument
768 * @param s2 Secon
772 compareStrings(XMLString s1, XMLString s2) argument
808 compareStrings(XMLString s1, XMLString s2) argument
844 compareStrings(XMLString s1, XMLString s2) argument
880 compareStrings(XMLString s1, XMLString s2) argument
916 compareStrings(XMLString s1, XMLString s2) argument
951 compareStrings(XMLString s1, XMLString s2) argument
[all...]
/external/arduino/hardware/arduino/cores/arduino/
H A DWString.cpp110 int String::compareTo( const String &s2 ) const
112 return strcmp( _buffer, s2._buffer );
115 const String & String::concat( const String &s2 )
117 return (*this) += s2;
213 boolean String::endsWith( const String &s2 ) const
215 if ( _length < s2._length )
218 return strcmp( &_buffer[ _length - s2._length], s2._buffer ) == 0;
221 boolean String::equals( const String &s2 ) const
223 return ( _length == s2
285 indexOf( const String &s2, unsigned int fromIndex ) const argument
324 lastIndexOf( const String &s2, unsigned int fromIndex ) const argument
349 startsWith( const String &s2, unsigned int offset ) const argument
[all...]
/external/bison/src/
H A Dstate.c310 state_compare (state const *s1, state const *s2) argument
314 if (s1->nitems != s2->nitems)
318 if (s1->items[i] != s2->items[i])
325 state_comparator (void const *s1, void const *s2) argument
327 return state_compare (s1, s2);
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dforeign_session_handler.cc49 bool SortSessionsByRecency(const SyncedSession* s1, const SyncedSession* s2) { argument
50 return s1->modified_time > s2->modified_time;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DObjectPainter.cpp259 EBorderStyle s2; local
262 s2 = OUTSET;
265 s2 = INSET;
276 side, color, s2, adjacentWidth1 / 2, adjacentWidth2 / 2, antialias);
282 side, color, s2, adjacentWidth1 / 2, adjacentWidth2 / 2, antialias);
286 side, color, s2, adjacent1BigHalf, adjacent2BigHalf, antialias);
292 side, color, s2, adjacent1BigHalf, adjacent2BigHalf, antialias);
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DFFTFrame.cpp114 double s2 = s2base; local
123 s2 = 1.0 - s1;
125 s2 = pow(s2, 0.75);
126 s1 = 1.0 - s2;
130 double magdb = s1 * mag1db + s2 * mag2db;
156 deltaPhaseBlend = s1 * deltaPhase1 + s2 * (twoPiDouble + deltaPhase2);
158 deltaPhaseBlend = s1 * (twoPiDouble + deltaPhase1) + s2 * deltaPhase2;
160 deltaPhaseBlend = s1 * deltaPhase1 + s2 * deltaPhase2;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextEncodingRegistry.cpp53 static bool equal(const char* s1, const char* s2) argument
62 c2 = toASCIILower(*s2++);
67 c2 = *s2++;
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305.c64 uint32_t s1, s2, s3, s4; member in struct:poly1305_state_st
104 mul32x32_64(state->h2, state->s3) + mul32x32_64(state->h3, state->s2) +
108 mul32x32_64(state->h4, state->s2);
195 state->s2 = state->r2 * 5;
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DImportExport.c346 {const char *desc, *s1, *s2; local
350 s1 = desc; s2 = sig;
351 while (*s1 != '\0' && *s1 == *s2) { s1++; s2++; }
352 if (*s1 != *s2) {
447 {const char *desc, *s1, *s2; local
451 s1 = desc; s2 = sig;
452 while (*s1 != '\0' && *s1 == *s2) { s1++; s2++; }
453 if (*s1 != *s2) {
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducmndata.c99 strcmpAfterPrefix(const char *s1, const char *s2, int32_t *pPrefixLength) { argument
103 s2+=pl;
106 int32_t c2=(uint8_t)*s2++;
H A Duinvchar.c541 uprv_compareInvEbcdicAsAscii(const char *s1, const char *s2) { argument
544 for(;; ++s1, ++s2) {
546 c2=(uint8_t)*s2;
552 c2=-(int32_t)(uint8_t)*s2;
H A Dunormcmp.cpp49 * strcmp[CodePointOrder](NFD(foldCase(s1)), NFD(foldCase(s2)))
64 * get one code unit c2 from s2 (-1 if end of source)
144 const UChar *s2, int32_t length2,
150 /* current-level start/limit - s1/s2 as current */
203 start2=s2;
207 limit2=s2+length2;
246 if(s2==limit2 || ((c2=*s2)==0 && (limit2==NULL || (options&_STRNCMP_STYLE)))) {
252 ++s2;
261 s2
143 unorm_cmpEquivFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
567 unorm_compare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dscriptset.cpp247 icu::ScriptSet *s2 = static_cast<icu::ScriptSet *>(key2.pointer); local
248 return (*s1 == *s2);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dspooftest.c482 char s2[200]; local
486 u_strToUTF8(s2, sizeof(s2), NULL, scMixed, -1, &status);
488 checkResults = uspoof_areConfusableUTF8(sc, s1, -1, s2, -1, &status);
493 u_strToUTF8(s2, sizeof(s2), NULL, scLatin, -1, &status);
495 checkResults = uspoof_areConfusableUTF8(sc, s1, -1, s2, -1, &status);
500 u_strToUTF8(s2, sizeof(s2), NULL, lll_Latin_b, -1, &status);
502 checkResults = uspoof_areConfusableUTF8(sc, s1, -1, s2,
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcanittst.cpp249 compareUnicodeStrings(const void *s1, const void *s2) { argument
251 UnicodeString **st2 = (UnicodeString **)s2;
H A Dnmfmtrt.cpp238 UnicodeString s, s2, temp; local
255 s2 = fmt->format(n.getDouble(), s2);
257 s2 = fmt->format(n.getLong(), s2);
260 logln(/*n.getString(temp) +*/ " F> " + escape(s2));
263 if (s != s2) {
264 errln("*** STRING ERROR \"" + escape(s) + "\" != \"" + escape(s2) + "\"");
294 escape(s2));
H A Dnormconf.cpp59 void NormalizerConformanceTest::compare(const UnicodeString& s1, const UnicodeString& s2){ argument
63 if(Normalizer::compare(s1,s2,U_FOLD_CASE_DEFAULT,status)!=0){
64 errln("Normalizer::compare() failed for s1: " + prettify(s1) + " s2: " +prettify(s2));
H A Dthcoll.cpp271 UnicodeString s1, s2; local
273 parseChars(s2, tests[i+2]);
275 doTest(&c, s1, s2, expect);
278 int32_t result = c.compare(s1, s2);
284 + " , " + IntlTest::prettify(s2, t2)
289 c.getCollationKey(s2, k2, status);
302 c.getCollationKey(s2, k2, status);
313 + ").compareTo(key(" + IntlTest::prettify(s2, t2)
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dphonenumber_offline_geocoder.cc40 // Returns true if s1 comes strictly before s2 in lexicographic order.
41 bool IsLowerThan(const char* s1, const char* s2) { argument
42 return strcmp(s1, s2) < 0;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dstringutil.cc218 string StrCat(const StringHolder& s1, const StringHolder& s2) { argument
220 result.reserve(s1.Length() + s2.Length() + 1);
223 result += s2;
228 string StrCat(const StringHolder& s1, const StringHolder& s2, argument
231 result.reserve(s1.Length() + s2.Length() + s3.Length() + 1);
234 result += s2;
240 string StrCat(const StringHolder& s1, const StringHolder& s2, argument
243 result.reserve(s1.Length() + s2.Length() + s3.Length() + s4.Length() + 1);
246 result += s2;
253 string StrCat(const StringHolder& s1, const StringHolder& s2, argument
268 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6) argument
284 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7) argument
302 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8) argument
321 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9) argument
343 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11) argument
368 StrCat(const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5, const StringHolder& s6, const StringHolder& s7, const StringHolder& s8, const StringHolder& s9, const StringHolder& s10, const StringHolder& s11, const StringHolder& s12) argument
403 StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2) argument
411 StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2, const StringHolder& s3) argument
421 StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4) argument
433 StrAppend(string* dest, const StringHolder& s1, const StringHolder& s2, const StringHolder& s3, const StringHolder& s4, const StringHolder& s5) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c323 int s0, s1, s2, s3, s4, s5, s6, s7; local
338 s2 = sinpi_3_9 * x1;
348 x3 = s2;
352 s2 = x2;
361 output[2] = dct_const_round_shift(s2);
H A Dvp9_itrans8_dspr2.c472 int s0, s1, s2, s3, s4, s5, s6, s7; local
493 s2 = cospi_10_64 * x2 + cospi_22_64 * x3;
502 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS);
506 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS);
512 s2 = x2;
519 x0 = s0 + s2;
521 x2 = s0 - s2;
529 s2 = cospi_16_64 * (x2 + x3);
534 x2 = ROUND_POWER_OF_TWO((s2), DCT_CONST_BITS);
H A Dvp9_loopfilter_filters_dspr2.c33 uint8_t *sm1, *s0, *s1, *s2, *s3, *s4, *s5, *s6; local
61 s2 = s - pitch;
69 "lw %[p2], (%[s2]) \n\t"
74 : [s1] "r" (s1), [s2] "r" (s2), [s3] "r" (s3), [s4] "r" (s4)
102 "sw %[p2], (%[s2]) \n\t"
108 [s1] "r" (s1), [s2] "r" (s2), [s3] "r" (s3), [s4] "r" (s4)
126 uint8_t *s1, *s2, *s3, *s4; local
151 s2
[all...]

Completed in 626 milliseconds

<<11121314151617181920>>