Searched refs:origValue (Results 1 – 7 of 7) sorted by relevance
40 long origValue = counter; in IncrementIfNonzero()43 if (origValue == 0) in IncrementIfNonzero()48 long result = Interlocked.CompareExchange(ref counter, origValue + 1, origValue); in IncrementIfNonzero()49 if (result == origValue) in IncrementIfNonzero()54 origValue = result; in IncrementIfNonzero()
111 T origValue = *ptr; in atomicMin() local112 *ptr = std::min(origValue, value); in atomicMin()113 return origValue; in atomicMin()121 T origValue = *ptr; in atomicMax() local122 *ptr = std::max(origValue, value); in atomicMax()123 return origValue; in atomicMax()
253 const origValue = value258 implyFail.push(` ${origKey} -> ${origValue}`)
141 int origValue; // the real value of the font weight member
986 if (font.style.weight() == adjustSet[i].origValue) { in loadFont()
1130 int allOK = 1, origValue; in SetInclusionwChecks() local1134 origValue = partitions[num].GetInclusion(); in SetInclusionwChecks()1137 partitions[num].SetInclusion(origValue); in SetInclusionwChecks()
76778 + if (font.style.weight() == adjustSet[i].origValue) {77195 + int origValue; // the real value of the font weight