Searched refs:percentage (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/add-ons/translators/raw/
H A DRAWTranslator.h51 static void _ProgressMonitor(const char* message, float percentage,
H A DRAWTranslator.cpp177 RAWTranslator::_ProgressMonitor(const char* message, float percentage, argument
184 update.AddFloat("percent", percentage);
H A DRAW.h59 typedef void (*monitor_hook)(const char* message, float percentage, void* data);
H A DRAW.cpp1740 float percentage = 20;
1745 fProgressMonitor("Interpolate", percentage, fProgressData);
1746 percentage += percentageStep;
/haiku-fatelf/src/bin/network/wget/src/
H A Dmswindows.c378 /* Updates the console title with the percentage of the current file
383 int percentage;
388 percentage = (int) percentage_float;
390 /* Clamp percentage value. */
391 if (percentage < 0)
392 percentage = 0;
393 if (percentage > 100)
394 percentage = 100;
396 /* Only update the title when the percentage has changed. */
397 if (percentage
382 int percentage; local
[all...]
H A Dprogress.c268 /* Prints the stats (percentage of completion, speed, ETA) for current
294 int percentage = 100.0 * bytes_displayed / dp->total_length;
295 logprintf (LOG_VERBOSE, "%3d%%", percentage);
321 Belperchinov-Shabanski's "wget-new-percentage" patch. */
877 "xx% " or "100%" - percentage - 4 chars
898 int percentage = 100.0 * size / bp->total_length;
899 assert (percentage <= 100);
901 if (percentage < 100)
902 sprintf (p, "%2d%% ", percentage);
293 int percentage = 100.0 * bytes_displayed / dp->total_length; local
896 int percentage = 100.0 * size / bp->total_length; local
/haiku-fatelf/src/bin/less/
H A Dprompt.c18 * name of the file being viewed, the percentage into the file, etc.
343 ap_int(percentage(pos,len));
354 ap_int(percentage(linenum, last_linenum));
H A Dos.c254 * Return the ratio of two POSITIONS, as a percentage.
258 percentage(num, den) function
270 * Return the specified percentage of a POSITION.
H A Dfuncs.h222 public int percentage ();

Completed in 125 milliseconds