Searched refs:outofrange (Results 1 – 3 of 3) sorted by relevance
1949 snd_pcm_sframes_t outofrange; in do_test_position() local1963 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()
101 ; if px>ax or py>ay goto outofrange
2315 unsigned int outofrange = 0; in xmlParseCharRef() local2343 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() local2446 outofrange = val; in xmlParseStringCharRef()2465 outofrange = val; in xmlParseStringCharRef()2483 if ((IS_CHAR(val) && (outofrange == 0))) { in xmlParseStringCharRef()