Searched refs:existingVal (Results 1 – 3 of 3) sorted by relevance
980 int existingVal = sd.fDtran[col];981 int newVal = existingVal;982 if (existingVal == duplState) {984 } else if (existingVal > duplState) {985 newVal = existingVal - 1;1020 int existingVal = row[col];1021 int newVal = existingVal;1022 if (existingVal == duplState) {1024 } else if (existingVal > duplState) {1025 newVal = existingVal - 1;
981 int existingVal = sd.fDtran[col];982 int newVal = existingVal;983 if (existingVal == duplState) {985 } else if (existingVal > duplState) {986 newVal = existingVal - 1;1021 int existingVal = row[col];1022 int newVal = existingVal;1023 if (existingVal == duplState) {1025 } else if (existingVal > duplState) {1026 newVal = existingVal - 1;
1198 int32_t existingVal = sd->fDtran->elementAti(col); in removeState() local1199 int32_t newVal = existingVal; in removeState()1200 if (existingVal == duplState) { in removeState()1202 } else if (existingVal > duplState) { in removeState()1203 newVal = existingVal - 1; in removeState()1233 int32_t existingVal = sd->charAt(col); in removeSafeState() local1234 int32_t newVal = existingVal; in removeSafeState()1235 if (existingVal == duplState) { in removeSafeState()1237 } else if (existingVal > duplState) { in removeSafeState()1238 newVal = existingVal - 1; in removeSafeState()