HomeSort by relevance Sort by last modified time
    Searched refs:s0 (Results 76 - 100 of 100) sorted by null

1 2 34

  /system/core/libpixelflinger/
scanline.cpp 1191 int32_t s0 = gglMulx(s, iw, iwscale); local
    [all...]
  /external/tcpdump/
smbutil.c 227 const unsigned char *s0 = s; local
242 return(PTR_DIFF(s, s0) + 1);
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
console.c 179 PS8 s0=s; local
187 return s0;
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
console.c 960 char *s0=s; local
968 return s0;
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
console.c 179 PS8 s0=s; local
187 return s0;
  /frameworks/base/libs/surfaceflinger/
SurfaceFlinger.cpp 1566 uint32_t w0=0, h0=0, s0=0; local
    [all...]
  /dalvik/vm/
InlineNative.c 30 extern u4 __memcmp16(const u2* s0, const u2* s1, size_t count);
  /external/v8/src/mips/
assembler-mips.h 109 extern const Register s0;
assembler-mips.cc 64 const Register s0 = { 16 }; member in namespace:v8::internal
136 16, // s0
164 s0, s1, s2, s3, s4, s5, s6, s7,
  /dalvik/libdex/
DexSwapVerify.c 567 const char* s0 = dexGetStringData(state->pDexFile, item0); local
569 if (dexUtf8Cmp(s0, s1) >= 0) {
570 LOGE("Out-of-order string_ids: '%s' then '%s'\n", s0, s1);
    [all...]
  /external/dnsmasq/src/
rfc2131.c 2030 unsigned char f0 = 0, s0 = 0; local
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 3705 _CrtMemState s0,s1,s2; variable
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 3375 _CrtMemState s0,s1,s2; variable
    [all...]
  /external/v8/src/arm/
assembler-arm.h 142 // Support for VFP registers s0 to s31 (d0 to d15).
144 extern SwVfpRegister s0;
795 // All these APIs support S0 to S31 and D0 to D15.
    [all...]
assembler-thumb2.h 142 // Support for VFP registers s0 to s31 (d0 to d15).
144 extern SwVfpRegister s0;
795 // All these APIs support S0 to S31 and D0 to D15.
    [all...]
assembler-arm.cc 145 // Support for the VFP registers s0 to s31 (d0 to d15).
147 SwVfpRegister s0 = { 0 }; member in namespace:v8::internal
    [all...]
assembler-thumb2.cc 125 // Support for the VFP registers s0 to s31 (d0 to d15).
127 SwVfpRegister s0 = { 0 }; member in namespace:v8::internal
    [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c 156 const char* s0; local
163 s0=s;
172 (*r>=0 && (int32_t)(s-s0)!=*r) ||
176 message, c, (s-s0), *(r+1), *r);
2883 const char* s0; local
    [all...]
  /external/openssl/crypto/bn/asm/
mips3.s 744 #define a_4 s0
785 sd s0,0(sp)
1370 ld s0,0(sp)
    [all...]
  /external/qemu/target-arm/
translate.c     [all...]
  /external/webkit/JavaScriptCore/assembler/
ARMv7Assembler.h 60 // s0 == d0 == q0
64 s0 = 0, enumerator in enum:JSC::ARMRegisters::__anon6298
    [all...]
  /external/libpng/
pngrtran.c 4443 png_uint_32 s0 = (*(rp ) << 8) | *(rp + 1); local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 4270 png_uint_32 s0 = (*(rp ) << 8) | *(rp+1); local
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 1069 milliseconds

1 2 34