Searched defs:s1 (Results 201 - 225 of 399) sorted by relevance

1234567891011>>

/external/icu4c/common/
H A Duidna.cpp74 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, argument
105 c1 = s1[i];
861 uidna_compare( const UChar *s1, int32_t length1, argument
877 b1Len = uidna_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
888 b1Len = uidna_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
H A Dustrcase.c649 u_strcmpFold(const UChar *s1, int32_t length1, argument
655 /* current-level start/limit - s1/s2 as current */
686 start1=s1;
690 limit1=s1+length1;
713 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
719 ++s1;
728 s1=stack1[level1].s;
779 if(s1!=limit1 && U16_IS_TRAIL(c=*s1)) {
948 u_strCaseCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
966 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) argument
974 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options) argument
982 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) argument
[all...]
/external/icu4c/test/intltest/
H A Dastrotst.cpp317 UnicodeString s1, s2, s3, s4, s5; local
320 errln("FAIL: (rise) " + df_d->format(cal->getTime(status),s1) +
325 logln(df_d->format(cal->getTime(status),s1) +
329 s1.remove(); s2.remove(); s3.remove(); s4.remove(); s5.remove();
331 errln("FAIL: (set) " + df_d->format(cal->getTime(status),s1) +
336 logln(df_d->format(cal->getTime(status),s1) +
341 logln(df_d->format(cal->getTime(status),s1) +
H A Didnaref.cpp71 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, argument
85 c1 = s1[i];
987 idnaref_compare( const UChar *s1, int32_t length1, argument
1003 b1Len = idnaref_IDNToASCII(s1, length1, b1, b1Capacity, options, &parseError, status);
1015 b1Len = idnaref_IDNToASCII(s1,length1,b1,b1Len, options, &parseError, status);
/external/mesa3d/src/pixelflinger2/
H A Dllvm_texture.cpp166 Value * s1 = pointSample(builder, textureData, index, format/*, &regDesc*/); local
167 // s1 = builder.CreateBitCast(s1, intVecType(builder));
183 Value * h0 = builder.CreateMul(builder.CreateSub(s1, s0), xLerpVec);
/external/opencv/cv/src/
H A Dcvapprox.cpp362 int s1 = prev_current->s; local
365 if( s1 > s2 || (s1 == s2 && prev_current->k <= current->k) )
/external/openssl/crypto/jpake/
H A Djpake.c62 void JPAKE_STEP1_init(JPAKE_STEP1 *s1) argument
64 JPAKE_STEP_PART_init(&s1->p1);
65 JPAKE_STEP_PART_init(&s1->p2);
68 void JPAKE_STEP1_release(JPAKE_STEP1 *s1) argument
70 JPAKE_STEP_PART_release(&s1->p2);
71 JPAKE_STEP_PART_release(&s1->p1);
/external/openssl/ssl/
H A Ds3_enc.c163 EVP_MD_CTX s1; local
173 EVP_MD_CTX_init(&s1);
187 EVP_DigestInit_ex(&s1,EVP_sha1(), NULL);
188 EVP_DigestUpdate(&s1,buf,k);
189 EVP_DigestUpdate(&s1,s->session->master_key,
191 EVP_DigestUpdate(&s1,s->s3->server_random,SSL3_RANDOM_SIZE);
192 EVP_DigestUpdate(&s1,s->s3->client_random,SSL3_RANDOM_SIZE);
193 EVP_DigestFinal_ex(&s1,smd,NULL);
211 EVP_MD_CTX_cleanup(&s1);
/external/sonivox/arm-fm-22k/host_src/
H A Deas_hostmm.c189 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) argument
191 return (EAS_I32) memcmp(s1, s2, (size_t) amount);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_hostmm.c189 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) argument
191 return (EAS_I32) memcmp(s1, s2, (size_t) amount);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c221 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) argument
227 return (EAS_I32) memcmp(s1, s2, (size_t) amount);
/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c218 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) argument
220 return (EAS_I32) memcmp(s1, s2, (size_t) amount);
/external/tremolo/Tremolo/
H A Dmdct.c107 REG_TYPE s1 = x[0] - x[1]; local
116 x[1] = s7 - s1;
118 x[3] = s7 + s1;
129 REG_TYPE s0, s1, s2, s3; local
132 s1 = x[10] - x[11]; x[10] += x[11];
135 x[ 0] = MULT31((s0 - s1) , cPI2_8);
137 x[ 2] = MULT31((s0 + s1) , cPI2_8);
144 s1 = x[ 7] - x[ 6]; x[15] = x[ 7] + x[ 6];
145 x[ 4] = s2; x[ 5] = s1;
156 REG_TYPE s0, s1, s local
201 REG_TYPE s0, s1, s2, s3; local
279 REG_TYPE s0, s1, s2, s3; local
331 REG_TYPE s1 = -x[1]; local
341 REG_TYPE t0,t1,v0,v1,s0,s1; local
367 REG_TYPE t0,t1,v0,v1,q0,q1,s0,s1; local
[all...]
/external/v8/test/cctest/
H A Dtest-strings.cc201 static void Traverse(Handle<String> s1, Handle<String> s2) { argument
203 buffer.Reset(*s1);
211 CHECK_EQ(s1->length(), i);
216 static void TraverseFirst(Handle<String> s1, Handle<String> s2, int chars) { argument
218 buffer.Reset(*s1);
226 s1->Get(s1->length() - 1);
/external/valgrind/main/VEX/priv/
H A Dmain_util.c245 Bool vex_streq ( const HChar* s1, const HChar* s2 ) argument
248 if (*s1 == 0 && *s2 == 0)
250 if (*s1 != *s2)
252 s1++;
/external/valgrind/tsan/
H A Dsuppressions.cc168 string s1 = line.substr(0, idx); local
170 PARSER_CHECK(!s1.empty(), "expected non-empty tool(s) name");
173 while ((idx2 = s1.find(',')) != string::npos) {
174 supp->tools.insert(s1.substr(0, idx2));
175 s1.erase(0, idx2 + 1);
177 supp->tools.insert(s1);
190 string s1 = line.substr(0, idx); local
192 if (s1 == "obj") {
196 } else if (s1 == "fun") {
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSString.h221 // This constructor constructs a new string by concatenating s1 & s2.
223 JSString(JSGlobalData* globalData, unsigned fiberCount, JSString* s1, JSString* s2) argument
225 , m_length(s1->length() + s2->length())
230 appendStringInConstruct(index, s1);
234 // This constructor constructs a new string by concatenating s1 & s2.
236 JSString(JSGlobalData* globalData, unsigned fiberCount, JSString* s1, const UString& u2) argument
238 , m_length(s1->length() + u2.length())
243 appendStringInConstruct(index, s1);
247 // This constructor constructs a new string by concatenating s1 & s2.
436 friend JSValue jsString(ExecState* exec, JSString* s1, JSStrin
[all...]
/external/webkit/Source/WebKit2/Platform/
H A DRegion.cpp279 SegmentIterator s1 = segments1; local
285 while (s1 != segments1End && s2 != segments2End) {
286 int test = *s1 - *s2;
290 x = *s1;
292 ++s1;
307 if (Operation::shouldAddRemainingSegmentsFromSpan1 && s1 != segments1End)
308 segments.appendRange(s1, segments1End);
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A Dmain.cpp53 static inline int strcasecmp(const char* s1, const char* s2) argument
55 return _stricmp(s1, s2);
/external/webkit/Tools/android/flex-2.5.4a/
H A Dmisc.c389 char *s1, *s2, *s3; local
399 s1 = do_infile ? infilename : outfilename;
403 while ( s2 < s3 && *s1 )
405 if ( *s1 == '\\' )
409 *s2++ = *s1++;
671 void out_str3( fmt, s1, s2, s3 )
672 const char fmt[], s1[], s2[], s3[];
674 printf( fmt, s1, s2, s3 );
676 out_line_count( s1 );
/external/wpa_supplicant/
H A Daes.c924 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
935 s1 = GETU32(pt + 4) ^ rk[1];
981 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
982 PUTU32(ct + 4, s1);
991 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1002 s1 = GETU32(ct + 4) ^ rk[1];
1048 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
1049 PUTU32(pt + 4, s1);
H A Dos_internal.c277 int os_memcmp(const void *s1, const void *s2, size_t n) argument
279 const unsigned char *p1 = s1, *p2 = s2;
319 int os_strcasecmp(const char *s1, const char *s2) argument
325 return os_strcmp(s1, s2);
329 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
335 return os_strncmp(s1, s2, n);
365 int os_strcmp(const char *s1, const char *s2) argument
367 while (*s1 == *s2) {
368 if (*s1 == '\0')
370 s1
378 os_strncmp(const char *s1, const char *s2, size_t n) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes.c933 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
944 s1 = GETU32(pt + 4) ^ rk[1];
990 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
991 PUTU32(ct + 4, s1);
1001 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1012 s1 = GETU32(ct + 4) ^ rk[1];
1058 s1 = TD41(t1) ^ TD42(t0) ^ TD43(t3) ^ TD44(t2) ^ rk[1];
1059 PUTU32(pt + 4, s1);
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dos_internal.c277 int os_memcmp(const void *s1, const void *s2, size_t n) argument
279 const unsigned char *p1 = s1, *p2 = s2;
319 int os_strcasecmp(const char *s1, const char *s2) argument
325 return os_strcmp(s1, s2);
329 int os_strncasecmp(const char *s1, const char *s2, size_t n) argument
335 return os_strncmp(s1, s2, n);
365 int os_strcmp(const char *s1, const char *s2) argument
367 while (*s1 == *s2) {
368 if (*s1 == '\0')
370 s1
378 os_strncmp(const char *s1, const char *s2, size_t n) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dhttpread.c116 static int word_eq(char *s1, char *s2) argument
123 c1 = *s1++;

Completed in 1004 milliseconds

1234567891011>>