Home
last modified time | relevance | path

Searched refs:spos (Results 1 – 19 of 19) sorted by relevance

/external/openfst/src/lib/
Dmapped-file.cc63 std::streampos spos = s->tellg(); in Map() local
64 if (opts.mode == FstReadOptions::MAP && spos >= 0 && in Map()
65 spos % kArchAlignment == 0) { in Map()
66 size_t pos = spos; in Map()
94 LOG(WARNING) << "File mapping at offset " << spos << " of file " in Map()
/external/libgdx/tests/gdx-tests-android/assets/data/g3d/shaders/
Dshadowmap.glsl10 vec4 spos = u_shadowMapProjViewTrans * worldPos;
11 v_shadowMapUv.xy = (spos.xy / spos.w) * 0.5 + 0.5;
12 v_shadowMapUv.z = min(spos.z * 0.5 + 0.5, 0.998);
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant_sd.c33 u8 **spos, const u8 *end) in p2p_sd_dns_uncompress_label() argument
35 while (*spos < end) { in p2p_sd_dns_uncompress_label()
36 u8 val = ((*spos)[0] & 0xc0) >> 6; in p2p_sd_dns_uncompress_label()
51 if (end - *spos < 2) { in p2p_sd_dns_uncompress_label()
57 offset = (((*spos)[0] & 0x3f) << 8) | (*spos)[1]; in p2p_sd_dns_uncompress_label()
58 if (offset >= *spos - start) { in p2p_sd_dns_uncompress_label()
64 (*spos) += 2; in p2p_sd_dns_uncompress_label()
68 *spos - 2); in p2p_sd_dns_uncompress_label()
72 len = (*spos)[0] & 0x3f; in p2p_sd_dns_uncompress_label()
76 (*spos)++; in p2p_sd_dns_uncompress_label()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
Dkey.py521 spos = fp.tell()
523 if fp.tell() == spos:
525 if fp.tell() != spos:
529 fp.seek(spos)
533 fp.seek(spos)
555 spos = fp.tell()
557 self.size = fp.tell() - spos
558 fp.seek(spos)
/external/libmicrohttpd/src/microhttpd/
Dpostprocessor.c588 const char *spos; in try_get_value() local
598 while (NULL != (spos = strstr (bpos, key))) in try_get_value()
600 if ((spos[klen] != '=') || ((spos != buf) && (spos[-1] != ' '))) in try_get_value()
603 bpos = spos + 1; in try_get_value()
606 if (spos[klen + 1] != '"') in try_get_value()
608 if (NULL == (endv = strchr (&spos[klen + 2], '\"'))) in try_get_value()
610 vlen = endv - spos - klen - 1; in try_get_value()
615 memcpy (*destination, &spos[klen + 2], vlen - 1); in try_get_value()
/external/javassist/src/test/test/javassist/bytecode/analysis/
DScannerTest.java129 int spos = code.currentPc(); in generate() local
132 code.add32bit(60 - spos); // default in generate()
134 code.add32bit(15); code.add32bit(60 - spos); in generate()
135 code.add32bit(1789); code.add32bit(117 - spos); in generate()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dkey.py757 spos = fp.tell()
759 spos = None
772 if spos is not None and spos != fp.tell():
773 fp.seek(spos)
774 elif spos is None and self.read_from_stream:
833 if spos is None:
1224 spos = fp.tell()
1226 if fp.tell() == spos:
1228 if fp.tell() != spos:
1232 fp.seek(spos)
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver_wext.c249 char *spos; in wpa_driver_wext_event_wireless_custom() local
253 spos = custom + 17; in wpa_driver_wext_event_wireless_custom()
255 bytes = strspn(spos, "0123456789abcdefABCDEF"); in wpa_driver_wext_event_wireless_custom()
262 hexstr2bin(spos, req_ies, bytes) < 0) in wpa_driver_wext_event_wireless_custom()
267 spos += bytes * 2; in wpa_driver_wext_event_wireless_custom()
272 if (os_strncmp(spos, " RespIEs=", 9) == 0) { in wpa_driver_wext_event_wireless_custom()
273 spos += 9; in wpa_driver_wext_event_wireless_custom()
275 bytes = strspn(spos, "0123456789abcdefABCDEF"); in wpa_driver_wext_event_wireless_custom()
282 hexstr2bin(spos, resp_ies, bytes) < 0) in wpa_driver_wext_event_wireless_custom()
1376 char *spos; in wext_get_scan_custom() local
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.cc409 const char *spos = internal_strstr(str, templ); in TemplateMatch() local
410 str = spos + internal_strlen(templ); in TemplateMatch()
414 if (!spos) in TemplateMatch()
416 if (start && spos != str0) in TemplateMatch()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
Ddefault.vertex.glsl244 vec4 spos = u_shadowMapProjViewTrans * pos;
245 v_shadowMapUv.xy = (spos.xy / spos.w) * 0.5 + 0.5;
246 v_shadowMapUv.z = min(spos.z * 0.5 + 0.5, 0.998);
/external/icu/icu4c/source/test/intltest/
Dnumberformat2test.cpp40 int32_t spos; member
52 NumberFormat2Test_FieldPositionHandler() : count(0), bRecording(TRUE) { attributes[0].spos = -1; } in NumberFormat2Test_FieldPositionHandler()
53 …ieldPositionHandler(UBool recording) : count(0), bRecording(recording) { attributes[0].spos = -1; } in NumberFormat2Test_FieldPositionHandler()
69 attributes[count].spos = start; in addAttribute()
72 attributes[count].spos = -1; in addAttribute()
3042 while (expected[idx].spos != -1 && actual[idx].spos != -1) { in verifyAttributes()
3044 assertEquals("spos", expected[idx].spos, actual[idx].spos); in verifyAttributes()
3050 expected[idx].spos, in verifyAttributes()
3051 actual[idx].spos); in verifyAttributes()
Dnumfmtst.h27 int32_t spos; member
Dnumfmtst.cpp8723 if (expected[idx].spos == -1) { in verifyFieldPositionIterator()
8728 assertEquals("start", expected[idx].spos, fp.getBeginIndex()); in verifyFieldPositionIterator()
8732 if (expected[idx].spos != -1) { in verifyFieldPositionIterator()
/external/wpa_supplicant_8/src/p2p/
Dp2p_group.c524 const u8 *spos; in p2p_build_client_info() local
544 spos = msg.p2p_device_info; /* P2P Device address */ in p2p_build_client_info()
550 wpabuf_put_data(buf, spos, ETH_ALEN); in p2p_build_client_info()
560 wpabuf_put_data(buf, spos + ETH_ALEN, in p2p_build_client_info()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dutils.py996 spos = fp.tell()
1018 data_size = fp.tell() - spos
1019 fp.seek(spos)
/external/iptables/libiptc/
Dlibiptc.c1608 int spos; in TC_GET_TARGET() local
1618 spos = *(const int *)data; in TC_GET_TARGET()
1619 DEBUGP("r=%p, spos=%d'\n", r, spos); in TC_GET_TARGET()
1620 return standard_target_map(spos); in TC_GET_TARGET()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DDiagBigDecimal.java157 private static final short spos = (short) 1; field in DiagBigDecimal
4145 (new Test("shv010")).ok=((spos))==((new android.icu.math.BigDecimal(spos)).shortValue()); in diagshortvalue()
4156 … (new Test("shv030")).ok=((spos))==((new android.icu.math.BigDecimal(spos)).shortValueExact()); in diagshortvalue()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimal.java153 private static final short spos = (short) 1; field in DiagBigDecimal
4141 (new Test("shv010")).ok=((spos))==((new com.ibm.icu.math.BigDecimal(spos)).shortValue()); in diagshortvalue()
4152 … (new Test("shv030")).ok=((spos))==((new com.ibm.icu.math.BigDecimal(spos)).shortValueExact()); in diagshortvalue()
/external/elfutils/po/
Dpl.po1339 "w pewien sposób"