Home
last modified time | relevance | path

Searched refs:lpos (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwma.c194 int a, b, pos, lpos, k, block_len, i, j, n; in ff_wma_init() local
205 lpos = 0; in ff_wma_init()
212 s->exponent_bands[0][i] = pos - lpos; in ff_wma_init()
217 lpos = pos; in ff_wma_init()
239 lpos = 0; in ff_wma_init()
247 if (pos > lpos) in ff_wma_init()
248 s->exponent_bands[k][j++] = pos - lpos; in ff_wma_init()
251 lpos = pos; in ff_wma_init()
/third_party/pulseaudio/src/modules/raop/
Draop-util.c84 int lpos = char_position(token[i]); in token_decode() local
85 if (lpos < 0) in token_decode()
87 val += lpos; in token_decode()
/third_party/FreeBSD/sys/dev/usb/
Dusb_hid.c549 uint32_t lpos; in hid_report_size() local
554 lpos = 0xFFFFFFFF; in hid_report_size()
565 if (lpos > h.loc.pos) in hid_report_size()
566 lpos = h.loc.pos; in hid_report_size()
577 if (lpos > hpos) in hid_report_size()
580 temp = hpos - lpos; in hid_report_size()
/third_party/python/Lib/
Dlocale.py170 lpos = 0
171 while amount and s[lpos] == ' ':
172 lpos += 1
178 return s[lpos:rpos+1]
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbaseparse.c4410 gint64 lpos, hpos, newpos; in gst_base_parse_locate_time() local
4442 lpos = parse->priv->first_frame_offset; in gst_base_parse_locate_time()
4455 ", times %" GST_TIME_FORMAT " %" GST_TIME_FORMAT, lpos, hpos, in gst_base_parse_locate_time()
4471 *_offset = lpos; in gst_base_parse_locate_time()
4482 "lpos: %" G_GUINT64_FORMAT ", ltime: %" GST_TIME_FORMAT, lpos, in gst_base_parse_locate_time()
4489 } else if (G_LIKELY (hpos > lpos)) { in gst_base_parse_locate_time()
4491 gst_util_uint64_scale (hpos - lpos, time - ltime, htime - ltime) + in gst_base_parse_locate_time()
4492 lpos - chunk; in gst_base_parse_locate_time()
4495 newpos = lpos; in gst_base_parse_locate_time()
4501 newpos = CLAMP (newpos, lpos, hpos); in gst_base_parse_locate_time()
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c912 uint32_t lpos, uint32_t lneg, uint32_t cstack) in nvc0_screen_resize_tls_area() argument
916 uint64_t size = (lpos + lneg) * 32 + cstack; in nvc0_screen_resize_tls_area()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p.c2545 u8 *lpos; in p2p_assoc_req_ie_wlan_ap() local
2574 lpos = p2p_buf_add_ie_hdr(tmp); in p2p_assoc_req_ie_wlan_ap()
2587 p2p_buf_update_ie_hdr(tmp, lpos); in p2p_assoc_req_ie_wlan_ap()
2606 u8 *lpos; in p2p_assoc_req_ie() local
2644 lpos = p2p_buf_add_ie_hdr(tmp); in p2p_assoc_req_ie()
2650 p2p_buf_update_ie_hdr(tmp, lpos); in p2p_assoc_req_ie()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p.c2565 u8 *lpos; in p2p_assoc_req_ie_wlan_ap() local
2594 lpos = p2p_buf_add_ie_hdr(tmp); in p2p_assoc_req_ie_wlan_ap()
2607 p2p_buf_update_ie_hdr(tmp, lpos); in p2p_assoc_req_ie_wlan_ap()
2626 u8 *lpos; in p2p_assoc_req_ie() local
2664 lpos = p2p_buf_add_ie_hdr(tmp); in p2p_assoc_req_ie()
2670 p2p_buf_update_ie_hdr(tmp, lpos); in p2p_assoc_req_ie()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
DDiagBigDecimalTest.java140 private static final long lpos = 1; field in DiagBigDecimalTest
488 …TestFmwk.assertTrue("clo005", ((new ohos.global.icu.math.BigDecimal(lpos)).toString()).equals("1")… in diagconstructors()
4278 …TestFmwk.assertTrue("val012", (ohos.global.icu.math.BigDecimal.valueOf(lpos).toString()).equals("1… in diagvalueof()
4282 …TestFmwk.assertTrue("val016", (ohos.global.icu.math.BigDecimal.valueOf(lpos,0).toString()).equals(… in diagvalueof()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimalTest.java137 private static final long lpos = 1; field in DiagBigDecimalTest
485 … TestFmwk.assertTrue("clo005", ((new com.ibm.icu.math.BigDecimal(lpos)).toString()).equals("1")); in diagconstructors()
4275 … TestFmwk.assertTrue("val012", (com.ibm.icu.math.BigDecimal.valueOf(lpos).toString()).equals("1")); in diagvalueof()
4279 …TestFmwk.assertTrue("val016", (com.ibm.icu.math.BigDecimal.valueOf(lpos,0).toString()).equals("1")… in diagvalueof()
/third_party/mksh/
Dcheck.t10711 typeset -i lpos
10716 lpos=0
10717 while (( lpos < ${#line} )); do
10718 wc=1#${line:(lpos++):1}