/third_party/node/deps/v8/src/heap/ |
H A D | local-heap.cc | 189 ThreadState old_state = state_.SetParked(); in ParkSlowPath() local 191 if (old_state.IsCollectionRequested()) in ParkSlowPath() 216 ThreadState old_state = state_.SetParked(); in ParkSlowPath() local 217 CHECK(old_state.IsRunning()); in ParkSlowPath() 218 CHECK(old_state.IsSafepointRequested()); in ParkSlowPath() 219 CHECK(!old_state.IsCollectionRequested()); in ParkSlowPath() 326 ThreadState old_state = state_.SetParked(); in SleepInSafepoint() local 327 CHECK(old_state.IsRunning()); in SleepInSafepoint() 328 CHECK(old_state.IsSafepointRequested()); in SleepInSafepoint() 329 CHECK_IMPLIES(old_state in SleepInSafepoint() 372 const ThreadState old_state = main_thread->state_.SetCollectionRequested(); TryPerformCollection() local [all...] |
H A D | safepoint.cc | 143 const LocalHeap::ThreadState old_state = in SetSafepointRequestedFlags() local 146 if (old_state.IsRunning()) running++; in SetSafepointRequestedFlags() 147 CHECK_IMPLIES(old_state.IsCollectionRequested(), in SetSafepointRequestedFlags() 149 CHECK(!old_state.IsSafepointRequested()); in SetSafepointRequestedFlags() 191 const LocalHeap::ThreadState old_state = in ClearSafepointRequestedFlags() local 194 CHECK(old_state.IsParked()); in ClearSafepointRequestedFlags() 195 CHECK(old_state.IsSafepointRequested()); in ClearSafepointRequestedFlags() 196 CHECK_IMPLIES(old_state.IsCollectionRequested(), in ClearSafepointRequestedFlags()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | support.h | 72 const BOOL old_state = test_bit(bit, var); \ 74 old_state; \ 79 const BOOL old_state = test_bit(bit, var); \ 81 old_state; \
|
/third_party/pulseaudio/src/pulsecore/resampler/ |
H A D | soxr.c | 79 soxr_t old_state; in resampler_soxr_reset() 83 old_state = r->impl.data; in resampler_soxr_reset() 87 if (old_state) in resampler_soxr_reset() 88 soxr_delete(old_state); in resampler_soxr_reset() 90 r->impl.data = old_state; in resampler_soxr_reset()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | node-observer.cc | 43 ObservableNodeState old_state = observation->state; in OnNodeChanged() 47 observation->observer->OnNodeChanged(reducer_name, new_node, old_state); in OnNodeChanged()
|
H A D | node-observer.h | 75 const ObservableNodeState& old_state) { in OnNodeChanged() 74 OnNodeChanged(const char* reducer_name, const Node* node, const ObservableNodeState& old_state) OnNodeChanged() argument
|
/third_party/node/deps/v8/src/strings/ |
H A D | unicode-inl.h | 87 State old_state = *state; in ValueOfIncremental() local 91 if (V8_LIKELY(next <= kMaxOneByteChar && old_state == State::kAccept)) { in ValueOfIncremental() 117 if (old_state != State::kAccept) { in ValueOfIncremental()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_ctrl_aux.h | 67 enum fst_session_state old_state; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_ctrl_aux.h | 67 enum fst_session_state old_state; member
|
/third_party/lwip/src/core/ |
H A D | netif.c | 1539 u8_t old_state; local 1544 old_state = netif_ip6_addr_state(netif, addr_idx); 1546 if (old_state != state) { 1547 u8_t old_valid = old_state & IP6_ADDR_VALID; 1572 if ((old_state & ~IP6_ADDR_TENTATIVE_COUNT_MASK) != 1582 args.ipv6_addr_state_changed.old_state = old_state;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | notify.c | 86 enum wpa_states old_state) in wpas_notify_state_changed() 98 else if (old_state >= WPA_ASSOCIATED && in wpas_notify_state_changed() 106 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED) in wpas_notify_state_changed() 84 wpas_notify_state_changed(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) wpas_notify_state_changed() argument
|
H A D | notify.h | 25 enum wpa_states old_state);
|
/third_party/lwip/src/api/ |
H A D | api_msg.c | 464 enum netconn_state old_state; local 481 old_state = conn->state; 505 if ((old_state == NETCONN_WRITE) || (old_state == NETCONN_CLOSE) || 506 (old_state == NETCONN_CONNECT)) { 516 if (old_state == NETCONN_CLOSE) {
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup.c | 329 const unsigned old_state = setup->state; in set_scene_state() local 331 if (old_state == new_state) in set_scene_state() 337 states[old_state], in set_scene_state() 348 if (old_state == SETUP_FLUSHED) in set_scene_state() 361 if (old_state == SETUP_CLEARED) in set_scene_state()
|
/third_party/lwip/src/core/ipv6/ |
H A D | nd6.c | 2521 u8_t old_state, old_member, new_member; local 2523 old_state = netif_ip6_addr_state(netif, addr_idx); 2528 old_member = (old_state != IP6_ADDR_INVALID && old_state != IP6_ADDR_DUPLICATED && old_state != IP6_ADDR_TENTATIVE);
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink-input.h | 196 void (*suspend) (pa_sink_input *i, pa_sink_state_t old_state, pa_suspend_cause_t old_suspend_cause); /* may be NULL */
|
H A D | source-output.h | 159 void (*suspend) (pa_source_output *o, pa_source_state_t old_state, pa_suspend_cause_t old_suspend_cause); /* may be NULL */
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | notify.h | 76 enum wpa_states old_state);
|
H A D | notify.c | 117 enum wpa_states old_state) in wpas_notify_state_changed() 129 else if (old_state >= WPA_ASSOCIATED && in wpas_notify_state_changed() 137 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED) in wpas_notify_state_changed() 115 wpas_notify_state_changed(struct wpa_supplicant *wpa_s, enum wpa_states new_state, enum wpa_states old_state) wpas_notify_state_changed() argument
|
/third_party/node/src/ |
H A D | node_report.cc | 102 std::ios old_state(nullptr); in WriteNodeReport() 103 old_state.copyfmt(out); in WriteNodeReport() 254 out.copyfmt(old_state); in WriteNodeReport()
|
/third_party/rust/crates/log/src/ |
H A D | lib.rs | 1475 let old_state = match STATE.compare_exchange( in set_logger() 1483 match old_state { in set_logger()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-loopback.c | 963 static void source_output_suspend_cb(pa_source_output *o, pa_source_state_t old_state, pa_suspend_cause_t old_suspend_cause) { in source_output_suspend_cb() argument 972 if (old_state == o->source->state) in source_output_suspend_cb() 1394 static void sink_input_suspend_cb(pa_sink_input *i, pa_sink_state_t old_state, pa_suspend_cause_t old_suspend_cause) { in sink_input_suspend_cb() argument 1403 if (old_state == i->sink->state) in sink_input_suspend_cb()
|
/third_party/python/Modules/ |
H A D | gcmodule.c | 2045 int old_state = gcstate->enabled; in PyGC_Enable() local 2047 return old_state; in PyGC_Enable() 2054 int old_state = gcstate->enabled; in PyGC_Disable() local 2056 return old_state; in PyGC_Disable()
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.h | 374 uint32_t old_state; member
|
/third_party/lwip/src/include/lwip/ |
H A D | netif.h | 672 u8_t old_state; member
|