Home
last modified time | relevance | path

Searched refs:update_start (Results 1 – 25 of 55) sorted by relevance

123

/dports/biology/avida/avida-2.12.4-src/avida-core/source/utils/task_events/
H A Dtask_event_gen.cc37 const int update_start = start_str.AsInt(); in main() local
70 if (update_start >= update_stop) { in main()
72 << ") must be *after* start update (" << update_start in main()
82 << " updates, from " << update_start in main()
110 for (int cur_update = update_start; in main()
H A Dtask_event_gen.old.cc37 const int update_start = start_str.AsInt(); in main() local
74 if (update_start >= update_stop) { in main()
76 << ") must be *after* start update (" << update_start in main()
86 << " updates, from " << update_start in main()
112 for (int cur_update = update_start; in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Dpod_red_black_tree.h480 Node* update_start = x->Parent(); in InsertNode() local
494 update_start = x->Parent(); in InsertNode()
507 update_start = new_sub_tree_root->Parent(); in InsertNode()
521 update_start = x->Parent(); in InsertNode()
534 update_start = new_sub_tree_root->Parent(); in InsertNode()
539 PropagateUpdates(update_start); in InsertNode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Dpod_red_black_tree.h480 Node* update_start = x->Parent(); in InsertNode() local
494 update_start = x->Parent(); in InsertNode()
507 update_start = new_sub_tree_root->Parent(); in InsertNode()
521 update_start = x->Parent(); in InsertNode()
534 update_start = new_sub_tree_root->Parent(); in InsertNode()
539 PropagateUpdates(update_start); in InsertNode()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/
H A DUpdate.h5 int update_start(char *data, unsigned int len);
H A DUpdate.cpp29 int update_start(char *data, unsigned int len) in update_start() function
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/
H A Dcoloring.py276 update_start = res[0]
282 update_start = search_start
290 self._update_uniline_tokens(update_start, update_end)
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstsegment.c237 gboolean update_stop, update_start; in gst_segment_do_seek() local
244 update_start = update_stop = TRUE; in gst_segment_do_seek()
253 update_start = FALSE; in gst_segment_do_seek()
267 update_start = FALSE; in gst_segment_do_seek()
326 if (update_start && rate > 0.0) { in gst_segment_do_seek()
/dports/www/osrm-backend/osrm-backend-5.26.0/src/extractor/
H A Drestriction_compressor.cpp62 const auto update_start = [&](auto ptr) { in Compress() local
99 std::for_each(start_ptrs.begin(), start_ptrs.end(), update_start); in Compress()
/dports/emulators/qemu/qemu-6.2.0/hw/display/
H A Dartist.c590 bool update_start, int skip_pix, int max_pix) in draw_line() argument
605 if (update_start) { in draw_line()
717 static void draw_line_size(ARTISTState *s, bool update_start) in draw_line_size() argument
725 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_size()
728 static void draw_line_xy(ARTISTState *s, bool update_start) in draw_line_xy() argument
778 static void draw_line_end(ARTISTState *s, bool update_start) in draw_line_end() argument
786 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_end()
/dports/emulators/qemu60/qemu-6.0.0/hw/display/
H A Dartist.c590 bool update_start, int skip_pix, int max_pix) in draw_line() argument
605 if (update_start) { in draw_line()
717 static void draw_line_size(ARTISTState *s, bool update_start) in draw_line_size() argument
725 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_size()
728 static void draw_line_xy(ARTISTState *s, bool update_start) in draw_line_xy() argument
778 static void draw_line_end(ARTISTState *s, bool update_start) in draw_line_end() argument
786 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_end()
/dports/emulators/qemu5/qemu-5.2.0/hw/display/
H A Dartist.c591 bool update_start, int skip_pix, int max_pix) in draw_line() argument
606 if (update_start) { in draw_line()
718 static void draw_line_size(ARTISTState *s, bool update_start) in draw_line_size() argument
726 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_size()
729 static void draw_line_xy(ARTISTState *s, bool update_start) in draw_line_xy() argument
779 static void draw_line_end(ARTISTState *s, bool update_start) in draw_line_end() argument
787 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_end()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/display/
H A Dartist.c558 bool update_start, int skip_pix, int max_pix)
568 if (update_start) {
679 static void draw_line_size(ARTISTState *s, bool update_start)
687 draw_line(s, startx, starty, endx, endy, update_start, -1, -1);
690 static void draw_line_xy(ARTISTState *s, bool update_start)
740 static void draw_line_end(ARTISTState *s, bool update_start)
748 draw_line(s, startx, starty, endx, endy, update_start, -1, -1);
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/display/
H A Dartist.c558 bool update_start, int skip_pix, int max_pix) in draw_line() argument
568 if (update_start) { in draw_line()
679 static void draw_line_size(ARTISTState *s, bool update_start) in draw_line_size() argument
687 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_size()
690 static void draw_line_xy(ARTISTState *s, bool update_start) in draw_line_xy() argument
740 static void draw_line_end(ARTISTState *s, bool update_start) in draw_line_end() argument
748 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_end()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/display/
H A Dartist.c590 bool update_start, int skip_pix, int max_pix) in draw_line() argument
605 if (update_start) { in draw_line()
717 static void draw_line_size(ARTISTState *s, bool update_start) in draw_line_size() argument
725 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_size()
728 static void draw_line_xy(ARTISTState *s, bool update_start) in draw_line_xy() argument
778 static void draw_line_end(ARTISTState *s, bool update_start) in draw_line_end() argument
786 draw_line(s, startx, starty, endx, endy, update_start, -1, -1); in draw_line_end()
/dports/biology/sigviewer/sigviewer-0.6.4-13-gf62f8d9/src/gui_impl/signal_browser/
H A Dsignal_graphics_item.cpp373 int32 update_start = std::min(old_pos, new_signal_event_->getPosition()); in mouseMoveEvent() local
375 update (update_start, 0, update_end - update_start, height_); in mouseMoveEvent()
/dports/emulators/mess/mame-mame0226/src/emu/
H A Dsound.cpp727 attotime update_start = m_output[outputnum].end_time(); in update_view() local
728 if (update_start <= end) in update_view()
732 m_output_view[outindex] = m_output[outindex].view(update_start, end); in update_view()
745 m_input_view[inputnum] = m_input[inputnum].update(update_start, end); in update_view()
747 m_input_view[inputnum] = empty_view(update_start, end); in update_view()
/dports/emulators/mame/mame-mame0226/src/emu/
H A Dsound.cpp727 attotime update_start = m_output[outputnum].end_time(); in update_view() local
728 if (update_start <= end) in update_view()
732 m_output_view[outindex] = m_output[outindex].view(update_start, end); in update_view()
745 m_input_view[inputnum] = m_input[inputnum].update(update_start, end); in update_view()
747 m_input_view[inputnum] = empty_view(update_start, end); in update_view()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/update/
H A DUpdateActivity.cpp105 if (update_start(res, uncompressedLength)) in doWork()
/dports/databases/beansdb/beansdb-0.7.1.4/src/
H A Drecord.c611 struct timeval opt_start, opt_end, update_start, update_end; in optimizeDataFile() local
777 gettimeofday(&update_start, NULL); in optimizeDataFile()
804 …float update_secs = (update_end.tv_sec - update_start.tv_sec) + (update_end.tv_usec - update_start in optimizeDataFile()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcon.h66 int (*update_start)(struct fb_info *info); member
H A Dtileblit.c141 ops->update_start = tile_update_start; in fbcon_set_tileops()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcon.h66 int (*update_start)(struct fb_info *info); member
H A Dtileblit.c141 ops->update_start = tile_update_start; in fbcon_set_tileops()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/core/
H A Dfbcon.h66 int (*update_start)(struct fb_info *info); member

123