Searched refs:restCount (Results 1 – 1 of 1) sorted by relevance
638 u32 restCount = count; in PutLoadCommand() local643 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in PutLoadCommand()660 restCount -= countPerCommand; in PutLoadCommand()662 if (restCount == 0) in PutLoadCommand()676 u32 restCount = count; in GetLoadCommandSize() local680 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in GetLoadCommandSize()690 restCount -= countPerCommand; in GetLoadCommandSize()692 if (restCount == 0) in GetLoadCommandSize()