Home
last modified time | relevance | path

Searched defs:spos (Results 1 – 12 of 12) sorted by relevance

/external/openfst/src/lib/
Dmapped-file.cc63 std::streampos spos = s->tellg(); in Map() local
/external/javassist/src/test/test/javassist/bytecode/analysis/
DScannerTest.java129 int spos = code.currentPc(); in generate() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc53 const char *spos = internal_strstr(str, templ); in TemplateMatch() local
/external/qemu/android/skin/
Dcomposer.h93 SkinPos spos; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c249 char *spos; in wpa_driver_wext_event_wireless_custom() local
1301 char *spos; in wext_get_scan_custom() local
1316 char *spos; in wext_get_scan_custom() local
1331 char *spos; in wext_get_scan_custom() local
/external/wpa_supplicant_8/src/p2p/
Dp2p_group.c486 const u8 *spos; in p2p_build_client_info() local
/external/yaffs2/yaffs2/
Dyaffs_fs.c638 unsigned spos = pos; in yaffs_commit_write() local
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c1509 u8 **spos, const u8 *end) in p2p_sd_dns_uncompress_label()
1584 u8 *tmp, *end, *spos; in p2p_sd_dns_uncompress() local
/external/iptables/libiptc/
Dlibiptc.c1603 int spos; in TC_GET_TARGET() local
/external/dropbear/libtommath/mtest/
Dmpi.c2374 unsigned char *spos; in mp_to_unsigned_bin() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.cpp1775 void RenderObject::selectionStartEnd(int& spos, int& epos) const in selectionStartEnd()
/external/qemu/block/
Dvvfat.c359 static int sector2CHS(BlockDriverState* bs, mbr_chs_t * chs, int spos){ in sector2CHS()