Home
last modified time | relevance | path

Searched refs:origValue (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DAtomicCounter.cs40 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()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp111 T origValue = *ptr; in atomicMin() local
112 *ptr = std::min(origValue, value); in atomicMin()
113 return origValue; in atomicMin()
121 T origValue = *ptr; in atomicMax() local
122 *ptr = std::max(origValue, value); in atomicMax()
123 return origValue; in atomicMax()
/third_party/node/deps/npm/node_modules/yargs/lib/
Dvalidation.js253 const origValue = value
258 implyFail.push(` ${origKey} -> ${origValue}`)
/third_party/flutter/skia/src/ports/skia_ohos/
DFontConfig_ohos.h141 int origValue; // the real value of the font weight member
DFontConfig_ohos.cpp986 if (font.style.weight() == adjustSet[i].origValue) { in loadFont()
/third_party/gptfdisk/
Dbasicmbr.cc1130 int allOK = 1, origValue; in SetInclusionwChecks() local
1134 origValue = partitions[num].GetInclusion(); in SetInclusionwChecks()
1137 partitions[num].SetInclusion(origValue); in SetInclusionwChecks()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch76778 + if (font.style.weight() == adjustSet[i].origValue) {
77195 + int origValue; // the real value of the font weight