Searched refs:percent (Results 1 - 25 of 190) sorted by last modified time

12345678

/external/webp/include/webp/
H A Dencode.h252 typedef int (*WebPProgressHook)(int percent, const WebPPicture* picture);
/external/webp/src/enc/
H A Diterator.c89 const int percent = (it->count_down0_ <= 0) local
92 return WebPReportProgress(enc->pic_, percent, &enc->percent_);
H A Dvp8enci.h301 int percent0_; // saved initial progress percent
514 int percent, int* const percent_store);
H A Dvp8l.c1154 int percent = 0; local
1178 if (!WebPReportProgress(picture, 1, &percent)) {
1207 if (!WebPReportProgress(picture, 5, &percent)) goto UserAbort;
1214 if (!WebPReportProgress(picture, 90, &percent)) goto UserAbort;
1220 if (!WebPReportProgress(picture, 100, &percent)) goto UserAbort;
H A Dwebpenc.c297 int percent, int* const percent_store) {
298 if (percent_store != NULL && percent != *percent_store) {
299 *percent_store = percent;
300 if (pic->progress_hook && !pic->progress_hook(percent, pic)) {
296 WebPReportProgress(const WebPPicture* const pic, int percent, int* const percent_store) argument
/external/valgrind/main/massif/
H A Dms_print70 --threshold=<m.n> significance threshold, in percent [$threshold]
H A Dms_print.in70 --threshold=<m.n> significance threshold, in percent [$threshold]
/external/tinyalsa/include/tinyalsa/
H A Dasoundlib.h289 int mixer_ctl_set_percent(struct mixer_ctl *ctl, unsigned int id, int percent);
/external/tinyalsa/
H A Dmixer.c260 static int percent_to_int(struct snd_ctl_elem_info *ei, int percent) argument
264 if (percent > 100)
265 percent = 100;
266 else if (percent < 0)
267 percent = 0;
271 return ei->value.integer.min + (range * percent) / 100;
292 int mixer_ctl_set_percent(struct mixer_ctl *ctl, unsigned int id, int percent) argument
297 return mixer_ctl_set_value(ctl, id, percent_to_int(ctl->info, percent));
/external/strace/
H A Dcount.c163 double percent; local
207 percent = (100.0 * float_syscall_time);
208 if (percent != 0.0)
209 percent /= float_tv_cum;
212 percent, float_syscall_time,
/external/skia/src/views/
H A DSkProgressView.cpp64 SkFixed percent;
74 percent = (SkFixed)x; // now its 16.8
75 percent = SkMax32(0, SkMin32(percent, fMax << 8)); // now its pinned
76 percent = SkFixedDiv(percent, fMax << 8); // now its 0.16
82 percent = SkFixedDiv(value, fMax);
92 r.fRight = r.fLeft + SkScalarMul(r.width(), SkFixedToScalar(percent));
/external/skia/debugger/
H A DSkDebugger.cpp108 double percent = 100.0*(*typeTimes)[i]/totTime; local
109 overview->appendf("%.2f", percent);
112 totPercent += percent;
/external/skia/gm/
H A Dgradients_no_texture.cpp164 const double percent[] = { local
172 const int N = SK_ARRAY_COUNT(percent);
175 pos[i] = SkDoubleToScalar(percent[i] / 100);
/external/replicaisland/src/com/replica/replicaisland/
H A DHudSystem.java165 public void setFuelPercent(float percent) { argument
166 mFuelTargetPercent = percent;
H A DLerp.java27 final float percent = timeSinceStart / duration;
28 value = start + (range * percent);
43 final float percent = timeSinceStart / (duration / 2.0f);
44 if (percent < 1.0f)
46 value = start + ((range / 2.0f) * percent * percent * percent);
50 final float shiftedPercent = percent - 2.0f;
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestblitspeed.c18 static int percent(int val, int total) function
399 printf("Non-blitting crap accounted for %d percent of this run.\n",
400 percent(testms - elasped, testms));
/external/qemu/ui/
H A Dcurses_keys.h253 { "percent", 0x025 },
/external/oprofile/libpp/
H A Dprofile_container.cpp35 : filename(id), percent(percent_)
39 if (percent != lhs.percent)
40 return percent < lhs.percent;
46 double percent; member in struct:__anon28452::filename_by_samples
179 double const percent = local
182 if (percent >= threshold) {
239 if (cit->percent >= threshold)
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec41 percent = ----
50 The value, percent, indicates the amount of time spent between the
57 This definition of "percent" differs slightly from
/external/llvm/utils/lit/lit/
H A DProgressBar.py182 def update(self, percent, message):
187 next = int(percent*50)
246 def update(self, percent, message):
250 prefix = '%3d%% ' % (percent*100,)
254 if percent > .0001 and elapsed > 1:
255 total = elapsed / percent
262 n = int(barWidth*percent)
/external/ltrace/
H A Dprintf.c39 int percent; member in struct:param_enum
104 self->percent = 0;
231 if (!self->percent) {
233 self->percent = 1;
302 self->percent = 0;
315 self->percent = 0;
323 self->percent = 0;
332 self->percent = 0;
341 self->percent = 0;
349 self->percent
[all...]
/external/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp168 size_t percent = format.find('%'); local
169 if (percent == StringRef::npos) {
173 assert(format[percent] == '%');
175 if (percent > 0) out << format.substr(0, percent);
177 switch (format[percent+1]) {
184 format = format.substr(percent+2);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dbrowser.c18 double percent, bool current)
22 if (percent >= MIN_RED)
24 if (percent >= MIN_GREEN)
38 double percent, bool current)
40 int color = ui_browser__percent_color(browser, percent, current);
17 ui_browser__percent_color(struct ui_browser *browser, double percent, bool current) argument
37 ui_browser__set_percent_color(struct ui_browser *browser, double percent, bool current) argument
H A Dbrowser.h35 double percent, bool current);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dannotate.c23 double percent[1]; member in struct:browser_disasm_line
107 if (bdl->percent[i] > percent_max)
108 percent_max = bdl->percent[i];
113 ui_browser__set_percent_color(browser, bdl->percent[i],
115 slsmg_printf("%6.2f ", bdl->percent[i]);
271 if (a->percent[i] == b->percent[i])
273 return a->percent[i] < b->percent[i];
364 bpos->percent[
[all...]

Completed in 410 milliseconds

12345678