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

<<11121314151617181920>>

  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 1740 CONST unsigned char *decpt, *s0, *s, *s1; variable
2434 CONST char *s, *s0, *s1; variable
    [all...]
  /dalvik/vm/mterp/c/
opcommon.c 232 if ((s1) vsrc2 == 0) { \
238 if ((u4)firstVal == 0x80000000 && ((s1) vsrc2) == -1) { \
244 result = firstVal _op ((s1) vsrc2); \
249 (s4) GET_REGISTER(vsrc1) _op (s1) vsrc2); \
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
regcoll.cpp 496 static const UChar s1[] = {0x41, 0x0301, 0x0302, 0x0300, 0}; local
502 if (c->compare(s1,s2) == 0)
573 static const UChar s1[] = {0x41, 0x0300, 0x0316, 0x0327, 0x0315, 0}; local
585 if (c->compare(s1,s2) != 0)
    [all...]
  /external/chromium/third_party/zlib/
zutil.h 236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
  /external/elfutils/src/
ldlex.c     [all...]
  /external/icu4c/test/intltest/
regcoll.cpp 498 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)
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_MifStdFormat.c 172 static int phFriNfc_MfStd_MemCompare ( void *s1, void *s2, unsigned int n );
    [all...]
phFriNfc_MifULFormat.c 186 static int MemCompare1 ( void *s1, void *s2, unsigned int n );
189 static int MemCompare1 ( void *s1, void *s2, unsigned int n )
192 int8_t *char_1 =(int8_t *)s1;
194 if(NULL == s1 || NULL == s2)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 1472 Uint32 s1; local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 236 extern int zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
  /external/v8/src/arm/
simulator-arm.h 108 s0 = 0, s1, s2, s3, s4, s5, s6, s7, enumerator in enum:assembler::arm::Simulator::Register
  /external/v8/src/mips/
simulator-mips.h 115 s0, s1, s2, s3, s4, s5, s6, s7, enumerator in enum:assembler::mips::Simulator::Register
  /external/v8/src/
platform.h 83 int strncasecmp(const char* s1, const char* s2, int n);
  /external/zlib/
zutil.h 240 int ZLIB_INTERNAL zmemcmp OF((const Bytef* s1, const Bytef* s2, uInt len));
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 53 #define int64_add(dst, s1, s2) ((void)((dst) = (s1) + (s2)))
54 #define int64_mul(dst, s1, s2) ((void)((dst) = (int64_t)(s1) * (int64_t)(s2)))
  /frameworks/base/tools/aapt/
XMLNode.h 167 XMLNode(const String8& filename, const String16& s1, const String16& s2, bool isNamespace);
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
console.c 163 static S32 Console_stricmp( PS8 s1, PS8 s2, U16 len )
167 for( i=0; i<len && s1[i] && s2[i]; i++ )
169 if (os_tolower(s1[i]) != os_tolower(s2[i] ))
173 return ( (len - i) * (s1[i] - s2[i]) );
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
clnt.h 116 long s1; member in struct:rpc_err::__anon14756::__anon14758
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
console.c 973 int console_stricmp( char *s1, char *s2, U16 len )
977 for( i=0; i<len && s1[i] && s2[i]; i++ )
979 if (tolower( s1[i]) != tolower( s2[i] ))
983 return ( (len - i) * (s1[i] - s2[i]) );
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
console.c 163 static S32 Console_stricmp( PS8 s1, PS8 s2, U16 len )
167 for( i=0; i<len && s1[i] && s2[i]; i++ )
169 if (os_tolower(s1[i]) != os_tolower(s2[i] ))
173 return ( (len - i) * (s1[i] - s2[i]) );
  /external/icu4c/i18n/
ucol_tok.cpp 65 const UChar *s1 = (p1->source & 0x00FFFFFF) + p1->rulesToParse; local
69 const UChar *end = s1+s1L-1;
83 while((s1 < end) && *s1 == *s2) {
84 ++s1;
87 if(*s1 == *s2) {
381 int32_t u_strncmpNoCase(const UChar *s1,
388 rc = (int32_t)u_tolower(*s1) - (int32_t)u_tolower(*s2);
389 if(rc != 0 || *s1 == 0 || --n == 0) {
392 ++s1;
    [all...]
ucol_bld.cpp 80 uint32_t s1 = source0, s2, t1 = target0, t2; local
93 if(s1 == t1 && s2 == t2) {
96 s = (s1 & 0xFFFF0000)|((s2 & 0xFFFF0000)>>16);
103 s = (s1 & 0x0000FF00) | (s2 & 0x0000FF00)>>8;
110 s = (s1 & 0x000000FF)<<8 | (s2 & 0x000000FF);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_bld.cpp 80 uint32_t s1 = source0, s2, t1 = target0, t2; local
93 if(s1 == t1 && s2 == t2) {
96 s = (s1 & 0xFFFF0000)|((s2 & 0xFFFF0000)>>16);
103 s = (s1 & 0x0000FF00) | (s2 & 0x0000FF00)>>8;
110 s = (s1 & 0x000000FF)<<8 | (s2 & 0x000000FF);
    [all...]
  /external/qemu/
sockets.c     [all...]
  /dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S     [all...]

Completed in 1335 milliseconds

<<11121314151617181920>>