Home
last modified time | relevance | path

Searched refs:allow_negative (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/include/
Dpanfrost-job.h247 FIXED_16(float x, bool allow_negative) in FIXED_16() argument
251 float min_lod = allow_negative ? -max_lod : 0.0; in FIXED_16()
/third_party/pulseaudio/src/pulsecore/
Dsource.h475 int64_t pa_source_get_latency_within_thread(pa_source *s, bool allow_negative);
Dsink.h554 int64_t pa_sink_get_latency_within_thread(pa_sink *s, bool allow_negative);
Dsource.c1185 int64_t pa_source_get_latency_within_thread(pa_source *s, bool allow_negative) { in pa_source_get_latency_within_thread() argument
1209 if (!allow_negative && usec < 0) in pa_source_get_latency_within_thread()
Dsink.c1594 int64_t pa_sink_get_latency_within_thread(pa_sink *s, bool allow_negative) { in pa_sink_get_latency_within_thread() argument
1618 if (!allow_negative && usec < 0) in pa_sink_get_latency_within_thread()