Home
last modified time | relevance | path

Searched defs:perc (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/src/control/
Dctlparse.c36 static inline long int convert_prange1(long perc, long min, long max) in convert_prange1()
/third_party/node/deps/v8/tools/turbolizer/src/
Ddisassembly-view.ts351 const perc = count / view.totalEventCounts[event] * 100; constant
/third_party/alsa-utils/aplay/
Daplay.c1773 static void print_vu_meter_mono(int perc, int maxperc)
1795 static void print_vu_meter_stereo(int *perc, int *maxperc)
1835 static void print_vu_meter(signed int *perc, signed int *maxperc)
1846 signed int val, max, perc[2], max_peak[2]; local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DClearTest.cpp605 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local
632 float perc = static_cast<float>(ndx) / static_cast<float>(kNumSteps); in TEST_P() local
/third_party/alsa-utils/amixer/
Damixer.c206 static long convert_prange1(long perc, long min, long max) in convert_prange1()