Home
last modified time | relevance | path

Searched refs:dprev (Results 1 – 25 of 81) sorted by relevance

1234

/dports/sysutils/busybox/busybox-1.26.2/modutils/
H A Ddepmod.c97 m->dnext->dprev = m->dprev; in order_dep_list()
98 m->dprev->dnext = m->dnext; in order_dep_list()
102 m->dprev = start->dprev; in order_dep_list()
103 start->dprev->dnext = m; in order_dep_list()
104 start->dprev = m; in order_dep_list()
225 dep->dnext->dprev = dep->dprev; in depmod_main()
226 dep->dprev->dnext = dep->dnext; in depmod_main()
227 dep->dnext = dep->dprev = dep; in depmod_main()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dspngp.c137 const byte * dprev, stream_cursor_read * pr, in s_pngp_process() argument
153 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
154 *q = (byte) (*p - *dprev); in s_pngp_process()
157 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
158 *q = (byte) (*p + *dprev); in s_pngp_process()
169 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
170 *q = (byte) (*p - arith_rshift_1((int)*dprev + (int)*up)); in s_pngp_process()
173 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
174 *q = (byte) (*p + arith_rshift_1((int)*dprev + (int)*up)); in s_pngp_process()
178 *q = (byte) (*p - paeth_predictor(*dprev, *up, *upprev)); in s_pngp_process()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dspngp.c136 const byte * dprev, stream_cursor_read * pr, in s_pngp_process() argument
152 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
153 *q = (byte) (*p - *dprev); in s_pngp_process()
156 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
157 *q = (byte) (*p + *dprev); in s_pngp_process()
168 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
169 *q = (byte) (*p - arith_rshift_1((int)*dprev + (int)*up)); in s_pngp_process()
172 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
173 *q = (byte) (*p + arith_rshift_1((int)*dprev + (int)*up)); in s_pngp_process()
177 *q = (byte) (*p - paeth_predictor(*dprev, *up, *upprev)); in s_pngp_process()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dspngp.c137 const byte * dprev, stream_cursor_read * pr, in s_pngp_process() argument
153 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
154 *q = (byte) (*p - *dprev); in s_pngp_process()
157 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
158 *q = (byte) (*p + *dprev); in s_pngp_process()
169 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
170 *q = (byte) (*p - arith_rshift_1((int)*dprev + (int)*up)); in s_pngp_process()
173 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
174 *q = (byte) (*p + arith_rshift_1((int)*dprev + (int)*up)); in s_pngp_process()
178 *q = (byte) (*p - paeth_predictor(*dprev, *up, *upprev)); in s_pngp_process()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dspngp.c136 const byte * dprev, stream_cursor_read * pr, in s_pngp_process() argument
152 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
153 *q = (byte) (*p - *dprev); in s_pngp_process()
156 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
157 *q = (byte) (*p + *dprev); in s_pngp_process()
168 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
169 *q = (byte) (*p - arith_rshift_1((int)*dprev + (int)*up)); in s_pngp_process()
172 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
173 *q = (byte) (*p + arith_rshift_1((int)*dprev + (int)*up)); in s_pngp_process()
177 *q = (byte) (*p - paeth_predictor(*dprev, *up, *upprev)); in s_pngp_process()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dspngp.c139 const byte * dprev, stream_cursor_read * pr, in s_pngp_process() argument
155 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
156 *q = (byte) (*p - *dprev); in s_pngp_process()
159 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
160 *q = (byte) (*p + *dprev); in s_pngp_process()
171 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
175 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
179 for (; count; ++q, ++dprev, ++up, ++upprev, ++p, --count) in s_pngp_process()
180 *q = (byte) (*p - paeth_predictor(*dprev, *up, *upprev)); in s_pngp_process()
183 for (; count; ++q, ++dprev, ++up, ++upprev, ++p, --count) in s_pngp_process()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dspngp.c139 const byte * dprev, stream_cursor_read * pr, in s_pngp_process() argument
155 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
156 *q = (byte) (*p - *dprev); in s_pngp_process()
159 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
160 *q = (byte) (*p + *dprev); in s_pngp_process()
171 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
175 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
179 for (; count; ++q, ++dprev, ++up, ++upprev, ++p, --count) in s_pngp_process()
180 *q = (byte) (*p - paeth_predictor(*dprev, *up, *upprev)); in s_pngp_process()
183 for (; count; ++q, ++dprev, ++up, ++upprev, ++p, --count) in s_pngp_process()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dspngp.c139 const byte * dprev, stream_cursor_read * pr, in s_pngp_process() argument
155 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
156 *q = (byte) (*p - *dprev); in s_pngp_process()
159 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
160 *q = (byte) (*p + *dprev); in s_pngp_process()
171 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
175 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
179 for (; count; ++q, ++dprev, ++up, ++upprev, ++p, --count) in s_pngp_process()
180 *q = (byte) (*p - paeth_predictor(*dprev, *up, *upprev)); in s_pngp_process()
183 for (; count; ++q, ++dprev, ++up, ++upprev, ++p, --count) in s_pngp_process()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dspngp.c139 const byte * dprev, stream_cursor_read * pr, in s_pngp_process() argument
155 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
156 *q = (byte) (*p - *dprev); in s_pngp_process()
159 for (; count; ++q, ++dprev, ++p, --count) in s_pngp_process()
160 *q = (byte) (*p + *dprev); in s_pngp_process()
171 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
175 for (; count; ++q, ++dprev, ++up, ++p, --count) in s_pngp_process()
179 for (; count; ++q, ++dprev, ++up, ++upprev, ++p, --count) in s_pngp_process()
180 *q = (byte) (*p - paeth_predictor(*dprev, *up, *upprev)); in s_pngp_process()
183 for (; count; ++q, ++dprev, ++up, ++upprev, ++p, --count) in s_pngp_process()
[all …]
/dports/japanese/sj3-lib/sj3-2.0.1.20/dict/tool/
H A Dmakelist.c318 DouonRec *dprev; in diff_ylen() local
324 dptr = douon_ptr; dprev = NULL; in diff_ylen()
326 dprev = dptr; in diff_ylen()
330 if (dprev) { in diff_ylen()
332 p1 = dprev -> yptr; p2 = drec -> yptr; in diff_ylen()
338 output_yomi(stderr, dprev -> yptr); fputc('\n', stderr); in diff_ylen()
344 output_yomi(stderr, dprev->yptr); fputc('\n', stderr); in diff_ylen()
399 DouonRec *dptr, *dprev; in make_d_list() local
445 dptr = douon_ptr; dprev = NULL; in make_d_list()
447 dprev = dptr; in make_d_list()
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/gui/
H A Dlineshader.cc49 QVector2D dprev, dnext; in buildPoint() local
52 dprev = dnext; in buildPoint()
54 dprev = *cur - *prev; in buildPoint()
55 dnext = dprev; in buildPoint()
57 dprev = *cur - *prev; in buildPoint()
60 dprev.normalize(); in buildPoint()
64 QVector2D tangent(dprev + dnext); in buildPoint()
72 const QVector2D dprev_normal = QVector2D(-dprev.y(), dprev.x()); in buildPoint()
/dports/devel/py-pylev/pylev-1.4.0/pylev/
H A Ddamerau.py47 dprev = d0[:]
73 transp_cost = dprev[j - 1] + 1
78 dprev, d0, d1 = d0, d1, dprev
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Ddiff.c311 || (dprev->df_lnum[idx] + dprev->df_count[idx] < line1)) in diff_mark_adjust_tp()
458 dprev = dp; in diff_mark_adjust_tp()
463 dprev = NULL; in diff_mark_adjust_tp()
487 dprev = dp; in diff_mark_adjust_tp()
1619 dprev = dp; in diff_read()
1716 dprev = dp; in diff_read()
1739 off = (dprev->df_lnum[idx_orig] + dprev->df_count[idx_orig]) in diff_copy_entry()
1740 - (dprev->df_lnum[idx_new] + dprev->df_count[idx_new]); in diff_copy_entry()
2482 diff_T *dprev; in ex_diffgetput() local
2618 dprev = NULL; in ex_diffgetput()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gpu/
H A DLoopBlinnMathUtils.cpp587 static inline bool convexCheckTriple(const FloatSize& dcur, const FloatSize& dprev, int* curDir, in… in convexCheckTriple() argument
593 float cross = convexCross(dprev, dcur); in convexCheckTriple()
610 FloatSize dprev, dcur; in isConvex() local
618 dprev = second - vertices[0]; in isConvex()
619 if (dprev.width() || dprev.height()) in isConvex()
628 int curDir = convexCompare(dprev); /* Find initial direction */ in isConvex()
637 if (!convexCheckTriple(dcur, dprev, &curDir, &dirChanges, &angleSign)) in isConvex()
640 dprev = dcur; /* Remember current delta. */ in isConvex()
647 if (!convexCheckTriple(dcur, dprev, &curDir, &dirChanges, &angleSign)) in isConvex()
650 dprev = dcur; /* Remember current delta. */ in isConvex()
[all …]
/dports/editors/vim/vim-8.2.3745/src/
H A Ddiff.c325 dprev = NULL; in diff_mark_adjust_tp()
335 || dprev->df_lnum[idx] + dprev->df_count[idx] < line1) in diff_mark_adjust_tp()
351 + (dprev->df_lnum[i] + dprev->df_count[i]) in diff_mark_adjust_tp()
352 - (dprev->df_lnum[idx] + dprev->df_count[idx]); in diff_mark_adjust_tp()
480 if (dprev != NULL && dprev->df_lnum[idx] + dprev->df_count[idx] in diff_mark_adjust_tp()
493 dprev = dp; in diff_mark_adjust_tp()
498 dprev = NULL; in diff_mark_adjust_tp()
519 dprev = dp; in diff_mark_adjust_tp()
1808 dprev = dp; in diff_read()
1833 off = (dprev->df_lnum[idx_orig] + dprev->df_count[idx_orig]) in diff_copy_entry()
[all …]
/dports/textproc/py-petl/petl-1.7.4/petl/io/
H A Davro.py391 dprev = previous.get(prop + '_prec')
396 tdef, dcurr, fcurr = _get_definition_from_record(prop, val, fprev, dprev, fill_missing)
399 tdef, dcurr = _get_definition_from_type_of(prop, val, dprev)
458 def _get_definition_from_record(prop, val, fprev, dprev, fill_missing): argument
461 if dprev is None:
462 dprev = OrderedDict()
466 _update_field_defs_from(props, row, fprev, dprev, fill_missing)
475 return tdef, dprev, fprev
/dports/games/tuxkart/tuxkart-0.4.0/src/
H A DTrack.cxx148 float dprev, dnext ; in spatialToTrack() local
153 dprev = sgDistanceVec2 ( driveline[prev], xyz ) ; in spatialToTrack()
159 if ( dnext < dprev ) in spatialToTrack()
167 d1 = dprev ; d2 = nearest_d ; in spatialToTrack()
/dports/devel/dia2code/dia2code-0.8.8/dia2code/
H A Ddecls.c39 declaration *dprev = NULL; in find_or_add_module() local
51 dprev = d; in find_or_add_module()
54 if (dprev != NULL) { in find_or_add_module()
55 dprev->next = NEW (declaration); in find_or_add_module()
56 d = dprev->next; in find_or_add_module()
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_topology_traits/
H A DArr_spherical_construction_helper.h213 DHalfedge* dprev = in before_handle_event() local
218 if (!dprev) return; in before_handle_event()
219 Halfedge_handle prev = Halfedge_handle(dprev); in before_handle_event()
/dports/comms/minicom/minicom-2.7.1/src/
H A Dfile.c68 static int dprev; variable
106 if (k == dprev) in dhili()
109 if (dprev >= 0) { in dhili()
110 mc_wlocate(dsub, initial_y + WHAT_WIDTH * dprev, 0); in dhili()
114 horiz_draw(dprev, stdattr, stdattr); in dhili()
116 dprev = k; in dhili()
276 dprev = -1; in new_filedir()
/dports/graphics/tif22pnm/tif22pnm-0.14/
H A Dminigimp.c61 struct MyRes *dprev, *dnext; member
486 dra->u.drawable.dprev=img->u.image.dhead->u.drawable.dprev; in gimp_image_add_layer()
489 img->u.image.dhead->u.drawable.dprev=dra; in gimp_image_add_layer()
501 dra->u.drawable.dprev=img->u.image.dhead->u.drawable.dprev; in gimp_image_add_channel()
504 img->u.image.dhead->u.drawable.dprev=dra; in gimp_image_add_channel()
516 dra->u.drawable.dnext->u.drawable.dprev=dra->u.drawable.dprev; in gimpts_drawable_unlink()
553 lay->u.drawable.dprev=lay->u.drawable.dnext=lay; in gimp_layer_new()
576 cha->u.drawable.dprev=cha->u.drawable.dnext=cha; in gimp_channel_new()
729 dra->u.drawable.dnext->u.drawable.dprev=dra->u.drawable.dprev; in gimp_drawable_free()
1207 draold->u.drawable.dprev->u.drawable.dnext=dra; in gimpts_drawable_dup()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Dmesh_tesselate.c271 cross = ConvCross(dprev, dcur); \
281 dprev.x = dcur.x; \
282 dprev.y = dcur.y; \
290 GF_Point2D dprev, dcur; in polygon_check_convexity() local
299 ConvGetPointDelta(dprev, pThird, pSecond); in polygon_check_convexity()
302 curDir = ConvCompare(dprev); in polygon_check_convexity()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Dmesh_tesselate.c271 cross = ConvCross(dprev, dcur); \
281 dprev.x = dcur.x; \
282 dprev.y = dcur.y; \
290 GF_Point2D dprev, dcur; in polygon_check_convexity() local
299 ConvGetPointDelta(dprev, pThird, pSecond); in polygon_check_convexity()
302 curDir = ConvCompare(dprev); in polygon_check_convexity()
/dports/science/py-ase/ase-3.22.0/ase/geometry/
H A Dminkowski_reduction.py66 dprev = float("inf")
70 if index == 0 or ds[index] >= dprev:
73 dprev = ds[index]
/dports/security/libksba/libksba-1.6.0/src/
H A Dasn1-func.c1029 AsnNode first=NULL, dprev=NULL, d, down, tmp; in copy_tree() local
1044 dprev->right = d; in copy_tree()
1045 d->left = dprev; in copy_tree()
1047 dprev = d; in copy_tree()
1121 AsnNode first=NULL, dprev=NULL, d, down, tmp; in do_expand_tree() local
1194 dprev->right = d; in do_expand_tree()
1195 d->left = dprev; in do_expand_tree()
1197 dprev = d; in do_expand_tree()

1234