HomeSort by relevance Sort by last modified time
    Searched refs:s1 (Results 26 - 50 of 614) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libpng/contrib/pngminim/decoder/
pngusr.h 22 #define png_warning(s1,s2) ""
23 #define png_chunk_warning(s1,s2) ""
25 #define png_error(s1,s2) png_err(s1)
26 #define png_chunk_error(s1,s2) png_err(s1)
  /external/libpng/contrib/pngminim/encoder/
pngusr.h 20 #define png_warning(s1,s2) ""
21 #define png_chunk_warning(s1,s2) ""
23 #define png_error(s1,s2) png_err(s1)
24 #define png_chunk_error(s1,s2) png_err(s1)
  /external/libpng/contrib/pngminim/preader/
pngusr.h 18 #define png_warning(s1,s2) ""
19 #define png_chunk_warning(s1,s2) ""
21 #define png_error(s1,s2) png_err(s1)
22 #define png_chunk_error(s1,s2) png_err(s1)
  /external/tcpdump/
strcasecmp.c 67 strcasecmp(s1, s2)
68 const char *s1, *s2;
71 *us1 = (u_char *)s1,
81 strncasecmp(s1, s2, n)
82 const char *s1, *s2;
86 *us1 = (u_char *)s1,
  /bionic/libc/wchar/
wcsncat.c 40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n)
46 p = s1;
56 return s1;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
filenames.h 53 extern int filename_cmp (const char *s1, const char *s2);
54 #define FILENAME_CMP(s1, s2) filename_cmp(s1, s2)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
filenames.h 53 extern int filename_cmp (const char *s1, const char *s2);
54 #define FILENAME_CMP(s1, s2) filename_cmp(s1, s2)
  /bionic/libc/string/
strcasecmp.c 77 strcasecmp(const char *s1, const char *s2)
80 const u_char *us1 = (const u_char *)s1;
90 strncasecmp(const char *s1, const char *s2, size_t n)
94 const u_char *us1 = (const u_char *)s1;
strxfrm.c 31 * Transform string s2 to string s1 using the current locale so that
39 strxfrm(char *s1, const char *s2, size_t n)
45 memcpy(s1, s2, n);
memcmp.c 30 int memcmp(const void *s1, const void *s2, size_t n)
32 const unsigned char* p1 = s1;
  /libcore/luni/src/main/java/org/apache/harmony/security/
Util.java 26 public static boolean equalsIgnoreCase(String s1, String s2) {
27 s1 = org.apache.harmony.luni.util.Util.toASCIIUpperCase(s1);
29 return s1.equals(s2);
  /dalvik/vm/compiler/template/armv5te-vfp/
fbinop.S 3 * specifies an instruction that performs s2 = s0 op s1.
11 flds s1,[r2]
  /external/chromium/base/
string16.cc 21 int c16memcmp(const char16* s1, const char16* s2, size_t n) {
24 if (*s1 != *s2) {
25 // We cannot use (*s1 - *s2) because char16 is unsigned.
26 return ((*s1 < *s2) ? -1 : 1);
28 ++s1;
52 char16* c16memmove(char16* s1, const char16* s2, size_t n) {
53 return reinterpret_cast<char16*>(memmove(s1, s2, n * sizeof(char16)));
56 char16* c16memcpy(char16* s1, const char16* s2, size_t n) {
57 return reinterpret_cast<char16*>(memcpy(s1, s2, n * sizeof(char16)));
  /external/chromium/googleurl/base/
string16.cc 42 int c16memcmp(const char16* s1, const char16* s2, size_t n) {
45 if (*s1 != *s2) {
46 // We cannot use (*s1 - *s2) because char16 is unsigned.
47 return ((*s1 < *s2) ? -1 : 1);
49 ++s1;
73 char16* c16memmove(char16* s1, const char16* s2, size_t n) {
74 return reinterpret_cast<char16*>(memmove(s1, s2, n * sizeof(char16)));
77 char16* c16memcpy(char16* s1, const char16* s2, size_t n) {
78 return reinterpret_cast<char16*>(memcpy(s1, s2, n * sizeof(char16)));
  /external/embunit/inc/
stdImpl.h 46 char* stdimpl_strcpy(char *s1, const char *s2);
50 int stdimpl_strcmp(const char *s1, const char *s2);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equal.h 45 StateId s1 = siter1.Value(); local
47 if (s1 != s2) {
49 << ", state1 = " << s1
53 Weight final1 = fst1.Final(s1);
57 << " state = " << s1
62 ArcIterator< Fst<Arc> > aiter1(fst1, s1);
67 << " state = " << s1;
74 << " state = " << s1
81 << " state = " << s1
88 << " state = " << s1
    [all...]
statesort.h 54 StateId s1 = siter.Value(), s2; local
55 if (done[s1])
57 Weight final1 = fst->Final(s1), final2 = Weight::Zero();
59 for (ArcIterator< MutableFst<Arc> > aiter(*fst, s1);
63 for (; !done[s1]; s1 = s2, final1 = final2, swap(arcs1, arcs2)) {
64 s2 = order[s1];
80 done[s1] = true;
  /external/icu4c/common/
uinvchar.h 71 uprv_compareInvEbcdicAsAscii(const char *s1, const char *s2);
79 # define uprv_compareInvCharsAsAscii(s1, s2) uprv_strcmp(s1, s2)
81 # define uprv_compareInvCharsAsAscii(s1, s2) uprv_compareInvEbcdicAsAscii(s1, s2)
  /libcore/luni/src/test/java-internal/org/apache/harmony/archive/util/
UtilTest.java 47 final String s1 = ASCII_ALPHABET_LC; local
49 assertTrue(Util.asciiEndsWithIgnoreCase(s1, s2));
50 assertTrue(Util.asciiEndsWithIgnoreCase(s2, s1));
51 assertTrue(Util.asciiEndsWithIgnoreCase(s1, "wxyz"));
55 final String s1 = ASCII_ALPHABET_LC; local
57 assertTrue(Util.asciiEqualsIgnoreCase(s1, s2));
58 assertTrue(Util.asciiEqualsIgnoreCase(s2, s1));
  /libcore/luni/src/main/java/org/apache/xpath/functions/
FuncSubstringBefore.java 46 String s1 = m_arg0.execute(xctxt).str(); local
48 int index = s1.indexOf(s2);
51 ? XString.EMPTYSTRING : new XString(s1.substring(0, index));
  /external/stlport/test/unit/
mfunptr_test.cpp 40 struct S1 { } s1; variable in typeref:struct:S1
43 int f1(S1&);
44 int f2(S1&, S2&);
45 int f1c(const S1&);
46 int f2c(const S1&, const S2&);
48 void vf1(S1&);
49 void vf2(S1&, S2&);
50 void vf1c(const S1&);
51 void vf2c(const S1&, const S2&)
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
mfunptr_test.cpp 40 struct S1 { } s1; variable in typeref:struct:S1
43 int f1(S1&);
44 int f2(S1&, S2&);
45 int f1c(const S1&);
46 int f2c(const S1&, const S2&);
48 void vf1(S1&);
49 void vf2(S1&, S2&);
50 void vf1c(const S1&);
51 void vf2c(const S1&, const S2&)
    [all...]
  /ndk/tests/device/test-stlport/unit/
mfunptr_test.cpp 40 struct S1 { } s1; variable in typeref:struct:S1
43 int f1(S1&);
44 int f2(S1&, S2&);
45 int f1c(const S1&);
46 int f2c(const S1&, const S2&);
48 void vf1(S1&);
49 void vf2(S1&, S2&);
50 void vf1c(const S1&);
51 void vf2c(const S1&, const S2&)
    [all...]
  /external/chromium/third_party/icu/source/common/
unormcmp.cpp 48 * strcmp[CodePointOrder](NFD(foldCase(s1)), NFD(foldCase(s2)))
62 * get one code unit c1 from s1 (-1 if end of source)
139 unorm_cmpEquivFold(const UChar *s1, int32_t length1,
145 /* current-level start/limit - s1/s2 as current */
191 start1=s1;
195 limit1=s1+length1;
218 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE)))) {
224 ++s1;
233 s1=stack1[level1].s
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
calc_en.cpp 277 Word32 s1; /* Intermediate energy accumulator */ local
292 s1 = 0;
309 s1 = amrnb_fxp_mac_16_by_16bb((Word32) tmp1, (Word32) tmp1, s1); /* Compute residual energy */
321 s1 = s1 << 1;
325 if (s1 & MIN_32)
327 s1 = MAX_32;
332 if (s1 < 400L)
339 exp = norm_l(s1);
607 Word32 s1; \/* Intermediate energy accumulator *\/ local
    [all...]

Completed in 1637 milliseconds

12 3 4 5 6 7 8 91011>>