Searched refs:oldState (Results 1 - 25 of 47) sorted by last modified time

12

/macosx-10.10/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.c1432 pmc_state_t oldState; local
1441 oldState = reservation->state;
1442 newState = pmc_internal_reservation_next_state(oldState, event);
1443 } while (newState != PMC_STATE_INVALID && !OSCompareAndSwap(oldState, newState, &(reservation->state)));
1446 COUNTER_DEBUG("Moved reservation %p from state "PMC_STATE_FORMAT" to state "PMC_STATE_FORMAT" for event %s\n", reservation, PMC_STATE_ARGS(oldState), PMC_STATE_ARGS(newState), pmc_state_event_name(event));
1448 COUNTER_DEBUG("No valid moves for reservation %p in state "PMC_STATE_FORMAT" for event %s\n", reservation, PMC_STATE_ARGS(oldState), pmc_state_event_name(event));
1452 *old_state_out = oldState;
1461 pmc_state_t oldState; local
1467 if (PMC_STATE_INVALID == (newState = pmc_internal_reservation_move_for_event(reservation, PMC_STATE_EVENT_CONTEXT_OUT, &oldState))) {
1472 if (PMC_STATE_STATE(newState) == PMC_STATE_STATE_STORE && PMC_STATE_STATE(oldState) !
1484 pmc_state_t oldState; local
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1007 IOOptionBits * oldState)
1034 if (oldState) *oldState = totalState;
2537 IOOptionBits * oldState )
2546 err = super::setPurgeable(newState, oldState);
2580 if (oldState)
2585 *oldState = state;
2598 IOOptionBits * oldState )
2603 if (_memRef) err = IOGeneralMemoryDescriptor::memoryReferenceSetPurgeable(_memRef, newState, oldState);
1004 memoryReferenceSetPurgeable( IOMemoryReference * ref, IOOptionBits newState, IOOptionBits * oldState) argument
H A DIOSubMemoryDescriptor.cpp134 IOOptionBits * oldState )
138 err = _parent->setPurgeable( newState, oldState );
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoader.cpp976 uint8_t oldState = fState; local
1002 oldState = fState;
1010 oldState = fState;
1022 fState = oldState;
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertions.c2683 uint32_t oldState; local
2698 oldState = assertion->state;
2709 if (oldState & kAssertionStateTimed)
2743 if (oldState & kAssertionStateTimed)
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dreader.cpp83 unsigned long oldState = mState.state(); local
113 this, name().c_str(), oldState, state.state());
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp2017 ReadyState oldState = m_readyState; local
2023 if (newState == oldState && m_tracksAreReady == tracksAreReady)
2028 if (newState == oldState)
2044 if (oldState > m_readyStateMaximum)
2045 m_readyStateMaximum = oldState;
2067 if (m_readyState >= HAVE_METADATA && oldState < HAVE_METADATA) {
2081 if (m_readyState >= HAVE_CURRENT_DATA && oldState < HAVE_CURRENT_DATA && !m_haveFiredLoadedData) {
2090 if (m_readyState == HAVE_FUTURE_DATA && oldState <= HAVE_CURRENT_DATA && tracksAreReady) {
2097 if (m_readyState == HAVE_ENOUGH_DATA && oldState < HAVE_ENOUGH_DATA && tracksAreReady) {
2098 if (oldState <
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMenuProxyMac.mm307 NSInteger oldState = [menuItemVector[i].get() state];
309 [menuItemVector[i].get() setState:oldState];
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DMediaSource.h121 void onReadyStateChange(const AtomicString& oldState, const AtomicString& newState);
H A DMediaSource.cpp387 AtomicString oldState = readyState(); local
388 LOG(MediaSource, "MediaSource::setReadyState() %p : %s -> %s", this, oldState.string().ascii().data(), state.string().ascii().data());
396 if (oldState == state)
401 onReadyStateChange(oldState, state);
791 void MediaSource::onReadyStateChange(const AtomicString& oldState, const AtomicString& newState) argument
798 if (oldState == openKeyword() && newState == endedKeyword()) {
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp1873 IOAudioEngineState oldState; local
1875 audioDebugIOLog(3, "+-IOAudioEngine[%p]::setState(0x%x. oldState=%#x)\n", this, newState, state);
1877 oldState = state;
1882 if (oldState != kIOAudioEngineRunning) {
1887 if (oldState == kIOAudioEngineRunning) {
1892 if (oldState == kIOAudioEnginePaused) {
1908 return oldState;
/macosx-10.10/JavaScriptCore-7600.1.17/parser/
H A DParser.cpp1300 ParserState oldState = saveState(); local
1302 restoreState(oldState);
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DWebProcessConnection.cpp330 bool oldState = m_visiblePluginInstanceIDs.isEmpty(); local
336 if (oldState != m_visiblePluginInstanceIDs.isEmpty())
342 bool oldState = m_visiblePluginInstanceIDs.isEmpty(); local
346 if (oldState != m_visiblePluginInstanceIDs.isEmpty())
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h258 @param oldState - if non-NULL, the previous purgeable state of the memory is returned here:<br>
265 IOOptionBits * oldState );
962 IOOptionBits * oldState);
1040 IOOptionBits * oldState );
/macosx-10.10/WebCore-7600.1.25/platform/mediastream/
H A DMediaStreamTrackPrivate.cpp203 MediaStreamSource::ReadyState oldState = m_readyState;
209 if ((m_readyState == MediaStreamSource::Live && oldState == MediaStreamSource::New) || m_readyState == MediaStreamSource::Ended)
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DAsyncTask.h103 State oldState = m_state.exchange(Signaled); local
104 if (oldState == Signaled || oldState == Running)
107 if (oldState == Sleeping) {
113 BASSERT(oldState == Exited);
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp3832 UInt32 oldState; local
3844 oldState = powerState;
3846 if (kIONDRVFramebufferPowerStateMax == oldState)
3918 ndrvPowerState = states[sleep][oldState][newState];
3951 if (kNDRVFramebufferSleepState == oldState)
3960 if (kNDRVFramebufferSleepState == oldState)
3978 if (kNDRVFramebufferSleepState == oldState)
4002 && ((newState > oldState)))
4012 if ((kNDRVFramebufferSleepState == oldState)
/macosx-10.10/IONetworkingFamily-101/
H A DIOOutputQueue.cpp600 UInt32 oldState; local
604 oldState = _state;
621 if ( ( oldState & kStateOutputStalled ) &&
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dsgmlparser.tcl1743 set oldState 0
1744 catch {set oldState $state(inInternalDTD)}
1883 set state(inInternalDTD) $oldState
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclEncoding.c2907 int oldState;
2910 oldState = state;
2921 state = oldState;
2935 * The state variable has the value of oldState when word is 0.
2939 if (state != oldState) {
2944 * state variable must be changed to the value of oldState
2948 state = oldState;
2875 int oldState; local
H A DtclIO.c3646 Tcl_EncodingState oldState;
3669 oldState = statePtr->inputEncodingState;
3694 gs.state = oldState;
3914 statePtr->inputEncodingState = oldState;
4816 Tcl_EncodingState oldState;
4915 oldState = statePtr->inputEncodingState;
5022 statePtr->inputEncodingState = oldState;
5045 statePtr->inputEncodingState = oldState;
3598 Tcl_EncodingState oldState; local
4762 Tcl_EncodingState oldState; local
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tile/
H A Drepeater.tcl57 set oldState [$w state pressed]
59 $w state $oldState
/macosx-10.10/vim-55/src/
H A Dedit.c7182 int oldState = State; local
7194 State = oldState;
8413 int oldState; local
8560 oldState = State;
8578 State = oldState;
H A Dmessage.c870 int oldState; local
898 oldState = State;
1040 State = oldState; /* restore State before set_shellsize */
2436 int oldState = State; local
2670 State = oldState;
3306 int oldState; local
3338 oldState = State;
3399 State = oldState;
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkWidget.c142 Ttk_State oldState = corePtr->state; local
143 corePtr->state = (oldState & ~clearBits) | setBits;
144 if (corePtr->state ^ oldState) {
688 Ttk_State oldState, changed; local
704 oldState = corePtr->state;
706 changed = corePtr->state ^ oldState;
711 Ttk_NewStateSpecObj(oldState & changed, ~oldState & changed));

Completed in 401 milliseconds

12