Home
last modified time | relevance | path

Searched refs:moved_data (Results 1 – 8 of 8) sorted by relevance

/dports/lang/yap/yap-6.2.2/library/tries/
H A Dbase_dbtries.c414 TrData moved_data = TrData_previous(inserted_data); in trie_data_order_correction() local
415 TrData moveto_data = TrData_previous(moved_data); in trie_data_order_correction()
418 if (compare_label_nodes(moveto_data, moved_data) == 2) in trie_data_order_correction()
419 moved_data = moveto_data; in trie_data_order_correction()
426 while(compare_label_nodes(moveto_data, moved_data) == 2) in trie_data_order_correction()
428 inserted_data = moved_data; in trie_data_order_correction()
429 moved_data = TrData_next(moved_data); in trie_data_order_correction()
430 if (moved_data != moveto_data) in trie_data_order_correction()
432 } while(moved_data); in trie_data_order_correction()
/dports/sysutils/brasero/brasero-3.12.3/libbrasero-burn/
H A Dbrasero-file-monitor.c366 moved_data = iter->data; in brasero_file_monitor_inotify_file_event()
370 moved_data = NULL; in brasero_file_monitor_inotify_file_event()
373 if (!moved_data) { in brasero_file_monitor_inotify_file_event()
384 moved_data->type, in brasero_file_monitor_inotify_file_event()
386 moved_data->name); in brasero_file_monitor_inotify_file_event()
408 moved_data->name, in brasero_file_monitor_inotify_file_event()
423 moved_data->type, in brasero_file_monitor_inotify_file_event()
425 moved_data->name); in brasero_file_monitor_inotify_file_event()
431 g_source_remove (moved_data->id); in brasero_file_monitor_inotify_file_event()
432 g_free (moved_data->name); in brasero_file_monitor_inotify_file_event()
[all …]
/dports/devel/p5-Config-Model/Config-Model-2.147/lib/Config/Model/
H A DNode.pm831 my $moved_data = delete $model->{$info_to_move};
832 next unless defined $moved_data;
833 $self->{$info_to_move}{$element_name} = $moved_data;
/dports/emulators/simh/simh-3.9.0_5/
H A Dsim_ether.c2649 u_char* moved_data = NULL; local
2652 moved_data = malloc(ETH_MIN_PACKET);
2653 memcpy(moved_data, data, len);
2654 memset(moved_data + len, 0, ETH_MIN_PACKET-len);
2656 data = moved_data;
2672 free(moved_data);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/function/
H A Df_tcm.c146 static int bot_send_status(struct usbg_cmd *cmd, bool moved_data) in bot_send_status() argument
153 if (!moved_data && cmd->data_len) { in bot_send_status()
184 bool moved_data = false; in bot_send_status_response() local
187 moved_data = true; in bot_send_status_response()
188 return bot_send_status(cmd, moved_data); in bot_send_status_response()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/function/
H A Df_tcm.c146 static int bot_send_status(struct usbg_cmd *cmd, bool moved_data) in bot_send_status() argument
153 if (!moved_data && cmd->data_len) { in bot_send_status()
184 bool moved_data = false; in bot_send_status_response() local
187 moved_data = true; in bot_send_status_response()
188 return bot_send_status(cmd, moved_data); in bot_send_status_response()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/function/
H A Df_tcm.c146 static int bot_send_status(struct usbg_cmd *cmd, bool moved_data) in bot_send_status() argument
153 if (!moved_data && cmd->data_len) { in bot_send_status()
184 bool moved_data = false; in bot_send_status_response() local
187 moved_data = true; in bot_send_status_response()
188 return bot_send_status(cmd, moved_data); in bot_send_status_response()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc1942 std::unique_ptr<WebContentsData> moved_data = in MoveWebContentsAtImpl() local
1944 WebContents* web_contents = moved_data->web_contents(); in MoveWebContentsAtImpl()
1947 std::move(moved_data)); in MoveWebContentsAtImpl()