Home
last modified time | relevance | path

Searched refs:outofrange (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-utils/aplay/
Daplay.c1949 snd_pcm_sframes_t outofrange; in do_test_position() local
1963 outofrange = (test_coef * (snd_pcm_sframes_t)buffer_frames) / 2; in do_test_position()
1964 if (avail > outofrange || avail < -outofrange || in do_test_position()
1965 delay > outofrange || delay < -outofrange) { in do_test_position()
1973 } else if (savail > outofrange || savail < -outofrange || in do_test_position()
1974 sdelay > outofrange || sdelay < -outofrange) { in do_test_position()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dppc_zoom_ultimate.s101 ; if px>ax or py>ay goto outofrange
/third_party/gettext/gnulib-local/lib/libxml/
Dparser.c2315 unsigned int outofrange = 0; in xmlParseCharRef() local
2343 outofrange = val; in xmlParseCharRef()
2372 outofrange = val; in xmlParseCharRef()
2392 if ((IS_CHAR(val) && (outofrange == 0))) { in xmlParseCharRef()
2425 unsigned int outofrange = 0; in xmlParseStringCharRef() local
2446 outofrange = val; in xmlParseStringCharRef()
2465 outofrange = val; in xmlParseStringCharRef()
2483 if ((IS_CHAR(val) && (outofrange == 0))) { in xmlParseStringCharRef()