Home
last modified time | relevance | path

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

/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dmeta_move_funcs_helpers.h178 #define FCS_POS_IDX_TO_CHECK_START_LOOP(src_card) \ argument
179 const_AUTO(pos_pos, pos_by_rank__freecell[(int)src_card]); \
205 #define FCS_POS_IDX_TO_CHECK_START_LOOP(src_card) \ argument
207 FCS_POS_BY_RANK_WIDTH * (fcs_card_rank(src_card)))]; \
212 FCS_PROTO_CARD_SUIT_POSITIONS_BY_RANK_INITIAL_OFFSET(src_card)); \
H A Dfreecell.c304 const fcs_card src_card = fcs_freecell_card(state_key, fc); in DECLARE_MOVE_FUNCTION() local
306 if (!(fcs_card_is_valid(src_card) && (!fcs_card_is_king(src_card)))) in DECLARE_MOVE_FUNCTION()
310 FCS_POS_IDX_TO_CHECK_START_LOOP(src_card) in DECLARE_MOVE_FUNCTION()
354 fcs_state_push(&new_state_key, (stack_i)ds, src_card); in DECLARE_MOVE_FUNCTION()
878 const fcs_card src_card = fcs_freecell_card(state_key, fc); in DECLARE_MOVE_FUNCTION() local
879 if (SHOULD_SKIP_FC_CARD(src_card)) in DECLARE_MOVE_FUNCTION()
894 if (!unlikely(fcs_is_parent_card(dest_card, src_card))) in DECLARE_MOVE_FUNCTION()
902 fcs_state_push(&new_state_key, (stack_i)empty_stack_idx, src_card); in DECLARE_MOVE_FUNCTION()
926 if (!unlikely(fcs_is_parent_card(card, src_card))) in DECLARE_MOVE_FUNCTION()
940 &new_state_key, (stack_i)empty_stack_idx, src_card); in DECLARE_MOVE_FUNCTION()
H A Ddbm_solver.c291 fcs_card src_card; in populate_instance_with_intermediate_input_line() local
305 fcs_col_pop_card(src_col, src_card); in populate_instance_with_intermediate_input_line()
318 src_card = fcs_freecell_card(the_state, src); in populate_instance_with_intermediate_input_line()
327 fcs_state_push(&the_state, dest, src_card); in populate_instance_with_intermediate_input_line()
335 fcs_put_card_in_freecell(the_state, dest, src_card); in populate_instance_with_intermediate_input_line()
H A Dsimpsim.c363 const fcs_card src_card, const size_t num_src_junk_true_seqs) in generic_false_seq_index_loop() argument
385 ? src_card in generic_false_seq_index_loop()
951 const fcs_card src_card = fcs_col_get_card(col, height); in DECLARE_MOVE_FUNCTION() local
956 fcs_col_get_card(dest_col, dest_col_len - 1), src_card)) in DECLARE_MOVE_FUNCTION()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Djmap_contact.c4151 json_t *src_card = jmap_contact_from_vcard(vcard->objects, src_mbox, &record); in _contact_copy() local
4152 if (src_card) { in _contact_copy()
4153 json_t *avatar = json_object_get(src_card, "avatar"); in _contact_copy()
4159 json_object_del(src_card, "x-href"); // immutable and WILL change in _contact_copy()
4160 json_object_del(src_card, "x-hasPhoto"); // immutable and WILL change in _contact_copy()
4161 dst_card = jmap_patchobject_apply(src_card, jcard, NULL); in _contact_copy()
4163 json_decref(src_card); in _contact_copy()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Djmap_contact.c4156 json_t *src_card = jmap_contact_from_vcard(vcard->objects, src_mbox, &record); in _contact_copy() local
4157 if (src_card) { in _contact_copy()
4158 json_t *avatar = json_object_get(src_card, "avatar"); in _contact_copy()
4164 json_object_del(src_card, "x-href"); // immutable and WILL change in _contact_copy()
4165 json_object_del(src_card, "x-hasPhoto"); // immutable and WILL change in _contact_copy()
4166 dst_card = jmap_patchobject_apply(src_card, jcard, NULL); in _contact_copy()
4168 json_decref(src_card); in _contact_copy()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcpriv.h2350 void copy_cards (size_t dst_card, size_t src_card,
H A Dgc.cpp27086 void gc_heap::copy_cards (size_t dst_card, size_t src_card, argument
27095 unsigned int srcbit = card_bit (src_card);
27097 size_t srcwrd = card_word (src_card);
27134 size_t src_card = card_of (card_address (dest_card)+relocation_distance); local
27136 src_card, (size_t)src, dest_card, (size_t)dest));
27167 copy_cards (dest_card, src_card, end_dest_card,