Searched defs:s1 (Results 251 - 275 of 399) sorted by relevance

<<111213141516

/external/icu4c/test/cintltst/
H A Didnatest.c51 (U_EXPORT2 *CompareFunc) (const UChar *s1, int32_t s1Len,
518 testCompareWithSrc(const UChar* s1, int32_t s1Len, argument
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);
/external/icu4c/test/intltest/
H A Drbbiapts.cpp311 const char *s1 = "\x68\x65\x6C\x6C\x6F\x20\x77\x6F\x72\x6C\x64"; /* "hello world" in UTF-8 */ local
316 LocalUTextPointer ut(utext_openUTF8(NULL, s1, -1, status));
H A Dregcoll.cpp498 static const UChar s1[] = {0x41, 0x0301, 0x0302, 0x0300, 0}; local
504 if (c->compare(s1,s2) == 0)
575 static const UChar s1[] = {0x41, 0x0300, 0x0316, 0x0327, 0x0315, 0}; local
587 if (c->compare(s1,s2) != 0)
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
H A Dsha2.c372 s1 = W256[(j+14)&0x0f]; \
373 s1 = sigma1_256(s1); \
375 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
381 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; local
439 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; local
483 s1 = W256[(j+14)&0x0f];
484 s1 = sigma1_256(s1);
488 (W256[j&0x0f] += s1
708 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; local
763 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; local
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_FelicaMap.c94 static int phFriNfc_Felica_MemCompare ( void *s1, void *s2, unsigned int n );
3029 static int phFriNfc_Felica_MemCompare ( void *s1, void *s2, unsigned int n ) argument
3032 int8_t *char_1 =(int8_t *)s1;
3034 if(NULL == s1 || NULL == s2)
H A DphFriNfc_MifULFormat.c186 static int MemCompare1 ( void *s1, void *s2, unsigned int n );
189 static int MemCompare1 ( void *s1, void *s2, unsigned int n ) argument
192 int8_t *char_1 =(int8_t *)s1;
194 if(NULL == s1 || NULL == s2)
/external/libpcap/
H A Dpcap.c467 pcap_strcasecmp(const char *s1, const char *s2) argument
470 *us1 = (const u_char *)s1,
/external/opencv/cv/src/
H A Dcvderiv.cpp509 dsttype s1 = (dsttype)(s[i-cn] - s0*2 + s[i+cn]); \
510 dst[i] = s0; dst[i+width] = s1; \
516 dsttype s1 = (dsttype)(s[i-cn] - s[i]*2 + s[i+cn]); \
517 dst[i] = s0; dst[i+width] = s1; \
523 dsttype s1 = (dsttype)(s[i-2*cn]-s[i]*2+s[i+2*cn]); \
524 dst[i] = s0; dst[i+width] = s1; \
529 dsttype s0 = ky[0]*load_macro(s[0]), s1 = kx[0]*load_macro(s[0]);\
533 s0 += ky[k]*t; s1 += kx[k]*t; \
535 dst[i] = s0; dst[i+width] = s1; \
581 int s1 local
593 int s1 = src0[i+1] - src1[i+1]*2 + src2[i+1] + local
602 int s1 = CV_DESCALE(src0[i+1] - src1[i+1]*2 + src2[i+1] + local
616 int s1 = src0[i+1] - src2[i+1]*2 + src4[i+1] + src0[i+width+1] + local
627 int s1 = CV_DESCALE(src0[i+1] - src2[i+1]*2 + src4[i+1] + local
639 int s1 = kx[0]*src[0][i+1] + ky[0]*src[0][i+width+1]; local
655 int s1 = kx[0]*src[0][i+1] + ky[0]*src[0][i+width+1]; local
723 float s1 = src0[i+1] - src1[i+1]*2 + src2[i+1] + src1[i+width+1]; local
735 float s1 = src0[i+1] - src1[i+1]*2 + src2[i+1] + local
744 float s1 = (src0[i+1] - src1[i+1]*2 + src2[i+1] + local
757 float s1 = (src0[i+1] - src2[i+1]*2 + src4[i+1] + local
768 float s1 = kx[0]*src[0][i+1] + ky[0]*src[0][i+width+1]; local
[all...]
H A Dcvsegmentation.cpp459 int s0 = 0, s1 = 0, s2 = 0, sx = 0, sy = 0; local
479 s0 += t0; s1 += t1; s2 += t2;
485 s0 += t0; s1 += t1; s2 += t2;
491 s0 += t0; s1 += t1; s2 += t2;
497 s0 += t0; s1 += t1; s2 += t2;
507 s0 += t0; s1 += t1; s2 += t2;
522 s1 = cvRound(s1*icount);
526 tab[s0 - c0 + 255] + tab[s1 - c1 + 255] +
530 c0 = s0; c1 = s1; c
[all...]
H A Dcvsmooth.cpp268 int s0 = sum[i] + sp[i], s1 = sum[i+1] + sp[i+1]; local
269 sum[i] = s0; sum[i+1] = s1;
282 int s0 = sum[i] + sp[i], s1 = sum[i+1] + sp[i+1]; local
283 int t0 = CV_DESCALE(s0*iscale, BLUR_SHIFT), t1 = CV_DESCALE(s1*iscale, BLUR_SHIFT);
284 s0 -= sm[i]; s1 -= sm[i+1];
285 sum[i] = s0; sum[i+1] = s1;
328 int s0 = sum[i] + sp[i], s1 = sum[i+1] + sp[i+1]; local
329 sum[i] = s0; sum[i+1] = s1;
342 int s0 = sum[i] + sp[i], s1 = sum[i+1] + sp[i+1]; local
343 dst[i] = (short)s0; dst[i+1] = (short)s1;
361 int s0 = sum[i] + sp[i], s1 = sum[i+1] + sp[i+1]; local
404 int s0 = sum[i] + sp[i], s1 = sum[i+1] + sp[i+1]; local
418 int s0 = sum[i] + sp[i], s1 = sum[i+1] + sp[i+1]; local
464 double s0 = sum[i] + sp[i], s1 = sum[i+1] + sp[i+1]; local
479 double s0 = sum[i] + sp[i], s1 = sum[i+1] + sp[i+1]; local
488 double s0 = sum[i] + sp[i], s1 = sum[i+1] + sp[i+1]; local
[all...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_string.c302 int SDL_memcmp(const void *s1, const void *s2, size_t len) argument
304 char *s1p = (char *)s1;
/external/quake/quake/src/QW/client/
H A Dcl_ents.c412 entity_state_t *s1, *s2; local
429 s1 = &pack->entities[pnum];
430 s2 = s1; // FIXME: no interpolation right now
433 if ((s1->effects & (EF_BLUE | EF_RED)) == (EF_BLUE | EF_RED))
434 CL_NewDlight (s1->number, s1->origin[0], s1->origin[1], s1->origin[2], 200 + (rand()&31), 0.1, 3);
435 else if (s1->effects & EF_BLUE)
436 CL_NewDlight (s1
[all...]
/external/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c198 const wchar_t* s1, size_t n1,
204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2);
214 const wchar_t* s1, size_t n1,
217 result = _WLocale_strcmp_aux(lcol, s1, n1, s2, n2);
197 _WLocale_strcmp_aux(_Locale_collate_t* lcol, const wchar_t* s1, size_t n1, const wchar_t* s2, size_t n2) argument
213 _WLocale_strcmp(_Locale_collate_t* lcol, const wchar_t* s1, size_t n1, const wchar_t* s2, size_t n2) argument
/external/svox/pico/lib/
H A Dpicoacph.c635 /* s1: nr sylls in word before the first primary stressed syll,
640 picoos_uint8 *s1,
651 *s1 = 0;
662 (*s1)++;
669 (*s1)++;
678 (*s2) = (*s1);
692 picoos_uint8 s1; local
695 if (!acphAccNrSyllParts(this, acph, ind, &s1, &s2)) {
723 if (!acphAccNrSyllParts(this, acph, i, &s1, &s2)) {
726 *footsyllsfol += s1;
637 acphAccNrSyllParts(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint8 *s1, picoos_uint8 *s2) argument
738 picoos_uint8 s1; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c398 DiSym* s1 = (DiSym*)v1; local
400 if (s1->addr < s2->addr) return -1;
401 if (s1->addr > s2->addr) return 1;
402 return VG_(strcmp)(s1->name, s2->name);
/external/valgrind/main/coregrind/
H A Dm_libcbase.c245 Int VG_(strcmp) ( const Char* s1, const Char* s2 ) argument
248 if (*s1 == 0 && *s2 == 0) return 0;
249 if (*s1 == 0) return -1;
252 if (*(UChar*)s1 < *(UChar*)s2) return -1;
253 if (*(UChar*)s1 > *(UChar*)s2) return 1;
255 s1++; s2++;
259 Int VG_(strcasecmp) ( const Char* s1, const Char* s2 ) argument
262 UChar c1 = (UChar)VG_(tolower)(*s1);
271 s1++; s2++;
275 Int VG_(strncmp) ( const Char* s1, cons argument
291 strncasecmp( const Char* s1, const Char* s2, SizeT nmax ) argument
482 memcmp( const void* s1, const void* s2, SizeT n ) argument
565 SizeT s, s1, s2; local
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-aix5.c788 static void pre_argv_envp(Addr a, ThreadId tid, Char* s1, Char* s2) argument
793 PRE_MEM_READ( s1, (Addr)a_p, sizeof(Addr) );
/external/webkit/Source/WebCore/xml/
H A DXPathFunctions.cpp452 String s1 = arg(0)->evaluate().toString(); local
458 return s1.startsWith(s2);
463 String s1 = arg(0)->evaluate().toString(); local
469 return s1.contains(s2) != 0;
474 String s1 = arg(0)->evaluate().toString(); local
480 size_t i = s1.find(s2);
485 return s1.left(i);
490 String s1 = arg(0)->evaluate().toString(); local
493 size_t i = s1.find(s2);
497 return s1
551 String s1 = arg(0)->evaluate().toString(); local
[all...]
/external/bluetooth/glib/tests/
H A Dregex-test.c66 streq (const gchar *s1, const gchar *s2) argument
68 if (s1 == NULL && s2 == NULL)
70 else if (s1 == NULL)
75 return strcmp (s1, s2) == 0;
398 t1, s1, e1) { \
401 t1, s1, e1, NULL)) \
408 t1, s1, e1, t2, s2, e2) { \
411 t1, s1, e1, t2, s2, e2, NULL)) \
418 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \
421 t1, s1, e
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-generated-actions_test.cc105 string Concat4(const char* s1, const char* s2, const char* s3, argument
107 return string(s1) + s2 + s3 + s4;
118 string Concat5(const char* s1, const char* s2, const char* s3, argument
120 return string(s1) + s2 + s3 + s4 + s5;
133 string Concat6(const char* s1, const char* s2, const char* s3, argument
135 return string(s1) + s2 + s3 + s4 + s5 + s6;
138 string Concat7(const char* s1, const char* s2, const char* s3, argument
141 return string(s1) + s2 + s3 + s4 + s5 + s6 + s7;
144 string Concat8(const char* s1, const char* s2, const char* s3, argument
147 return string(s1)
150 Concat9(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9) argument
156 Concat10(const char* s1, const char* s2, const char* s3, const char* s4, const char* s5, const char* s6, const char* s7, const char* s8, const char* s9, const char* s10) argument
[all...]
/external/clang/test/Sema/
H A Darray-init.c191 struct s1 {char a; char b;} t1; struct
192 struct s2 {struct s1 c;} t2 = { t1 };
194 struct s1 t3[] = {t1, t1, "abc", 0}; //expected-warning{{incompatible pointer to integer conversion initializing 'char' with an expression of type 'char [4]'}}
/external/collada/src/dae/
H A DdaeURI.cpp708 string s1, s3, s6, s8; local
709 if (re.FullMatch(uriRef, &s1, &scheme, &s3, &authority, &path, &s6, &query, &s8, &fragment))
/external/e2fsprogs/intl/
H A Ddcigettext.c259 const struct known_translation_t *s1; local
263 s1 = (const struct known_translation_t *) p1;
266 result = strcmp (s1->msgid, s2->msgid);
269 result = strcmp (s1->domainname, s2->domainname);
274 result = s1->category - s2->category;
/external/elfutils/src/
H A Dnm.c963 GElf_SymX *s1 = (GElf_SymX *) p1; local
967 result = strcmp (elf_strptr (ebl->elf, shdr->sh_link, s1->sym.st_name),
975 GElf_SymX *s1 = (GElf_SymX *) p1; local
978 int result = (s1->sym.st_value < s2->sym.st_value
979 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1));
/external/grub/netboot/
H A Deepro100.c383 int s1, s2; local
420 s1 = inw (ioaddr + SCBStatus);
427 printf ("s1 = %hX, s2 = %hX.\n", s1, s2);

Completed in 1093 milliseconds

<<111213141516