HomeSort by relevance Sort by last modified time
    Searched refs:oldValue (Results 76 - 100 of 306) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-macosx.h 76 int64_t oldValue, int64_t newValue, int64_t *theValue) {
89 int64_t oldValue, int64_t newValue, int64_t *theValue) {
90 int64_t prev = OSAtomicCompareAndSwap64(oldValue, newValue, theValue);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-macosx.h 76 int64_t oldValue, int64_t newValue, int64_t *theValue) {
89 int64_t oldValue, int64_t newValue, int64_t *theValue) {
90 int64_t prev = OSAtomicCompareAndSwap64(oldValue, newValue, theValue);