Home
last modified time | relevance | path

Searched refs:moves_from (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/miners/fs/
H A Dtracker-thumbnailer.c59 GSList *moves_from; member
101 g_slist_foreach (private->moves_from, (GFunc) g_free, NULL); in G_DEFINE_TYPE_WITH_CODE()
102 g_slist_free (private->moves_from); in G_DEFINE_TYPE_WITH_CODE()
322 private->moves_from = g_slist_prepend (private->moves_from, g_strdup (from_uri)); in tracker_thumbnailer_move_add()
472 list_len = g_slist_length (private->moves_from); in tracker_thumbnailer_send()
479 from_strv = tracker_dbus_slist_to_strv (private->moves_from); in tracker_thumbnailer_send()
500 g_slist_foreach (private->moves_from, (GFunc) g_free, NULL); in tracker_thumbnailer_send()
501 g_slist_free (private->moves_from); in tracker_thumbnailer_send()
502 private->moves_from = NULL; in tracker_thumbnailer_send()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/RNAlocmin/
H A Dmove_set_pk.cpp87 int *moves_from; member
456 Enc->moves_from[Enc->num_moves]=-i; in construct_moves()
466 Enc->moves_from[Enc->num_moves]=i; in construct_moves()
484 swp = Enc->moves_from[i]; in construct_moves()
485 Enc->moves_from[i]=Enc->moves_from[rnd]; in construct_moves()
486 Enc->moves_from[rnd]=swp; in construct_moves()
514 Enc->bp_left = Enc->moves_from[i]; in move_rset()
749 enc.moves_from = (int*) space(length*length*sizeof(int)); in move_adaptive_pk()
760 free(enc.moves_from); in move_adaptive_pk()
H A Dmove_set_inside.c67 int *moves_from; member
621 Enc->moves_from[Enc->num_moves]=-i; in construct_moves()
629 Enc->moves_from[Enc->num_moves]=i; in construct_moves()
646 swp = Enc->moves_from[i]; in construct_moves()
647 Enc->moves_from[i]=Enc->moves_from[rnd]; in construct_moves()
648 Enc->moves_from[rnd]=swp; in construct_moves()
675 Enc->bp_left = Enc->moves_from[i]; in move_rset()
911 enc.moves_from = (int*) space(ptable[0]*ptable[0]*sizeof(int)); in move_adaptive()
928 free(enc.moves_from); in move_adaptive()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dmove_set.c66 int *moves_from; member
640 Enc->moves_from[Enc->num_moves]=-i; in construct_moves()
650 Enc->moves_from[Enc->num_moves]=i; in construct_moves()
668 swp = Enc->moves_from[i]; in construct_moves()
669 Enc->moves_from[i]=Enc->moves_from[rnd]; in construct_moves()
670 Enc->moves_from[rnd]=swp; in construct_moves()
700 Enc->bp_left = Enc->moves_from[i]; in move_rset()
947 enc.moves_from = (int*) vrna_alloc(ptable[0]*ptable[0]*sizeof(int)); in move_adaptive()
964 free(enc.moves_from); in move_adaptive()