Searched refs:updCount (Results 1 – 1 of 1) sorted by relevance
141 void InitLogData(int64_t insCount, int64_t updCount, int64_t delCount, int64_t excludeCount, in InitLogData() argument148 for (int64_t i = 1; i <= insCount + updCount + delCount + excludeCount; ++i) { in InitLogData()153 } else if (i > insCount && i <= insCount + updCount) { in InitLogData()156 } else if (i > (insCount + updCount) && i <= (insCount + updCount + delCount)) { in InitLogData()