Home
last modified time | relevance | path

Searched refs:dest_col (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dscans.h21 const int8_t dest_col, const fcs_card dest_card) in fc_solve__assign_dest_stack_and_col_ptr() argument
38 *(ptr) = dest_col; in fc_solve__assign_dest_stack_and_col_ptr()
60 const_AUTO(dest_col, fcs_state_get_col(*ptr_state_key, ds)); in fc_solve__calc_positions_by_rank_data()
61 const int dest_cards_num = fcs_col_len(dest_col); in fc_solve__calc_positions_by_rank_data()
65 const fcs_card card = fcs_col_get_card(dest_col, dc); in fc_solve__calc_positions_by_rank_data()
93 const_AUTO(dest_col, fcs_state_get_col(state_key, ds)); in fc_solve__calc_positions_by_rank_data()
94 int top_card_idx = fcs_col_len(dest_col); in fc_solve__calc_positions_by_rank_data()
104 dest_card = fcs_col_get_card(dest_col, 0); in fc_solve__calc_positions_by_rank_data()
108 dest_below_card = fcs_col_get_card(dest_col, dc + 1); in fc_solve__calc_positions_by_rank_data()
H A Dsimpsim.c58 const_AUTO(dest_col, fcs_state_get_col(state_key, dest_stack_idx)); \
59 const int dest_col_len = fcs_col_len(dest_col); \
176 const int dest_col_len = fcs_col_len(dest_col);
307 const fcs_card dest_card = fcs_col_get_card(dest_col, dest_col_len - 1); in DECLARE_MOVE_FUNCTION()
327 fcs_card above_card = fcs_col_get_card(dest_col, dest_col_len - 1); in generic_populate_seq_points()
350 static inline void populate_seq_points(const fcs_cards_column dest_col, in populate_seq_points() argument
355 dest_col, dest_card_height, seqs, fcs_col_len(dest_col)); in populate_seq_points()
711 populate_seq_points(dest_col, dest_card_height, &seqs); in DECLARE_MOVE_FUNCTION()
714 num_vacant_stacks, dest_col, &seqs, source_stack_idx, in DECLARE_MOVE_FUNCTION()
822 const_AUTO(dest_col, fcs_state_get_col(state_key, dest_stack_idx)); in DECLARE_MOVE_FUNCTION()
[all …]
H A Dzerofc_freecell_moves.h107 var_AUTO(dest_col, fcs_state_get_col(state_key, ds)); in DECLARE_MOVE_FUNCTION()
108 const int dest_cards_num = fcs_col_len(dest_col); in DECLARE_MOVE_FUNCTION()
115 fcs_col_get_card(dest_col, fcs_col_len(dest_col) - 1); in DECLARE_MOVE_FUNCTION()
H A Dfreecell.c319 const_AUTO(dest_col, fcs_state_get_col(state_key, ds)); in DECLARE_MOVE_FUNCTION()
320 const int dest_cards_num = fcs_col_len(dest_col); in DECLARE_MOVE_FUNCTION()
331 const fcs_card dest_card = fcs_col_get_card(dest_col, dc); in DECLARE_MOVE_FUNCTION()
1020 var_AUTO(dest_col, fcs_state_get_col(state_key, ds)); in DECLARE_MOVE_FUNCTION()
1021 const int dest_cards_num = fcs_col_len(dest_col); in DECLARE_MOVE_FUNCTION()
1027 const_AUTO(dest_card, fcs_col_get_card(dest_col, dc)); in DECLARE_MOVE_FUNCTION()
1208 var_AUTO(dest_col, fcs_state_get_col(state_key, ds)); in DECLARE_MOVE_FUNCTION()
1209 const int dest_cards_num = fcs_col_len(dest_col); in DECLARE_MOVE_FUNCTION()
1216 fcs_col_get_card(dest_col, fcs_col_len(dest_col) - 1); in DECLARE_MOVE_FUNCTION()
1296 var_AUTO(dest_col, fcs_state_get_col(state_key, ds)); in DECLARE_MOVE_FUNCTION()
[all …]
H A Dfc_pro_iface.c172 var_AUTO(dest_col, fcs_state_get_col(pos, dest)); in fc_solve_moves_processed_gen()
192 .to_empty_stack = (fcs_col_len(dest_col) == 0)}); in fc_solve_moves_processed_gen()
193 fcs_col_transfer_cards(dest_col, src_col, num_cards); in fc_solve_moves_processed_gen()
H A Dstate.h1057 fcs_cards_column dest_col, fcs_cards_column src_col, const size_t cards_num) in fcs_col_transfer_cards() argument
1062 memcpy(&fcs_col_get_card(dest_col, fcs_col_len(dest_col)), src_cards_ptr, in fcs_col_transfer_cards()
1064 fcs_col_len(dest_col) += cards_num; in fcs_col_transfer_cards()
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/y4munsharp/
H A Dy4munsharp.c263 dest_col, in y4munsharp()
265 put_column(dest_col, &o_yuv[0][col], in y4munsharp()
280 dest_col, in y4munsharp()
300 dest_col, in y4munsharp()
302 put_column(dest_col, &o_yuv[1][col], in y4munsharp()
312 dest_col, in y4munsharp()
324 dest_col, in y4munsharp()
326 put_column(dest_col, &o_yuv[2][col], in y4munsharp()
336 dest_col, in y4munsharp()
445 u_char *cur_col, u_char *dest_col, int y) in blur_line() argument
[all …]
/dports/games/atomix/atomix-3.34.0/src/
H A Dboard-gtk.c31 gint dest_col; member
153 tmp_col = dest_col = src_col; in move_item()
188 dest_col = tmp_col; in move_item()
219 anim_data->dest_col = dest_col; in move_item()
244 anim_data->dest_col)){ in move_item_anim()
428 anim_data->dest_col = 0; in board_gtk_init()
589 anim_data->dest_col = 0; in board_gtk_init_level()
724 move->dest_col, &x_dest, &y_dest); in board_gtk_undo_move()
727 if (move->src_col == move->dest_col) { in board_gtk_undo_move()
737 if (move->src_col < move->dest_col) in board_gtk_undo_move()
[all …]
H A Dundo.c46 gint dest_row, gint dest_col) in undo_push_move() argument
54 move->dest_col = dest_col; in undo_push_move()
H A Dundo.h29 gint dest_col; member
36 gint dest_row, gint dest_col);
/dports/games/heroes/heroes-0.21/src/
H A Dsprprog.c39 int dest_col, int min_col) in draw_sprprog_clipped_left() argument
47 if (list->offset + dest_col > min_col) in draw_sprprog_clipped_left()
54 int dest_col, int max_col) in draw_sprprog_clipped_right() argument
62 if (list->offset + dest_col < max_col) in draw_sprprog_clipped_right()
/dports/math/rkward-kde/rkward-0.7.1/rkward/dataeditor/
H A Drktextmatrix.cpp116 int dest_col = col; in transformed() local
117 if (reverse_h) dest_col = maxcol - col; in transformed()
121 dest_row = dest_col; in transformed()
122 dest_col = dummy; in transformed()
125 ret.setText (dest_row, dest_col, rows[row][col]); in transformed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/
H A Dprogressive_decoder.cpp152 int dest_col = FXSYS_roundf((float)dest_col_f); in Calc() local
167 int dest_col_len = dest_col - pre_dest_col; in Calc()
178 pre_dest_col = dest_col; in Calc()
182 for (int dest_col = 0; dest_col < dest_len; dest_col++) { in Calc() local
183 double src_col_f = dest_col / scale; in Calc()
185 PixelWeight* pWeight = GetPixelWeight(dest_col); in Calc()
642 for (int dest_col = 0; dest_col < m_sizeX; dest_col++) { in ResampleVertBT() local
917 for (int dest_col = 0; dest_col < m_sizeX; dest_col++) { in GifDoubleLineResampleVert() local
1126 for (int32_t dest_col = 0; dest_col < m_sizeX; dest_col++) { in PngOneOneMapResampleHorz() local
1756 for (int dest_col = 0; dest_col < m_sizeX; dest_col++) { in ReSampleScanline() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/
H A Dprogressivedecoder.cpp142 int dest_col = FXSYS_roundf((float)dest_col_f); in Calc() local
157 int dest_col_len = dest_col - pre_dest_col; in Calc()
168 pre_dest_col = dest_col; in Calc()
172 for (int dest_col = 0; dest_col < dest_len; dest_col++) { in Calc() local
173 double src_col_f = dest_col / scale; in Calc()
175 PixelWeight* pWeight = GetPixelWeight(dest_col); in Calc()
635 for (int dest_col = 0; dest_col < m_sizeX; dest_col++) { in ResampleVertBT() local
946 for (int dest_col = 0; dest_col < m_sizeX; dest_col++) { in GifDoubleLineResampleVert() local
1156 for (int32_t dest_col = 0; dest_col < m_sizeX; dest_col++) { in PngOneOneMapResampleHorz() local
1810 for (int dest_col = 0; dest_col < m_sizeX; dest_col++) { in ReSampleScanline() local
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil/algo/
H A Dvil_exp_filter_1d.h90 destT* dest_col = dest_im.top_left_ptr()+p*dest_im.planestep(); in vil_exp_filter_j() local
92 for (unsigned i=0;i<ni;++i,src_col+=s_istep,dest_col+=d_istep) in vil_exp_filter_j()
93 vil_exp_filter_1d(src_col,s_jstep, dest_col,d_jstep, nj, k); in vil_exp_filter_j()
H A Dvil_exp_grad_filter_1d.h96 destT* dest_col = dest_im.top_left_ptr()+p*dest_im.planestep(); in vil_exp_grad_filter_j() local
98 for (unsigned i=0;i<ni;++i,src_col+=s_istep,dest_col+=d_istep) in vil_exp_grad_filter_j()
99 vil_exp_grad_filter_1d(src_col,s_jstep, dest_col,d_jstep, nj, k); in vil_exp_grad_filter_j()
/dports/www/elinks/elinks-0.11.7/src/document/html/parser/
H A Dtable.c303 expand_cells(struct table *table, int dest_col, int dest_row) in expand_cells() argument
305 if (dest_col >= table->cols) { in expand_cells()
316 for (col = table->cols; col <= dest_col; col++) { in expand_cells()
328 table->cols = dest_col + 1; in expand_cells()
395 new_cell(struct table *table, int dest_col, int dest_row) in new_cell() argument
397 if (dest_col < table->cols && dest_row < table->rows) in new_cell()
398 return CELL(table, dest_col, dest_row); in new_cell()
404 if (dest_col < table->real_cols && dest_row < table->real_rows) { in new_cell()
405 expand_cells(table, dest_col, dest_row); in new_cell()
406 return CELL(table, dest_col, dest_row); in new_cell()
[all …]
/dports/lang/parrot/parrot-8.1.0/examples/pir/
H A Dhanoi.pir63 sub move_one(start_col, dest_col) {
65 push(towers[dest_col], pop(towers[start_col]));
197 ## Take the topmost disk off the start_col stack, and put it on the dest_col
201 .param int dest_col
210 dest_stack = towers[dest_col]
/dports/databases/kdb/kdb-3.2.0/src/drivers/sqlite/
H A DSqliteCursor.cpp250 const char **dest_col = record;
251 for (int i = 0; i < m_fieldCount; i++, src_col++, dest_col++) {
254 *dest_col = *src_col ? strdup(*src_col) : nullptr;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/dib/
H A Dcfx_dibbase.cpp913 int dest_col = m_Width - col - 1; in FlipImage() local
914 dest_scan[dest_col / 8] |= (1 << (7 - dest_col % 8)); in FlipImage()
1027 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
1035 dest_scan[dest_col / 8] &= ~(1 << (7 - dest_col % 8)); in SwapXY()
1045 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
1047 uint8_t* dest_scan = dest_buf + dest_col * nBytes; in SwapXY()
1080 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
1082 uint8_t* dest_scan = dest_buf + dest_col; in SwapXY()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/dib/
H A Dcfx_dibbase.cpp1021 int dest_col = m_Width - col - 1; in FlipImage() local
1022 dest_scan[dest_col / 8] |= (1 << (7 - dest_col % 8)); in FlipImage()
1136 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
1144 dest_scan[dest_col / 8] &= ~(1 << (7 - dest_col % 8)); in SwapXY()
1154 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
1156 uint8_t* dest_scan = dest_buf + dest_col * nBytes; in SwapXY()
1190 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
1192 uint8_t* dest_scan = dest_buf + dest_col; in SwapXY()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/dib/
H A Dfx_dib_transform.cpp209 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
218 dest_scan[dest_col / 8] &= ~(1 << (7 - dest_col % 8)); in SwapXY()
230 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
232 uint8_t* dest_scan = dest_buf + dest_col * nBytes; in SwapXY()
265 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
267 uint8_t* dest_scan = dest_buf + dest_col; in SwapXY()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/dib/
H A Dfx_dib_transform.cpp204 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
213 dest_scan[dest_col / 8] &= ~(1 << (7 - dest_col % 8)); in SwapXY()
225 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
227 uint8_t* dest_scan = dest_buf + dest_col * nBytes; in SwapXY()
260 int dest_col = (bXFlip ? dest_clip.right - (row - row_start) - 1 : row) - in SwapXY() local
262 uint8_t* dest_scan = dest_buf + dest_col; in SwapXY()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_matrix.cpp475 void ON_Matrix::ColScale( int dest_col, double s ) in ColScale() argument
479 dest_col -= m_col_offset; in ColScale()
482 this_m[i][dest_col] *= s; in ColScale()
486 void ON_Matrix::ColOp( int dest_col, double s, int src_col ) in ColOp() argument
490 dest_col -= m_col_offset; in ColOp()
494 this_m[i][dest_col] += s*this_m[i][src_col]; in ColOp()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_matrix.cpp475 void ON_Matrix::ColScale( int dest_col, double s ) in ColScale() argument
479 dest_col -= m_col_offset; in ColScale()
482 this_m[i][dest_col] *= s; in ColScale()
486 void ON_Matrix::ColOp( int dest_col, double s, int src_col ) in ColOp() argument
490 dest_col -= m_col_offset; in ColOp()
494 this_m[i][dest_col] += s*this_m[i][src_col]; in ColOp()

12