Searched refs:restCount (Results 1 – 1 of 1) sorted by relevance
640 u32 restCount = count; in PutLoadCommand() local645 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in PutLoadCommand()662 restCount -= countPerCommand; in PutLoadCommand()664 if (restCount == 0) in PutLoadCommand()678 u32 restCount = count; in GetLoadCommandSize() local682 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in GetLoadCommandSize()692 restCount -= countPerCommand; in GetLoadCommandSize()694 if (restCount == 0) in GetLoadCommandSize()