Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c214 static const char *time_units[] = in number_to_human_readable() local
234 max_unit = ARRAY_SIZE(time_units)-1; in number_to_human_readable()
235 units = time_units; in number_to_human_readable()
/external/rust/crates/quiche/src/
Dlib.rs1320 time_units: Some(qlog::TimeUnits::Ms), in set_qlog()