Home
last modified time | relevance | path

Searched refs:jdst (Results 1 – 25 of 77) sorted by relevance

1234

/dports/graphics/p5-Image-Scale/Image-Scale-0.12/src/
H A Djpeg.c32 struct jpeg_destination_mgr jdst;
161 dst->jdst.next_output_byte = dst->off;
162 dst->jdst.free_in_buffer = BUFFER_SIZE;
175 dst->jdst.next_output_byte = dst->off;
176 dst->jdst.free_in_buffer = BUFFER_SIZE;
188 size_t sz = BUFFER_SIZE - dst->jdst.free_in_buffer;
204 dst->jdst.init_destination = sv_dst_mgr_init;
205 dst->jdst.empty_output_buffer = sv_dst_mgr_empty;
206 dst->jdst.term_destination = sv_dst_mgr_term;
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Depsonds-jpeg.c131 s->jdst = sanei_jpeg_jinit_write_ppm(&s->jpeg_cinfo); in eds_jpeg_read_header()
206 l = jpeg_read_scanlines(&cinfo, s->jdst->buffer, 1); in eds_jpeg_read()
215 (*s->jdst->put_pixel_rows)(&cinfo, s->jdst, 1, (char *)src->linebuffer); in eds_jpeg_read()
/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_tag_image.c++357 #define jdst ((sswf_jpg_destination *) cinfo->dest) macro
562 jdst->dst.next_output_byte = jdst->buffer; in sswfInitDestination()
563 jdst->dst.free_in_buffer = SSWF_JPG_BUFSIZE; in sswfInitDestination()
569 sswfWriteData(jdst, jdst->buffer, SSWF_JPG_BUFSIZE); in sswfEmptyOutputBuffer()
570 jdst->dst.next_output_byte = jdst->buffer; in sswfEmptyOutputBuffer()
571 jdst->dst.free_in_buffer = SSWF_JPG_BUFSIZE; in sswfEmptyOutputBuffer()
581 sz = SSWF_JPG_BUFSIZE - jdst->dst.free_in_buffer; in sswfTermDestination()
582 sswfWriteData(jdst, jdst->buffer, sz); in sswfTermDestination()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/cunit/
H A Djmap_util.testc13 json_t *jdst = json_loads(dst, JSON_DECODE_ANY, NULL); \
16 json_t *jdiff = jmap_patchobject_create(jsrc, jdst); \
27 json_decref(jdst); \
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/io/nativeio/
H A DNativeIO.c1140 jclass clazz, jstring jsrc, jstring jdst) in Java_org_apache_hadoop_io_nativeio_NativeIO_renameTo0() argument
1147 dst = (*env)->GetStringUTFChars(env, jdst, NULL); in Java_org_apache_hadoop_io_nativeio_NativeIO_renameTo0()
1155 if (dst) (*env)->ReleaseStringUTFChars(env, jdst, dst); in Java_org_apache_hadoop_io_nativeio_NativeIO_renameTo0()
1163 dst = (LPCWSTR) (*env)->GetStringChars(env, jdst, NULL); in Java_org_apache_hadoop_io_nativeio_NativeIO_renameTo0()
1171 if (dst) (*env)->ReleaseStringChars(env, jdst, dst); in Java_org_apache_hadoop_io_nativeio_NativeIO_renameTo0()
1177 jclass clazz, jstring jsrc, jstring jdst) in Java_org_apache_hadoop_io_nativeio_NativeIO_link0() argument
1184 dst = (*env)->GetStringUTFChars(env, jdst, NULL); in Java_org_apache_hadoop_io_nativeio_NativeIO_link0()
1192 if (dst) (*env)->ReleaseStringUTFChars(env, jdst, dst); in Java_org_apache_hadoop_io_nativeio_NativeIO_link0()
1208 if (dst) (*env)->ReleaseStringChars(env, jdst, dst); in Java_org_apache_hadoop_io_nativeio_NativeIO_link0()
1232 JNIEnv *env, jclass clazz, jstring jsrc, jstring jdst) in Java_org_apache_hadoop_io_nativeio_NativeIO_copyFileUnbuffered0() argument
[all …]
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/common/
H A Dturbojpeg.c91 struct jpeg_destination_mgr jdst; member
476 this->cinfo.dest=&this->jdst; in _tjInitCompress()
477 this->jdst.init_destination=dst_noop; in _tjInitCompress()
478 this->jdst.empty_output_buffer=empty_output_buffer; in _tjInitCompress()
479 this->jdst.term_destination=dst_noop; in _tjInitCompress()
586 this->jdst.next_output_byte=*jpegBuf; in tjCompress2()
587 this->jdst.free_in_buffer=tjBufSize(width, height, jpegSubsamp); in tjCompress2()
604 -(unsigned long)(this->jdst.free_in_buffer); in tjCompress2()
/dports/net/minidlna/minidlna-4f6a473/
H A Dimage_utils.c64 struct jpeg_destination_mgr jdst; member
83 dst->jdst.next_output_byte = dst->off; in my_dst_mgr_init()
84 dst->jdst.free_in_buffer = dst->sz; in my_dst_mgr_init()
98 dst->jdst.next_output_byte = dst->off; in my_dst_mgr_empty()
99 dst->jdst.free_in_buffer = dst->sz - dst->used; in my_dst_mgr_empty()
109 dst->used += dst->sz - dst->jdst.free_in_buffer; in my_dst_mgr_term()
118 dst->jdst.init_destination = my_dst_mgr_init; in jpeg_memory_dest()
119 dst->jdst.empty_output_buffer = my_dst_mgr_empty; in jpeg_memory_dest()
120 dst->jdst.term_destination = my_dst_mgr_term; in jpeg_memory_dest()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/cunit/
H A Djmap_util.testc13 json_t *jdst = json_loads(dst, JSON_DECODE_ANY, NULL); \
16 json_t *jdiff = jmap_patchobject_create(jsrc, jdst); \
27 json_decref(jdst); \
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Dmatrix4.c84 int ti, tj, idst, jdst; in get_3x3_submatrix() local
96 jdst = tj; in get_3x3_submatrix()
98 jdst = tj - 1; in get_3x3_submatrix()
102 dst[(idst * 3) + jdst] = mf[(ti * 4) + tj]; in get_3x3_submatrix()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/jnisrc/fast_jai/
H A DhighlightRecovery.cpp131 jshortArray jsrc, jshortArray jdst, in Java_com_lightcrafts_jai_opimage_HighlightRecoveryOpImage_floatNativeUshortLoop() argument
139 ushort *dstData = (ushort *) env->GetPrimitiveArrayCritical(jdst, 0); in Java_com_lightcrafts_jai_opimage_HighlightRecoveryOpImage_floatNativeUshortLoop()
313 env->ReleasePrimitiveArrayCritical(jdst, dstData, 0); in Java_com_lightcrafts_jai_opimage_HighlightRecoveryOpImage_floatNativeUshortLoop()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/SparseCore/
H A DSparsePermutation.h71 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
73 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/SparseCore/
H A DSparsePermutation.h71 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
73 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/SparseCore/
H A DSparsePermutation.h71 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
73 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/SparseCore/
H A DSparsePermutation.h71 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
73 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/SparseCore/
H A DSparsePermutation.h55 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
57 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/SparseCore/
H A DSparsePermutation.h55 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
57 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/SparseCore/
H A DSparsePermutation.h55 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
57 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/SparseCore/
H A DSparsePermutation.h55 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
57 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/math/eigen3/eigen-3.3.9/Eigen/src/SparseCore/
H A DSparsePermutation.h55 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
57 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/thirdparty/bcd/ext/eigen/Eigen/src/SparseCore/
H A DSparsePermutation.h55 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
57 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/Eigen/src/SparseCore/
H A DSparsePermutation.h55 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
57 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/Eigen3/src/itkeigen/Eigen/src/SparseCore/
H A DSparsePermutation.h55 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
57 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/cvxcore/include/Eigen/src/SparseCore/
H A DSparsePermutation.h55 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
57 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/eigen/Eigen/src/SparseCore/
H A DSparsePermutation.h55 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
57 tmp.insertByOuterInner(jdst,it.index()) = it.value();
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/eigen/Eigen/src/SparseCore/
H A DSparsePermutation.h55 Index jdst = ((Side==OnTheLeft) ^ Transposed) ? jp : j;
57 tmp.insertByOuterInner(jdst,it.index()) = it.value();

1234