HomeSort by relevance Sort by last modified time
    Searched defs:s2 (Results 776 - 800 of 1003) sorted by null

<<31323334353637383940>>

  /external/valgrind/main/VEX/switchback/
test_bzip2.c 988 Bool vexxx_streq ( const HChar* s1, const HChar* s2 )
991 if (*s1 == 0 && *s2 == 0)
993 if (*s1 != *s2)
996 s2++;
2378 UInt16 s1, s2; local
    [all...]
test_ppc_jm1.c 249 int my_strcmp ( const char* s1, const char* s2 )
255 c2 = *(unsigned char *)s2;
258 s1++; s2++;
272 unsigned char* s2 = (unsigned char*)s2V; local
276 b0 = s2[0];
278 s2 += 1;
337 Bool vexxx_streq ( const HChar* s1, const HChar* s2 )
340 if (*s1 == 0 && *s2 == 0)
342 if (*s1 != *s2)
345 s2++
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
minilzo-inl.c 2409 lzo_uint32 s2 = (adler >> 16) & 0xffff; local
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 1010 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1013 if (*s1 == 0 && *s2 == 0)
1015 if (*s1 != *s2)
1018 s2++;
2402 UInt16 s1, s2; local
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 1003 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1006 if (*s1 == 0 && *s2 == 0)
1008 if (*s1 != *s2)
1011 s2++;
2393 UInt16 s1, s2; local
    [all...]
varinfo6.c 1041 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1044 if (*s1 == 0 && *s2 == 0)
1046 if (*s1 != *s2)
1049 s2++;
2430 UInt16 s1, s2; local
    [all...]
  /external/valgrind/main/perf/
bz2.c 1003 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1006 if (*s1 == 0 && *s2 == 0)
1008 if (*s1 != *s2)
1011 s2++;
2393 UInt16 s1, s2; local
    [all...]
test_input_for_tinycc.c 1251 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1254 if (*s1 == 0 && *s2 == 0)
1256 if (*s1 != *s2)
1259 s2++;
2183 UInt16 s1, s2; local
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 2039 unsigned s2 = (adler >> 16) & 0xffff; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SocketChannelTest.java 342 Socket s2 = this.channel1.socket(); local
344 assertSame(s1, s2);
355 Socket s2 = this.channel1.socket(); local
357 assertSame(s1, s2);
365 Socket s2; local
375 s2 = this.channel1.socket();
377 assertSame(s1, s2);
384 s2 = this.channel1.socket();
386 assertSame(s1, s2);
416 Socket s2 = this.channel1.socket() local
430 Socket s2 = this.channel1.socket(); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-api-0.9.0.M2.jar 
aether-util-0.9.0.M2.jar 
  /external/chromium_org/v8/src/
ast.h 1375 Handle<String> s2 = static_cast<Literal*>(literal2)->ToString(); local
    [all...]
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 5471 const u8 *s1, *s2; local
    [all...]
  /prebuilts/devtools/tools/lib/
manifest-merger.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.2.0/
manifest-merger-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.0/
manifest-merger-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.4.2/
manifest-merger-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.0/
manifest-merger-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.1/
manifest-merger-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.5.3/
manifest-merger-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.0/
manifest-merger-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.7.1/
manifest-merger-22.7.1.jar 

Completed in 1529 milliseconds

<<31323334353637383940>>