Home
last modified time | relevance | path

Searched refs:commentSize (Results 1 – 25 of 75) sorted by relevance

123

/dports/editors/yudit/yudit-3.0.7/mytool/
H A DProcessFile.cpp74 int commentSize=0; in processUNI() local
145 if (nocomment || len + commentSize +1 >= MAX_COMMENT_SIZE) in processUNI()
149 if (commentSize==0) in processUNI()
158 commentSize += len; in processUNI()
284 int commentSize=0; in processMYS() local
342 if (commentSize==0) in processMYS()
351 commentSize+=len-strlen(TOK_COMM) +1; in processMYS()
537 int commentSize; in processKMap() local
554 commentSize = 0; in processKMap()
608 if (commentSize==0) in processKMap()
[all …]
H A DProcessFile.h37 …int addKLine (int index, const char* line, const unsigned char* comment, int commentSize, int reve…
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Zip/
H A DZipOut.cpp242 const UInt16 commentSize = (UInt16)item.Comment.Size(); in WriteCentralHeader() local
244 Write16(commentSize); in WriteCentralHeader()
276 if (commentSize != 0) in WriteCentralHeader()
277 WriteBytes(item.Comment, commentSize); in WriteCentralHeader()
329 const UInt16 commentSize = (UInt16)(comment ? comment->Size() : 0); in WriteCentralDir() local
330 Write16((UInt16)commentSize); in WriteCentralDir()
331 if (commentSize != 0) in WriteCentralDir()
332 WriteBytes((const Byte *)*comment, commentSize); in WriteCentralDir()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Zip/
H A DZipOut.cpp265 const UInt16 commentSize = (UInt16)item.Comment.Size(); in WriteCentralHeader() local
267 Write16(commentSize); in WriteCentralHeader()
301 if (commentSize != 0) in WriteCentralHeader()
302 WriteBytes(item.Comment, commentSize); in WriteCentralHeader()
354 const UInt16 commentSize = (UInt16)(comment ? comment->Size() : 0); in WriteCentralDir() local
355 Write16((UInt16)commentSize); in WriteCentralDir()
356 if (commentSize != 0) in WriteCentralDir()
357 WriteBytes((const Byte *)*comment, commentSize); in WriteCentralDir()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Demitterutils.cpp43 size_t commentSize = comment ? Support::strLen(comment, Globals::kMaxCommentSize) : 0; in formatLine() local
48 if ((binSize != 0 && binSize != kNoBinSize) || commentSize) { in formatLine()
66 if (commentSize == 0) break; in formatLine()
69 ASMJIT_PROPAGATE(sb.append(comment, commentSize)); in formatLine()
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Demitterutils.cpp43 size_t commentSize = comment ? Support::strLen(comment, Globals::kMaxCommentSize) : 0; in formatLine() local
48 if ((binSize != 0 && binSize != kNoBinSize) || commentSize) { in formatLine()
66 if (commentSize == 0) break; in formatLine()
69 ASMJIT_PROPAGATE(sb.append(comment, commentSize)); in formatLine()
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Demitterutils.cpp43 size_t commentSize = comment ? Support::strLen(comment, Globals::kMaxCommentSize) : 0; in formatLine() local
48 if ((binSize != 0 && binSize != kNoBinSize) || commentSize) { in formatLine()
66 if (commentSize == 0) break; in formatLine()
69 ASMJIT_PROPAGATE(sb.append(comment, commentSize)); in formatLine()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Demitterutils.cpp43 size_t commentSize = comment ? Support::strLen(comment, Globals::kMaxCommentSize) : 0; in formatLine() local
48 if ((binSize != 0 && binSize != kNoBinSize) || commentSize) { in formatLine()
66 if (commentSize == 0) break; in formatLine()
69 ASMJIT_PROPAGATE(sb.append(comment, commentSize)); in formatLine()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Demitterutils.cpp43 size_t commentSize = comment ? Support::strLen(comment, Globals::kMaxCommentSize) : 0; in formatLine() local
48 if ((binSize != 0 && binSize != kNoBinSize) || commentSize) { in formatLine()
66 if (commentSize == 0) break; in formatLine()
69 ASMJIT_PROPAGATE(sb.append(comment, commentSize)); in formatLine()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Demitterutils.cpp43 size_t commentSize = comment ? Support::strLen(comment, Globals::kMaxCommentSize) : 0; in formatLine() local
48 if ((binSize != 0 && binSize != kNoBinSize) || commentSize) { in formatLine()
66 if (commentSize == 0) break; in formatLine()
69 ASMJIT_PROPAGATE(sb.append(comment, commentSize)); in formatLine()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/src/data/
H A Dziparchive.cpp178 Uint16 commentSize; member
204 << commentSize in operator >>()
223 >> commentSize in operator <<()
238 Uint16 commentSize; member
247 << commentSize; in operator >>()
256 >> commentSize; in operator <<()
343 reader.seek(header.extraFieldSize + header.commentSize); in DENG2_PIMPL()
410 header.commentSize = 0; in DENG2_PIMPL()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DLoad_mtm.cpp26 uint16le commentSize; // Length of comment field member
96 …es + 128 + 192 * fileHeader.numTracks + 64 * (fileHeader.lastPattern + 1) + fileHeader.commentSize; in GetHeaderMinimumAdditionalSize()
236 if(fileHeader.commentSize != 0) in ReadMTM()
240 m_songMessage.ReadFixedLineLength(file, fileHeader.commentSize, 39, 1); in ReadMTM()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Zip/
H A DZipOut.cpp254 UInt16 commentSize = (UInt16)comment.GetCapacity(); in WriteCentralDir() local
255 WriteUInt16(commentSize); in WriteCentralDir()
256 if (commentSize > 0) in WriteCentralDir()
257 WriteBytes((const Byte *)comment, commentSize); in WriteCentralDir()
H A DZipIn.cpp682 UInt16 commentSize; member
694 commentSize = Get16(p + 16); in Parse()
811 ReadBuffer(m_ArchiveInfo.Comment, ecd.commentSize); in ReadHeaders()
/dports/editors/yudit/yudit-3.0.7/stoolkit/
H A DSBMap.cpp128 commentSize = 0; in SBMap()
718 commentSize = 0; in clear()
1144 mp = &mp[commentSize]; in processBMBuffer()
1215 commentSize = TO32 (mp); in processSBMapBuffer()
1218 mp = &mp[commentSize]; in processSBMapBuffer()
1312 commentSize = TO32 (mp); in SBMapItem()
1315 mp = &mp[commentSize]; in SBMapItem()
1383 commentSize=commentBufferSize; in SBMapItem()
2358 maps[mapIndex]->commentSize); in getComment()
2525 if (commentSize>0) in serialize()
[all …]
H A DSBMap.h179 SS_WORD32 commentSize; variable
282 void setComment (const unsigned char* comment, int commentSize);
388 SS_WORD32 commentSize; variable
/dports/www/lagrange/lagrange-1.7.3/lib/the_Foundation/src/
H A Darchive.c144 uint16_t commentSize; member
169 d->commentSize = readU16_Stream(stream); in read_CentralFileHeader_()
183 uint16_t commentSize; member
193 d->commentSize = readU16_Stream(stream); in read_CentralEnd_()
290 seek_Stream(is, pos_Stream(is) + header.extraFieldSize + header.commentSize); in readDirectory_Archive_()
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dlogging.cpp475 size_t commentSize = comment ? Support::strLen(comment, Globals::kMaxCommentSize) : 0; in formatLine() local
480 if ((binSize != 0 && binSize != kNoBinSize) || commentSize) { in formatLine()
498 if (commentSize == 0) break; in formatLine()
501 ASMJIT_PROPAGATE(sb.appendString(comment, commentSize)); in formatLine()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/filesys/
H A Dzip.cpp115 uint16_t commentSize; member
162 uint16_t commentSize; member
177 end.commentSize = littleEndianByteOrder.toHost(end.commentSize); in readCentralEnd()
438 …_USHORT(header->fileNameSize) + DD_USHORT(header->extraFieldSize) + DD_USHORT(header->commentSize); in Zip()
/dports/devel/cvsmonitor/cvsmonitor/modules/CVSMonitor/MetaData/
H A DChangeSet.pm154 sub commentSize { length $_[0]->{comment} } subroutine
319 my $karma = $files_score + $activity + $self->commentSize;
H A DVersion.pm26 sub commentSize { length $_[0]->{comment} } subroutine
/dports/lang/mono/mono-5.10.1.57/mcs/class/ICSharpCode.SharpZipLib/ICSharpCode.SharpZipLib/Zip/
H A DZipFile.cs382 int commentSize = ReadLeShort(); in ReadEntries()
384 byte[] zipComment = new byte[commentSize]; in ReadEntries()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/tools/shaderc/
H A Dshaderc_hlsl.cpp305 uint32_t commentSize = (cur & D3DSI_COMMENTSIZE_MASK) >> 16; in getReflectionDataD3D9() local
311 uint32_t tableSize = (commentSize - 1) * 4; in getReflectionDataD3D9()
321 ptr += commentSize - 1; in getReflectionDataD3D9()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/tools/shaderc/
H A Dshaderc_hlsl.cpp305 uint32_t commentSize = (cur & D3DSI_COMMENTSIZE_MASK) >> 16; in getReflectionDataD3D9() local
311 uint32_t tableSize = (commentSize - 1) * 4; in getReflectionDataD3D9()
321 ptr += commentSize - 1; in getReflectionDataD3D9()
/dports/archivers/unzip/unzip60/windll/csharp/
H A DUnzip.cs702 … int commentSize = GetLittleEndianByteOrder(fs,2); /* length of zip file comment */ in GetZipFileComment()
705 byte[] zipFileComment = new byte[commentSize]; in GetZipFileComment()

123