perc               52 core/gui_batt.c     int perc = get_batt_perc();
perc               55 core/gui_batt.c     color cl1 = (perc>50) ? IDX_COLOR_GREEN_DK :(perc<=20) ? IDX_COLOR_RED_DK : IDX_COLOR_YELLOW_DK;
perc               56 core/gui_batt.c     color cl2 = (perc>50) ? IDX_COLOR_GREEN    :(perc<=20) ? IDX_COLOR_RED    : IDX_COLOR_YELLOW;
perc               57 core/gui_batt.c     color cl3 = (perc>50) ? IDX_COLOR_GREEN_LT :(perc<=20) ? IDX_COLOR_RED_LT : IDX_COLOR_YELLOW_LT;
perc               61 core/gui_batt.c     batt_icon[6].x1 = batt_icon[7].x1 = 29 - (25 * perc / 100);
perc               71 core/gui_batt.c     int perc = get_batt_perc();
perc               72 core/gui_batt.c     twoColors cl = user_color((perc<=20) ? conf.osd_color_warn : conf.osd_color);
perc               73 core/gui_batt.c     sprintf(osd_buf, "%3d%%", perc);
perc              178 core/gui_mbox.c void gui_browser_progress_show(const char* msg, const unsigned int perc)
perc              186 core/gui_mbox.c     draw_rectangle(x+11, y+5+FONT_HEIGHT, x+11+(w-22)*perc/100, y+h-11, MAKE_COLOR(COLOR_RED, COLOR_RED), RECT_BORDER0|DRAW_FILLED); // progress bar
perc               33 core/gui_mbox.h extern void gui_browser_progress_show(const char* msg, const unsigned int perc);
perc               20 core/gui_space.c static int perc, width, height;
perc               25 core/gui_space.c     perc = get_space_perc();
perc               27 core/gui_space.c     if (((conf.space_warn_type == 0) && (perc <= conf.space_perc_warn)) ||
perc               68 core/gui_space.c     x = width - ((perc*width)/100);
perc               82 core/gui_space.c     y = height - ((perc*height)/100);
perc              118 core/gui_space.c     if (((conf.space_warn_type == 0) && (perc <= conf.space_perc_warn)) ||
perc              127 core/gui_space.c     space_icon[17].x1 = 27 - (17 * perc / 100);
perc              155 core/gui_space.c             sprintf(osd_buf+offset, "%3d%%\0", perc);
perc               17 include/lolevel.h extern long _SetZoomActuatorSpeedPercent(short *perc);
perc               46 tools/ghidra_scripts/datatypes/fw_functions.h __stdcall int SetZoomActuatorSpeedPercent(short *perc);