Home
last modified time | relevance | path

Searched refs:prev_state (Results 76 – 100 of 1170) sorted by relevance

12345678910>>...47

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/importers/ftrace/
H A Dsched_event_tracker.h56 int64_t prev_state,
65 int64_t prev_state,
105 int64_t prev_state,
111 void ClosePendingSlice(uint32_t slice_idx, int64_t ts, int64_t prev_state);
/dports/devel/libglade2/libglade-2.6.4/glade/
H A Dglade-parser.c573 state->prev_state = state->state; in glade_parser_start_element()
634 state->prev_state = state->state; in glade_parser_start_element()
685 state->prev_state = state->state; in glade_parser_start_element()
691 state->prev_state = state->state; in glade_parser_start_element()
714 state->prev_state = state->state; in glade_parser_start_element()
734 state->prev_state = state->state; in glade_parser_start_element()
832 state->prev_state = state->state; in glade_parser_start_element()
838 state->prev_state = state->state; in glade_parser_start_element()
844 state->prev_state = state->state; in glade_parser_start_element()
850 state->prev_state = state->state; in glade_parser_start_element()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_dataflow/src/framework/
H A Dgraphviz.rs465 prev_state: A::Domain, field
483 prev_state: results.analysis.bottom_value(body), in run()
507 self.prev_state.clone_from(state); in visit_block_start()
518 self.prev_state.clone_from(state); in visit_block_end()
529 before.push(diff_pretty(state, &self.prev_state, self.analysis)); in visit_statement_before_primary_effect()
530 self.prev_state.clone_from(state) in visit_statement_before_primary_effect()
540 self.after.push(diff_pretty(state, &self.prev_state, self.analysis)); in visit_statement_after_primary_effect()
541 self.prev_state.clone_from(state) in visit_statement_after_primary_effect()
551 before.push(diff_pretty(state, &self.prev_state, self.analysis)); in visit_terminator_before_primary_effect()
552 self.prev_state.clone_from(state) in visit_terminator_before_primary_effect()
[all …]
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/contrib/
H A DdrawBttn.c277 else if(image->frames[idx].prev_state != None) in DrawFrame()
290 XCopyArea(dpy, image->frames[idx].prev_state, image->pixmap, gc, in DrawFrame()
315 image->frames[idx].prev_state == None) in DrawFrame()
317 Pixmap prev_state; in DrawFrame() local
322 prev_state = XCreatePixmap(dpy, win, width, height, in DrawFrame()
326 tmpGC = XCreateGC(dpy, prev_state, 0, 0); in DrawFrame()
328 XCopyArea(dpy, image->pixmap, prev_state, tmpGC, fx, fy, width, in DrawFrame()
332 image->frames[idx].prev_state = prev_state; in DrawFrame()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/
H A Dsched-migration.py104 def sched_switch(self, prev, prev_state, next): argument
107 if taskState(prev_state) == "R" and next in self.tasks \
111 if taskState(prev_state) != "R":
116 if taskState(prev_state) != "R":
118 elif taskState(prev_state) == "R":
179 def sched_switch(self, ts_list, prev, prev_state, next, cpu): argument
181 new_rq = old_rq.sched_switch(prev, prev_state, next)
333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, argument
349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
422 prev_comm, prev_pid, prev_prio, prev_state, argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/
H A Dsched-migration.py104 def sched_switch(self, prev, prev_state, next): argument
107 if taskState(prev_state) == "R" and next in self.tasks \
111 if taskState(prev_state) != "R":
116 if taskState(prev_state) != "R":
118 elif taskState(prev_state) == "R":
179 def sched_switch(self, ts_list, prev, prev_state, next, cpu): argument
181 new_rq = old_rq.sched_switch(prev, prev_state, next)
333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, argument
349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
422 prev_comm, prev_pid, prev_prio, prev_state, argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/scripts/python/
H A Dsched-migration.py104 def sched_switch(self, prev, prev_state, next): argument
107 if taskState(prev_state) == "R" and next in self.tasks \
111 if taskState(prev_state) != "R":
116 if taskState(prev_state) != "R":
118 elif taskState(prev_state) == "R":
179 def sched_switch(self, ts_list, prev, prev_state, next, cpu): argument
181 new_rq = old_rq.sched_switch(prev, prev_state, next)
333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, argument
349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
422 prev_comm, prev_pid, prev_prio, prev_state, argument
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplbuf.c1194 struct _state *prev_state; local
1216 prev_state->size = save_size;
1217 prev_state->valid = 1;
1221 prev_state->plbufFile = pls->plbufFile;
1225 prev_state->plbuf_top = pls->plbuf_top;
1229 prev_state->color_map[0].cmap = pls->cmap0;
1230 prev_state->color_map[0].icol = pls->icol0;
1231 prev_state->color_map[0].ncol = pls->ncol0;
1233 prev_state->color_map[1].cmap = pls->cmap1;
1234 prev_state->color_map[1].icol = pls->icol1;
[all …]
/dports/devel/R-cran-glue/glue/src/
H A Dglue.c70 states prev_state = text; in glue_() local
95 state = prev_state; in glue_()
100 prev_state = single_quote; in glue_()
109 prev_state = double_quote; in glue_()
118 prev_state = backtick; in glue_()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/atomic/src/
H A Dlock_pool.cpp457 if (BOOST_LIKELY((prev_state & mutex_bits::locked) == 0u)) in long_lock()
459 futex_operations::storage_type new_state = prev_state | mutex_bits::locked; in long_lock()
473 …futex_operations::storage_type prev_state = futex_operations::load(m_mutex, boost::memory_order_re… in lock_slow_path() local
476 if (BOOST_LIKELY((prev_state & mutex_bits::locked) == 0u)) in lock_slow_path()
478 futex_operations::storage_type new_state = prev_state | mutex_bits::locked; in lock_slow_path()
484 futex_operations::storage_type new_state = prev_state | mutex_bits::contended; in lock_slow_path()
488 prev_state = futex_operations::load(m_mutex, boost::memory_order_relaxed); in lock_slow_path()
497 …futex_operations::storage_type prev_state = futex_operations::load(m_mutex, boost::memory_order_re… in unlock() local
501 new_state = (prev_state & (~mutex_bits::locked)) + mutex_bits::counter_one; in unlock()
506 if ((prev_state & mutex_bits::contended) != 0u) in unlock()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/atomic/src/
H A Dlock_pool.cpp457 if (BOOST_LIKELY((prev_state & mutex_bits::locked) == 0u)) in long_lock()
459 futex_operations::storage_type new_state = prev_state | mutex_bits::locked; in long_lock()
473 …futex_operations::storage_type prev_state = futex_operations::load(m_mutex, boost::memory_order_re… in lock_slow_path() local
476 if (BOOST_LIKELY((prev_state & mutex_bits::locked) == 0u)) in lock_slow_path()
478 futex_operations::storage_type new_state = prev_state | mutex_bits::locked; in lock_slow_path()
484 futex_operations::storage_type new_state = prev_state | mutex_bits::contended; in lock_slow_path()
488 prev_state = futex_operations::load(m_mutex, boost::memory_order_relaxed); in lock_slow_path()
497 …futex_operations::storage_type prev_state = futex_operations::load(m_mutex, boost::memory_order_re… in unlock() local
501 new_state = (prev_state & (~mutex_bits::locked)) + mutex_bits::counter_one; in unlock()
506 if ((prev_state & mutex_bits::contended) != 0u) in unlock()
[all …]
/dports/security/beid/eid-mw-5.0.8/plugins_tools/eid-viewer/test/
H A Ddeserialize.c25 static enum eid_vwr_states prev_state = STATE_LIBOPEN; in newstate() local
30 if(prev_state == STATE_FILE) { in newstate()
59 prev_state = new_state; in newstate()
/dports/www/p5-Protocol-HTTP2/Protocol-HTTP2-1.10/lib/Protocol/HTTP2/
H A DConnection.pm204 my $prev_state = $self->{streams}->{ $promised_sid || $stream_id }->{state};
207 return if !defined $prev_state && $type == RST_STREAM && $act eq 'send';
254 elsif ( $prev_state == IDLE ) {
274 const_name( "states", $prev_state )
281 elsif ( $prev_state == OPEN ) {
300 elsif ( $prev_state == RESERVED ) {
315 elsif ( $prev_state == HALF_CLOSED ) {
331 elsif ( $prev_state == CLOSED ) {
/dports/net/haproxy17/haproxy-1.7.14/include/proto/
H A Dbackend.h84 enum srv_state state = srv->prev_state; in srv_was_usable()
108 srv->prev_state = srv->state; in srv_lb_commit_status()
118 return (srv->state != srv->prev_state || in srv_lb_status_changed()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dgcalc_tools.cc868 if ((prev_state == state_01) && (prev_state == state_2)) in handle_polygons_intersection()
870 if (state_11 == prev_state) in handle_polygons_intersection()
877 if (prev_state == state_2) in handle_polygons_intersection()
903 if (prev_state == state_01) in handle_polygons_intersection()
923 int prev_state; in count_slice() local
968 prev_state= 0; in count_slice()
977 prev_state^= cur_t->result_range; in count_slice()
981 prev_range= prev_state ? cur_t : 0; in count_slice()
1040 if (!prev_state && in count_slice()
1056 poly_state= prev_state; in count_slice()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dgcalc_tools.cc868 if ((prev_state == state_01) && (prev_state == state_2)) in handle_polygons_intersection()
870 if (state_11 == prev_state) in handle_polygons_intersection()
877 if (prev_state == state_2) in handle_polygons_intersection()
903 if (prev_state == state_01) in handle_polygons_intersection()
923 int prev_state; in count_slice() local
968 prev_state= 0; in count_slice()
977 prev_state^= cur_t->result_range; in count_slice()
981 prev_range= prev_state ? cur_t : 0; in count_slice()
1040 if (!prev_state && in count_slice()
1056 poly_state= prev_state; in count_slice()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dgcalc_tools.cc868 if ((prev_state == state_01) && (prev_state == state_2)) in handle_polygons_intersection()
870 if (state_11 == prev_state) in handle_polygons_intersection()
877 if (prev_state == state_2) in handle_polygons_intersection()
903 if (prev_state == state_01) in handle_polygons_intersection()
923 int prev_state; in count_slice() local
968 prev_state= 0; in count_slice()
977 prev_state^= cur_t->result_range; in count_slice()
981 prev_range= prev_state ? cur_t : 0; in count_slice()
1040 if (!prev_state && in count_slice()
1056 poly_state= prev_state; in count_slice()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dgcalc_tools.cc868 if ((prev_state == state_01) && (prev_state == state_2)) in handle_polygons_intersection()
870 if (state_11 == prev_state) in handle_polygons_intersection()
877 if (prev_state == state_2) in handle_polygons_intersection()
903 if (prev_state == state_01) in handle_polygons_intersection()
923 int prev_state; in count_slice() local
968 prev_state= 0; in count_slice()
977 prev_state^= cur_t->result_range; in count_slice()
981 prev_range= prev_state ? cur_t : 0; in count_slice()
1040 if (!prev_state && in count_slice()
1056 poly_state= prev_state; in count_slice()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dgcalc_tools.cc868 if ((prev_state == state_01) && (prev_state == state_2)) in handle_polygons_intersection()
870 if (state_11 == prev_state) in handle_polygons_intersection()
877 if (prev_state == state_2) in handle_polygons_intersection()
903 if (prev_state == state_01) in handle_polygons_intersection()
923 int prev_state; in count_slice() local
968 prev_state= 0; in count_slice()
977 prev_state^= cur_t->result_range; in count_slice()
981 prev_range= prev_state ? cur_t : 0; in count_slice()
1040 if (!prev_state && in count_slice()
1056 poly_state= prev_state; in count_slice()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospf6d/
H A Dospf6_neighbor.c156 uint8_t prev_state; in ospf6_neighbor_state_change() local
158 prev_state = on->state; in ospf6_neighbor_state_change()
161 if (prev_state == next_state) in ospf6_neighbor_state_change()
181 || (next_state < prev_state))) in ospf6_neighbor_state_change()
183 ospf6_neighbor_state_str[prev_state], in ospf6_neighbor_state_change()
187 if (prev_state == OSPF6_NEIGHBOR_FULL in ospf6_neighbor_state_change()
199 if ((prev_state == OSPF6_NEIGHBOR_LOADING || in ospf6_neighbor_state_change()
200 prev_state == OSPF6_NEIGHBOR_EXCHANGE) && in ospf6_neighbor_state_change()
206 if (prev_state == OSPF6_NEIGHBOR_FULL) in ospf6_neighbor_state_change()
210 if ((prev_state == OSPF6_NEIGHBOR_EXCHANGE in ospf6_neighbor_state_change()
[all …]
/dports/net/frr7/frr-frr-7.5.1/ospf6d/
H A Dospf6_neighbor.c156 uint8_t prev_state; in ospf6_neighbor_state_change() local
158 prev_state = on->state; in ospf6_neighbor_state_change()
161 if (prev_state == next_state) in ospf6_neighbor_state_change()
181 || (next_state < prev_state))) in ospf6_neighbor_state_change()
183 ospf6_neighbor_state_str[prev_state], in ospf6_neighbor_state_change()
187 if (prev_state == OSPF6_NEIGHBOR_FULL in ospf6_neighbor_state_change()
199 if ((prev_state == OSPF6_NEIGHBOR_LOADING || in ospf6_neighbor_state_change()
200 prev_state == OSPF6_NEIGHBOR_EXCHANGE) && in ospf6_neighbor_state_change()
206 if (prev_state == OSPF6_NEIGHBOR_FULL) in ospf6_neighbor_state_change()
210 if ((prev_state == OSPF6_NEIGHBOR_EXCHANGE in ospf6_neighbor_state_change()
[all …]
/dports/graphics/grafx2/grafx2/src/
H A Dbrush_ops.c682 short prev_state; in Stretch_brush_1_7() local
685 Operation_pop(&prev_state); in Stretch_brush_1_7()
773 short prev_state; in Stretch_brush_0_7() local
775 Operation_pop(&prev_state); in Stretch_brush_0_7()
781 if ((Paintbrush_X!=old_x) || (Paintbrush_Y!=old_y) || (prev_state!=3)) in Stretch_brush_0_7()
951 short prev_state; in Rotate_brush_1_5() local
955 Operation_pop(&prev_state); in Rotate_brush_1_5()
965 if ( (cursor_x!=old_x) || (cursor_y!=old_y) || (prev_state!=2) ) in Rotate_brush_1_5()
1021 short prev_state; in Rotate_brush_0_5() local
1026 Operation_pop(&prev_state); in Rotate_brush_0_5()
[all …]
/dports/audio/rubberband/rubberband-2.0.0/src/dsp/
H A DBQResampler.cpp487 const BQResampler::state &BQ_R__ prev_state) const in state_for_ratio()
536 int(prev_state.buffer.size() / m_channels)); in state_for_ratio()
561 if (prev_state.buffer.size() > 0) { in state_for_ratio()
562 if (int(prev_state.buffer.size()) == buffer_length) { in state_for_ratio()
563 target_state.buffer = prev_state.buffer; in state_for_ratio()
564 target_state.fill = prev_state.fill; in state_for_ratio()
567 for (int i = 0; i < prev_state.fill; ++i) { in state_for_ratio()
568 int offset = i - prev_state.centre; in state_for_ratio()
571 target_state.buffer[new_ix] = prev_state.buffer[i]; in state_for_ratio()
577 int phases_then = int(prev_state.phase_info.size()); in state_for_ratio()
[all …]
/dports/cad/ktechlab/ktechlab-0.50.0/src/electronics/components/
H A Dflipflop.cpp307 m_pQ->setHigh(!prev_state); in clockChanged()
308 m_pQBar->setHigh(prev_state); in clockChanged()
309 prev_state = !prev_state; in clockChanged()
314 prev_state = j; in clockChanged()
327 prev_state = set; in asyncChanged()
335 prev_state = false; in inStateChanged()
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dlwp_watchdog.c104 u32 prev_state; in __lwp_wd_remove() local
110 prev_state = wd->state; in __lwp_wd_remove()
111 switch(prev_state) { in __lwp_wd_remove()
127 return prev_state; in __lwp_wd_remove()

12345678910>>...47