HomeSort by relevance Sort by last modified time
    Searched refs:spos (Results 1 - 19 of 19) sorted by null

  /external/openfst/src/lib/
mapped-file.cc 63 std::streampos spos = s->tellg(); local
64 if (opts.mode == FstReadOptions::MAP && spos >= 0 &&
65 spos % kArchAlignment == 0) {
66 size_t pos = spos;
94 LOG(WARNING) << "File mapping at offset " << spos << " of file "
  /external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc 68 const char *spos; local
79 spos = internal_strstr(str, templ);
80 str = spos + internal_strlen(templ);
84 if (spos == 0)
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ScannerTest.java 129 int spos = code.currentPc(); local
132 code.add32bit(60 - spos); // default
134 code.add32bit(15); code.add32bit(60 - spos);
135 code.add32bit(1789); code.add32bit(117 - spos);
  /external/qemu/android/skin/
composer.h 93 SkinPos spos; member in struct:SkinViewport
composer.c 352 v->spos.x = sx;
353 v->spos.y = sy;
377 skin_region_translate(r, -v->spos.x, -v->spos.y);
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 134 char *spos; local
137 spos = custom + 17;
139 bytes = strspn(spos, "0123456789abcdefABCDEF");
150 hexstr2bin(spos, data.assoc_info.req_ies, bytes);
152 spos += bytes * 2;
157 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
158 spos += 9;
160 bytes = strspn(spos, "0123456789abcdefABCDEF");
172 hexstr2bin(spos, data.assoc_info.resp_ies, bytes);
1041 char *spos; local
1057 char *spos; local
1073 char *spos; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 249 char *spos; local
253 spos = custom + 17;
255 bytes = strspn(spos, "0123456789abcdefABCDEF");
262 hexstr2bin(spos, req_ies, bytes) < 0)
267 spos += bytes * 2;
272 if (os_strncmp(spos, " RespIEs=", 9) == 0) {
273 spos += 9;
275 bytes = strspn(spos, "0123456789abcdefABCDEF");
282 hexstr2bin(spos, resp_ies, bytes) < 0)
1303 char *spos; local
1318 char *spos; local
1333 char *spos; local
    [all...]
  /external/smack/src/org/xbill/DNS/
Name.java 705 for (int i = 0, spos = offset(0), dpos = 0; i < labels; i++) {
706 int len = name[spos];
709 b[dpos++] = name[spos++];
711 b[dpos++] = lowercase[(name[spos++] & 0xFF)];
  /frameworks/base/core/jni/
android_text_format_Time.cpp 368 static int get_char(JNIEnv* env, const ScopedStringChars& s, int spos, int mul,
371 jchar c = s[spos];
377 "Parse error at pos=%d", spos);
384 static bool check_char(JNIEnv* env, const ScopedStringChars& s, int spos, jchar expected)
386 jchar c = s[spos];
390 c, spos, expected);
  /external/webkit/Source/JavaScriptCore/runtime/
StringPrototype.cpp 735 int spos = ovector[si * 2]; local
736 if (spos < 0)
739 result->put(exec, i++, jsSubstring(exec, s, spos, ovector[si * 2 + 1] - spos));
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 486 const u8 *spos; local
506 spos = msg.p2p_device_info; /* P2P Device address */
512 wpabuf_put_data(buf, spos, ETH_ALEN);
522 wpabuf_put_data(buf, spos + ETH_ALEN,
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 1402 u8 *tmp, *end, *spos; local
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 2374 unsigned char *spos; local
    [all...]
  /external/qemu/block/
vvfat.c 355 /* take the sector position spos and convert it to Cylinder/Head/Sector position
359 static int sector2CHS(BlockDriverState* bs, mbr_chs_t * chs, int spos){
361 sector = spos % (bs->secs); spos/= bs->secs;
362 head = spos % (bs->heads); spos/= bs->heads;
363 if(spos >= bs->cyls){
373 chs->sector = (uint8_t)( (sector+1) | ((spos>>8)<<6) );
374 chs->cylinder = (uint8_t)spos;
    [all...]
  /external/iptables/libiptc/
libiptc.c 1603 int spos; local
    [all...]
  /external/yaffs2/yaffs2/
yaffs_fs.c 638 unsigned spos = pos; local
643 spos, nBytes));
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.h     [all...]
RenderObject.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 295 milliseconds