Home
last modified time | relevance | path

Searched refs:high_end (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/realtime/func/pi_perf/
Dpi_perf.c173 nsec_t high_start, high_end, high_get_lock; in high_prio_thread() local
190 high_end = rt_gettime(); in high_prio_thread()
191 high_get_lock = high_end - low_unlock; in high_prio_thread()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_load_store_vectorize.c806 uint32_t high_end = high_base + nir_intrinsic_range(high->intrin); in vectorize_loads() local
809 nir_intrinsic_set_range(first->intrin, MAX2(low_end, high_end) - low_base); in vectorize_loads()