Home | History | Annotate | Download | only in src

Lines Matching refs:Progress

229  *                                                  UInt32 Progress)
232 * Map the value of progress from (0 - 1000) to (0 - 1024)
234 * 1. from 0 to (Progress << 1) ;for Progress <= 512
235 * 2. from (( Progress - 512)<< 1) to 1024 ;otherwise
254 * @param Progress: (IN) Progress value (varies between 0 and 1000)
284 UInt32 Progress)
359 /* User Specified Progress value */
360 u32_progress = Progress;
362 /* Map Progress value from (0 - 1000) to (0 - 1024) -> for optimisation */