Home
last modified time | relevance | path

Searched refs:clumpSize (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfs/types/hfsplus/
H A DHFSPlusForkData.java40 private final byte[] clumpSize = new byte[4]; field in HFSPlusForkData
50 System.arraycopy(data, offset+8, clumpSize, 0, 4); in HFSPlusForkData()
64 return Util.readIntBE(clumpSize); in getClumpSize()
101 System.arraycopy(clumpSize, 0, result, offset, clumpSize.length); offset += clumpSize.length; in getBytes()
113 db.addUIntBE("clumpSize", clumpSize, "Clump size", "bytes"); in getStructElements()
124 private void _setClumpSize(int clumpSize) { in _setClumpSize() argument
125 Util.arrayPutBE(this.clumpSize, 0, (int) clumpSize); in _setClumpSize()
138 Util.arrayCopy(forkData.clumpSize, this.clumpSize); in _set()
160 public void setClumpSize(int clumpSize) { in setClumpSize() argument
161 super._setClumpSize(clumpSize); in setClumpSize()
H A DBTHeaderRec.java67 private final byte[] clumpSize = new byte[4]; field in BTHeaderRec
84 System.arraycopy(data, offset+32, clumpSize, 0, 4); in BTHeaderRec()
101 public int getClumpSize() { return Util.readIntBE(clumpSize); } in getClumpSize()
154 … System.arraycopy(clumpSize, 0, result, offset, clumpSize.length); offset += clumpSize.length; in getBytes()
180 db.addUIntBE("clumpSize", clumpSize, "Clump size"); in getStructElements()
H A DHFSPlusForkData.struct3 UInt32 clumpSize;
/dports/graphics/netpbm/netpbm-10.91.01/editor/
H A Dpamditherbw.c43 unsigned int clumpSize; member
90 OPTENT3(0, "clump", OPT_UINT, &cmdlineP->clumpSize, in parseCommandLine()
121 cmdlineP->clumpSize = 5; in parseCommandLine()
123 if (cmdlineP->clumpSize < 2) in parseCommandLine()
125 cmdlineP->clumpSize); in parseCommandLine()
399 unsigned int const clumpSize) { in doHilbert() argument
430 MALLOCARRAY(point, clumpSize); in doHilbert()
432 pm_error("Unable to get memory for clump of %u points", clumpSize); in doHilbert()
437 end = clumpSize; in doHilbert()
439 while (end == clumpSize) { in doHilbert()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/Collections/
H A DArray.sc136 unlace { arg clumpSize=2, numChan=1, clip=false;
138 super.unlace(clumpSize, numChan, true)
140 this.prUnlace(clumpSize, numChan) // clip not yet implemented in primitive
143 prUnlace { arg clumpSize=2, numChan=1;
147 interlace { arg clumpSize=1;
152 deinterlace { arg clumpSize=2, numChan=1;
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/tools/
H A Drgb2ycbcr.c218 int clumpSize = vertSubSampling * horizSubSampling + 2; in cvtStrip() local
226 op += clumpSize; in cvtStrip()
231 op += clumpSize; in cvtStrip()
239 op += clumpSize; in cvtStrip()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/tools/
H A Drgb2ycbcr.c224 int clumpSize = vertSubSampling * horizSubSampling + 2; in cvtStrip() local
232 op += clumpSize; in cvtStrip()
237 op += clumpSize; in cvtStrip()
245 op += clumpSize; in cvtStrip()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/tools/
H A Drgb2ycbcr.c217 int clumpSize = vertSubSampling * horizSubSampling + 2; in cvtStrip() local
225 op += clumpSize; in cvtStrip()
230 op += clumpSize; in cvtStrip()
238 op += clumpSize; in cvtStrip()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/tools/
H A Drgb2ycbcr.c213 int clumpSize = vertSubSampling * horizSubSampling + 2; in cvtStrip() local
221 op += clumpSize; in cvtStrip()
226 op += clumpSize; in cvtStrip()
234 op += clumpSize; in cvtStrip()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/tools/
H A Drgb2ycbcr.c222 int clumpSize = vertSubSampling * horizSubSampling + 2; in cvtStrip() local
230 op += clumpSize; in cvtStrip()
235 op += clumpSize; in cvtStrip()
243 op += clumpSize; in cvtStrip()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/tools/
H A Drgb2ycbcr.c222 int clumpSize = vertSubSampling * horizSubSampling + 2; in cvtStrip() local
230 op += clumpSize; in cvtStrip()
235 op += clumpSize; in cvtStrip()
243 op += clumpSize; in cvtStrip()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/tools/
H A Drgb2ycbcr.c217 int clumpSize = vertSubSampling * horizSubSampling + 2; in cvtStrip() local
225 op += clumpSize; in cvtStrip()
230 op += clumpSize; in cvtStrip()
238 op += clumpSize; in cvtStrip()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/tools/
H A Drgb2ycbcr.c207 int clumpSize = vertSubSampling * horizSubSampling + 2; in cvtStrip() local
215 op += clumpSize; in cvtStrip()
220 op += clumpSize; in cvtStrip()
228 op += clumpSize; in cvtStrip()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/tools/
H A Drgb2ycbcr.c207 int clumpSize = vertSubSampling * horizSubSampling + 2; in cvtStrip() local
215 op += clumpSize; in cvtStrip()
220 op += clumpSize; in cvtStrip()
228 op += clumpSize; in cvtStrip()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dpgmtopbm.c30 unsigned int clumpSize; member
73 OPTENT3(0, "clump", OPT_UINT, &cmdlineP->clumpSize, in parseCommandLine()
123 cmdlineP->clumpSize = 5; in parseCommandLine()
125 if (cmdlineP->clumpSize < 2) in parseCommandLine()
127 cmdlineP->clumpSize); in parseCommandLine()
713 doHilbert(ifP, cmdline.clumpSize); in main()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FileHandlers/
H A DMPEG4_Handler.cpp168 XMP_Uns32 clumpSize = brandCount * 4; in MPEG4_CheckFormat() local
169 if ( clumpSize > sizeof(buffer) ) clumpSize = sizeof(buffer); in MPEG4_CheckFormat()
170 ioCount = LFA_Read ( fileRef, buffer, clumpSize ); in MPEG4_CheckFormat()
171 if ( ioCount < clumpSize ) return false; in MPEG4_CheckFormat()
173 for ( XMP_Uns32 i = 0; i < clumpSize; i += 4 ) { in MPEG4_CheckFormat()
178 brandCount -= clumpSize/4; in MPEG4_CheckFormat()
/dports/graphics/tiffgt/tiff-4.3.0/tools/
H A Drgb2ycbcr.c227 int clumpSize = vertSubSampling * horizSubSampling + 2; in cvtStrip() local
235 op += clumpSize; in cvtStrip()
240 op += clumpSize; in cvtStrip()
248 op += clumpSize; in cvtStrip()
/dports/graphics/tiff/tiff-4.3.0/tools/
H A Drgb2ycbcr.c227 int clumpSize = vertSubSampling * horizSubSampling + 2; in cvtStrip() local
235 op += clumpSize; in cvtStrip()
240 op += clumpSize; in cvtStrip()
248 op += clumpSize; in cvtStrip()
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dhfsplus.h88 uint32_t clumpSize; member
192 uint32_t clumpSize; member
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dhfsplus.h88 uint32_t clumpSize; member
192 uint32_t clumpSize; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/hfs/
H A Dhfs_format.h243 u_int32_t clumpSize; /* fork's clump size in bytes */ member
434 u_int16_t clumpSize; /* file clump size (not used) */ member
755 u_int32_t clumpSize; /* reserved */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/hfs/
H A Dhfs_format.h243 u_int32_t clumpSize; /* fork's clump size in bytes */ member
434 u_int16_t clumpSize; /* file clump size (not used) */ member
755 u_int32_t clumpSize; /* reserved */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ops/
H A DGrTextureOp.cpp1087 int clumpSize, in createOp() argument
1089 int clumpProxyCount = proxy_run_count(&set[fNumClumped], clumpSize); in createOp()
1090 std::unique_ptr<GrDrawOp> op = TextureOp::Make(fContext, &set[fNumClumped], clumpSize, in createOp()
1096 fNumLeft -= clumpSize; in createOp()
1097 fNumClumped += clumpSize; in createOp()
1191 int clumpSize = std::min(state.numLeft(), GrResourceProvider::MaxNumNonAAQuads()); in AddTextureSetOps() local
1193 state.createOp(set, clumpSize, aaType); in AddTextureSetOps()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/sceneparsers/assimp/
H A Dassimpimporter.cpp881 ushort clumpSize = (animesh->mVertices ? 3 : 0) in loadMesh() local
894 targetBufferArray.resize(clumpSize * mesh->mNumVertices * sizeof(float)); in loadMesh()
934 clumpSize * sizeof(float), meshGeometry)); in loadMesh()
940 clumpSize * sizeof(float), meshGeometry)); in loadMesh()
946 clumpSize * sizeof(float), meshGeometry)); in loadMesh()
952 clumpSize * sizeof(float), meshGeometry)); in loadMesh()
958 clumpSize * sizeof(float), meshGeometry)); in loadMesh()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ops/
H A DGrTextureOp.cpp1199 int clumpSize, in createOp() argument
1201 int clumpProxyCount = proxy_run_count(&set[fNumClumped], clumpSize); in createOp()
1204 clumpSize, in createOp()
1215 fNumLeft -= clumpSize; in createOp()
1216 fNumClumped += clumpSize; in createOp()
1310 int clumpSize = std::min(state.numLeft(), GrResourceProvider::MaxNumNonAAQuads()); in AddTextureSetOps() local
1312 state.createOp(set, clumpSize, aaType); in AddTextureSetOps()

12