Searched refs:newValue (Results 1 - 25 of 252) sorted by last modified time

1234567891011

/macosx-10.10/xnu-2782.1.97/libkern/gen/
H A DOSAtomicOperations.c49 * native Boolean CompareAndSwap(UInt32 oldValue, UInt32 newValue, UInt32 * oldValuePtr);
78 UInt32 newValue; local
82 newValue = ((oldValue & and_mask) | or_mask) ^ xor_mask;
83 } while (! OSCompareAndSwap(oldValue, newValue, value));
115 UInt32 newValue; local
121 newValue = (oldValue & ~mask) | (newValue8 << shift);
123 return OSCompareAndSwap(oldValue, newValue, value32);
175 SInt8 newValue; local
179 newValue = oldValue + amount;
180 } while (! OSCompareAndSwap8((UInt8) oldValue, (UInt8) newValue, (volatil
189 UInt8 newValue; local
223 UInt32 newValue; local
249 SInt16 newValue; local
263 UInt16 newValue; local
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSAtomic.h80 UInt64 newValue,
184 * The OSCompareAndSwap function compares the value at the specified address with oldVal. The value of newValue is written to the address only if oldValue and the value at the address are equal. OSCompareAndSwap returns true if newValue is written to the address; otherwise, it returns false.
189 * @param newValue The value to write to address if oldValue compares true.
191 * @result true if newValue was written to the address.
195 UInt32 newValue,
207 * The OSCompareAndSwapPtr function compares the pointer-sized value at the specified address with oldVal. The value of newValue is written to the address only if oldValue and the value at the address are equal. OSCompareAndSwapPtr returns true if newValue is written to the address; otherwise, it returns false.
211 * @param newValue The pointer value to write to address if oldValue compares true.
213 * @result true if newValue wa
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DEndian.h101 void operator=(value_type newValue) { argument
102 endian::write_le<value_type, unaligned>((void *)&Value, newValue);
114 void operator=(value_type newValue) { argument
115 endian::write_be<value_type, unaligned>((void *)&Value, newValue);
127 void operator=(value_type newValue) { argument
128 endian::write_le<value_type, aligned>((void *)&Value, newValue);
140 void operator=(value_type newValue) { argument
141 endian::write_be<value_type, aligned>((void *)&Value, newValue);
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp1480 uintptr_t newValue = value+addend; local
1485 if ( *locationToFix != newValue )
1486 *locationToFix = newValue;
1490 value32 = (uint32_t)newValue;
1496 value32 = (uint32_t)(newValue - (((uintptr_t)locationToFix) + 4));
1507 return newValue;
H A DImageLoaderMachOClassic.cpp1956 uintptr_t newValue = interposedAddress(context, symbolPointers[pointerIndex], this); local
1957 if ( newValue != symbolPointers[pointerIndex] )
1958 symbolPointers[pointerIndex] = newValue;
1998 uintptr_t newValue = interposedAddress(context, value, this); local
1999 if ( newValue != value )
2000 *location = newValue;
H A DImageLoaderMachOCompressed.cpp1461 uintptr_t newValue = interposedAddress(context, curValue, this); local
1462 if ( newValue != curValue)
1463 *fixupLocation = newValue;
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConfigurationPrivate.h490 @param newValue The new requested setting for the capability;
497 CFTypeRef newValue) __OSX_AVAILABLE_STARTING(__MAC_10_7,__IPHONE_5_0/*SPI*/);
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/cf/
H A Ditem.c897 CFTypeRef newValue = CFDictionaryGetValue(mattrs->attrs, key); local
903 if (newValue)
904 CFDictionarySetValue(mattrs->item->keys, key, newValue);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateAVFoundationObjC.mm2636 void MediaPlayerPrivateAVFoundationObjC::canPlayFastForwardDidChange(bool newValue)
2638 m_cachedCanPlayFastForward = newValue;
2641 void MediaPlayerPrivateAVFoundationObjC::canPlayFastReverseDidChange(bool newValue)
2643 m_cachedCanPlayFastReverse = newValue;
2730 id newValue = [change valueForKey:NSKeyValueChangeNewKey];
2743 function = WTF::bind(&MediaPlayerPrivateAVFoundationObjC::firstFrameAvailableDidChange, m_callback, [newValue boolValue]);
2748 function = WTF::bind(&MediaPlayerPrivateAVFoundationObjC::trackEnabledDidChange, m_callback, [newValue boolValue]);
2763 function = WTF::bind(&MediaPlayerPrivateAVFoundationObjC::playerItemStatusDidChange, m_callback, [newValue intValue]);
2765 function = WTF::bind(&MediaPlayerPrivateAVFoundationObjC::playbackLikelyToKeepUpDidChange, m_callback, [newValue boolValue]);
2767 function = WTF::bind(&MediaPlayerPrivateAVFoundationObjC::playbackBufferEmptyDidChange, m_callback, [newValue boolValu
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecPolicy.cpp147 const CssmData newValue(value->Data, value->Length);
148 Policy::required(policyRef)->setValue(newValue);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecPolicy.cpp147 const CssmData newValue(value->Data, value->Length);
148 Policy::required(policyRef)->setValue(newValue);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecPolicy.cpp147 const CssmData newValue(value->Data, value->Length);
148 Policy::required(policyRef)->setValue(newValue);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDUPSClass.cpp63 static bool ShouldReplaceElement(UPSHIDElement * oldValue, UPSHIDElement * newValue) argument
66 if ( newValue->isCommand )
69 if ( oldValue && newValue &&
70 ((!oldValue->isDesiredCollection && newValue->isDesiredCollection) ||
71 ((newValue->isDesiredCollection == oldValue->isDesiredCollection) &&
72 (!oldValue->isDesiredType && newValue->isDesiredType))))
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp1301 void WebPageProxy::setMaintainsInactiveSelection(bool newValue) argument
1303 m_maintainsInactiveSelection = newValue;
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.cpp6014 static bool setWindowStyle(HWND window, int index, LONG_PTR newValue)
6021 return ::SetWindowLongPtr(window, index, newValue) || !::GetLastError();
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcontext.h181 void replace(CSSM_ATTRIBUTE_TYPE type, const T &newValue) const
184 *attr = Attr(type, newValue);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dheadermap.cpp120 void HeaderMap::merge(string key, string &old, string newValue) argument
122 old = newValue;
H A Dheadermap.h51 virtual void merge(std::string key, std::string &old, std::string newValue);
H A Dthreading_internal.h61 static bool cas(Integer oldValue, Integer newValue, Integer &base) argument
62 { return OSAtomicCompareAndSwap32(oldValue, newValue, &base); }
63 static bool casb(Integer oldValue, Integer newValue, Integer &base) argument
64 { return OSAtomicCompareAndSwap32Barrier(oldValue, newValue, &base); }
76 static bool cas(Integer oldValue, Integer newValue, Integer &base) argument
77 { return OSAtomicCompareAndSwap64(oldValue, newValue, &base); }
78 static bool casb(Integer oldValue, Integer newValue, Integer &base) argument
79 { return OSAtomicCompareAndSwap64Barrier(oldValue, newValue, &base); }
103 static bool cas(Type oldValue, Type newValue, Type &store) argument
104 { return _Ops::cas(_Type(oldValue), _Type(newValue), (_Typ
105 casb(Type oldValue, Type newValue, Type &store) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcontext.h181 void replace(CSSM_ATTRIBUTE_TYPE type, const T &newValue) const
184 *attr = Attr(type, newValue);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dheadermap.cpp120 void HeaderMap::merge(string key, string &old, string newValue) argument
122 old = newValue;
H A Dheadermap.h51 virtual void merge(std::string key, std::string &old, std::string newValue);
H A Dthreading_internal.h61 static bool cas(Integer oldValue, Integer newValue, Integer &base) argument
62 { return OSAtomicCompareAndSwap32(oldValue, newValue, &base); }
63 static bool casb(Integer oldValue, Integer newValue, Integer &base) argument
64 { return OSAtomicCompareAndSwap32Barrier(oldValue, newValue, &base); }
76 static bool cas(Integer oldValue, Integer newValue, Integer &base) argument
77 { return OSAtomicCompareAndSwap64(oldValue, newValue, &base); }
78 static bool casb(Integer oldValue, Integer newValue, Integer &base) argument
79 { return OSAtomicCompareAndSwap64Barrier(oldValue, newValue, &base); }
103 static bool cas(Type oldValue, Type newValue, Type &store) argument
104 { return _Ops::cas(_Type(oldValue), _Type(newValue), (_Typ
105 casb(Type oldValue, Type newValue, Type &store) argument
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.mm3848 - (void)setValidationMessageTimerMagnification:(int)newValue
3850 _private->validationMessageTimerMagnification = newValue;
H A DWebPDFView.mm670 - (void)setMarkedTextMatchesAreHighlighted:(BOOL)newValue
675 if (newValue)

Completed in 302 milliseconds

1234567891011