Home
last modified time | relevance | path

Searched refs:tagCount (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_shared.cpp173 tagCount, in ParseTag()
226 tagCount, in ParseTag()
270 tagCount, in ParseTag()
305 tagCount, in ParseTag()
340 tagCount, in ParseTag()
375 tagCount, in ParseTag()
406 tagCount, in ParseTag()
437 tagCount, in ParseTag()
468 tagCount, in ParseTag()
1002 tagCount, in ParseTag()
[all …]
H A Ddng_exif.cpp816 tagCount, in ParseTag()
871 tagCount, in ParseTag()
927 tagCount, in Parse_ifd0()
957 tagCount, in Parse_ifd0()
987 tagCount, in Parse_ifd0()
1017 tagCount, in Parse_ifd0()
1088 tagCount, in Parse_ifd0()
1118 tagCount, in Parse_ifd0()
1190 tagCount, in Parse_ifd0()
2645 tagCount, in Parse_ifd0_exif()
[all …]
H A Ddng_ifd.cpp275 uint32 tagCount, in ParseTag() argument
572 tagCount); in ParseTag()
692 tagCount); in ParseTag()
901 tagCount); in ParseTag()
946 tagCount); in ParseTag()
974 tagCount); in ParseTag()
2065 tagCount, in ParseTag()
2096 tagCount, in ParseTag()
2127 tagCount, in ParseTag()
2214 tagCount, in ParseTag()
[all …]
H A Ddng_info.cpp171 tagCount, in ParseTag()
214 tagCount >= 14) in ParseTag()
235 tagCount >= 14) in ParseTag()
299 tagCount > 22) in ParseTag()
357 tagCount, in ParseTag()
652 tagCount, in ParseIFD()
725 uint32 tagCount; in ParseMakerNoteIFD() local
919 tagCount, in ParseMakerNoteIFD()
1704 if (tagCount) in ParseDNGPrivateData()
1729 if (tagCount) in ParseDNGPrivateData()
[all …]
H A Ddng_parse_utils.cpp2106 uint32 tagCount, in DumpTagValues() argument
2249 tagCount, in DumpTagValues()
2536 uint32 tagCount, in CheckTagCount() argument
2545 tagCount > maxCount) in CheckTagCount()
2775 if (tagCount == 0 || in ParseStringTag()
2796 buffer [tagCount] = 0; in ParseStringTag()
2866 if (tagCount == 0 || in ParseDualStringTag()
2970 if (tagCount < 8) in ParseEncodedStringTag()
3284 uint32 tagCount, in ParseMatrixTag() argument
3319 uint32 tagCount, in ParseVectorTag() argument
[all …]
H A Ddng_parse_utils.h126 uint32 tagCount,
161 uint32 tagCount,
186 uint32 tagCount,
193 uint32 tagCount,
200 uint32 tagCount,
207 uint32 tagCount,
216 uint32 tagCount,
224 uint32 tagCount,
/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_shared.cpp170 tagCount, in ParseTag()
205 tagCount, in ParseTag()
240 tagCount, in ParseTag()
275 tagCount, in ParseTag()
310 tagCount, in ParseTag()
376 tagCount, in ParseTag()
408 tagCount, in ParseTag()
440 tagCount, in ParseTag()
790 tagCount, in ParseTag()
1063 tagCount, in ParseTag()
[all …]
H A Ddng_exif.cpp634 tagCount, in ParseTag()
689 tagCount, in ParseTag()
745 tagCount, in Parse_ifd0()
775 tagCount, in Parse_ifd0()
805 tagCount, in Parse_ifd0()
835 tagCount, in Parse_ifd0()
906 tagCount, in Parse_ifd0()
936 tagCount, in Parse_ifd0()
1008 tagCount, in Parse_ifd0()
2154 tagCount, in Parse_ifd0_exif()
[all …]
H A Ddng_ifd.cpp244 uint32 tagCount, in ParseTag() argument
530 tagCount); in ParseTag()
650 tagCount); in ParseTag()
858 tagCount); in ParseTag()
903 tagCount); in ParseTag()
931 tagCount); in ParseTag()
1460 tagCount); in ParseTag()
1987 tagCount, in ParseTag()
2019 tagCount, in ParseTag()
2051 tagCount, in ParseTag()
[all …]
H A Ddng_info.cpp132 tagCount, in ParseTag()
175 tagCount >= 14) in ParseTag()
239 tagCount > 22) in ParseTag()
297 tagCount, in ParseTag()
571 tagCount, in ParseIFD()
642 uint32 tagCount; in ParseMakerNoteIFD() local
828 tagCount, in ParseMakerNoteIFD()
1486 if (tagCount) in ParseDNGPrivateData()
1511 if (tagCount) in ParseDNGPrivateData()
1536 if (tagCount) in ParseDNGPrivateData()
[all …]
H A Ddng_parse_utils.cpp1859 uint32 tagCount, in DumpTagValues() argument
2002 tagCount, in DumpTagValues()
2289 uint32 tagCount, in CheckTagCount() argument
2298 tagCount > maxCount) in CheckTagCount()
2529 if (tagCount == 0 || in ParseStringTag()
2550 buffer [tagCount] = 0; in ParseStringTag()
2648 if (tagCount == 0 || in ParseDualStringTag()
2770 if (tagCount < 8) in ParseEncodedStringTag()
3079 uint32 tagCount, in ParseMatrixTag() argument
3114 uint32 tagCount, in ParseVectorTag() argument
[all …]
H A Ddng_parse_utils.h121 uint32 tagCount,
156 uint32 tagCount,
181 uint32 tagCount,
189 uint32 tagCount,
196 uint32 tagCount,
203 uint32 tagCount,
212 uint32 tagCount,
220 uint32 tagCount,
/dports/devel/hapy/Hapy-0.0.8/tests/
H A DSpeedTest.sh32 tagCount=$1
34 echo "testSpeed scale: $scale tagCount: $tagCount {"
37 ./xmlgen -f $scale -s $tagCount | \
50 tagCount=1
51 while test $tagCount -lt 1000000 -a $Status -eq 0
53 testSpeed $tagCount
54 step=$(($tagCount/10))
57 step=$tagCount
59 tagCount=$(($tagCount+$step))
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmParseCoberturaCoverage.cxx57 int tagCount = 0; in StartElement() local
59 if (strcmp(atts[tagCount], "filename") == 0) { in StartElement()
61 "Reading file: " << atts[tagCount + 1] in StartElement()
64 std::string filename = atts[tagCount + 1]; in StartElement()
112 ++tagCount; in StartElement()
115 int tagCount = 0; in StartElement() local
122 if (strcmp(atts[tagCount], "hits") == 0) { in StartElement()
123 curHits = atoi(atts[tagCount + 1]); in StartElement()
124 } else if (strcmp(atts[tagCount], "number") == 0) { in StartElement()
125 curNumber = atoi(atts[tagCount + 1]); in StartElement()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmParseCoberturaCoverage.cxx57 int tagCount = 0; in StartElement() local
59 if (strcmp(atts[tagCount], "filename") == 0) { in StartElement()
61 "Reading file: " << atts[tagCount + 1] in StartElement()
64 std::string filename = atts[tagCount + 1]; in StartElement()
112 ++tagCount; in StartElement()
115 int tagCount = 0; in StartElement() local
122 if (strcmp(atts[tagCount], "hits") == 0) { in StartElement()
123 curHits = atoi(atts[tagCount + 1]); in StartElement()
124 } else if (strcmp(atts[tagCount], "number") == 0) { in StartElement()
125 curNumber = atoi(atts[tagCount + 1]); in StartElement()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmParseCoberturaCoverage.cxx57 int tagCount = 0; in StartElement() local
59 if (strcmp(atts[tagCount], "filename") == 0) { in StartElement()
61 "Reading file: " << atts[tagCount + 1] in StartElement()
64 std::string filename = atts[tagCount + 1]; in StartElement()
112 ++tagCount; in StartElement()
115 int tagCount = 0; in StartElement() local
122 if (strcmp(atts[tagCount], "hits") == 0) { in StartElement()
123 curHits = atoi(atts[tagCount + 1]); in StartElement()
124 } else if (strcmp(atts[tagCount], "number") == 0) { in StartElement()
125 curNumber = atoi(atts[tagCount + 1]); in StartElement()
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/utils/fileview/
H A DeD2kFiles.cpp97 uint32_t tagCount = file.ReadUInt32(); in DecodeFriendList() local
98 cout << "\n\ttagCount : " << tagCount << '\n'; in DecodeFriendList()
99 for (; tagCount > 0; --tagCount) { in DecodeFriendList()
119 uint32_t tagCount = file.ReadUInt32(); in DecodeServerMet() local
120 cout << "\ttagCount : " << tagCount << '\n'; in DecodeServerMet()
121 for (; tagCount > 0; --tagCount) { in DecodeServerMet()
202 uint32_t tagCount = file.ReadUInt32(); in DecodeKnownMet() local
204 for (; tagCount > 0; tagCount--) { in DecodeKnownMet()
243 uint32_t tagCount = file.ReadUInt32(); in DecodePartMetFile() local
244 cout << "TagCount : " << tagCount << '\n'; in DecodePartMetFile()
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/utils/fileview/
H A DeD2kFiles.cpp97 uint32_t tagCount = file.ReadUInt32(); in DecodeFriendList() local
98 cout << "\n\ttagCount : " << tagCount << '\n'; in DecodeFriendList()
99 for (; tagCount > 0; --tagCount) { in DecodeFriendList()
119 uint32_t tagCount = file.ReadUInt32(); in DecodeServerMet() local
120 cout << "\ttagCount : " << tagCount << '\n'; in DecodeServerMet()
121 for (; tagCount > 0; --tagCount) { in DecodeServerMet()
202 uint32_t tagCount = file.ReadUInt32(); in DecodeKnownMet() local
204 for (; tagCount > 0; tagCount--) { in DecodeKnownMet()
243 uint32_t tagCount = file.ReadUInt32(); in DecodePartMetFile() local
244 cout << "TagCount : " << tagCount << '\n'; in DecodePartMetFile()
[all …]
/dports/misc/fq/fq-0.0.2/format/ape/
H A Dapev2.go28 var tagCount uint64
33 tagCount = d.FieldU32("item_count")
37 return tagCount
40 tagCount := headerFooterFn(d, "header")
41 if tagCount > 1000 {
42 d.Fatalf("too many tags %d", tagCount)
46 for i := uint64(0); i < tagCount; i++ {
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_timestamp_container.h22 MockTagAllocator(uint32_t rootDeviceIndex, MemoryManager *memoryManager, size_t tagCount, in MockTagAllocator() argument
24 …: BaseClass(std::vector<uint32_t>{rootDeviceIndex}, memoryManager, tagCount, tagAlignment, tagSize… in MockTagAllocator()
27 MockTagAllocator(uint32_t rootDeviceIndex, MemoryManager *memoryManager, size_t tagCount = 10)
28 …: MockTagAllocator(rootDeviceIndex, memoryManager, tagCount, MemoryConstants::cacheLineSize, sizeo… in MockTagAllocator() argument
31 …const std::vector<uint32_t> &rootDeviceIndices, MemoryManager *memoryManager, size_t tagCount = 10)
32 …: BaseClass(rootDeviceIndices, memoryManager, tagCount, MemoryConstants::cacheLineSize, sizeof(Tag… in BaseClass() argument
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/utils/plasmamule/
H A Dqt-emc.cpp110 quint32 lFileSize, llength, tagCount; in readBinary() local
234 in >> tagCount; in readBinary()
242 if (tagCount > 5) in readBinary()
244 lastTag = tagCount; in readBinary()
249 for (int j=1; j<=tagCount; j++) in readBinary()
307 if (in.atEnd() && (j != tagCount) && (i =! fileCount)) in readBinary()
373 if (in.atEnd() && (j != tagCount) && (i =! fileCount)) in readBinary()
387 if (in.atEnd() && (j != tagCount) && (i =! fileCount)) in readBinary()
401 if (in.atEnd() && (j != tagCount) && (i =! fileCount)) in readBinary()
415 if (in.atEnd() && (j != tagCount) && (i =! fileCount)) in readBinary()
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/utils/plasmamule/
H A Dqt-emc.cpp110 quint32 lFileSize, llength, tagCount; in readBinary() local
234 in >> tagCount; in readBinary()
242 if (tagCount > 5) in readBinary()
244 lastTag = tagCount; in readBinary()
249 for (int j=1; j<=tagCount; j++) in readBinary()
307 if (in.atEnd() && (j != tagCount) && (i =! fileCount)) in readBinary()
373 if (in.atEnd() && (j != tagCount) && (i =! fileCount)) in readBinary()
387 if (in.atEnd() && (j != tagCount) && (i =! fileCount)) in readBinary()
401 if (in.atEnd() && (j != tagCount) && (i =! fileCount)) in readBinary()
415 if (in.atEnd() && (j != tagCount) && (i =! fileCount)) in readBinary()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/cmm/
H A DProfileDataVerifier.java47 final int tagCount = readInt32(data, HEADER_SIZE); in verify() local
49 if (tagCount < 0 || tagCount > MAX_TAG_COUNT) { in verify()
53 if (size < (TOC_OFFSET + (tagCount * TOC_RECORD_SIZE)) || in verify()
66 for (int i = 0; i < tagCount; i++) { in verify()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/cmm/
H A DProfileDataVerifier.java47 final int tagCount = readInt32(data, HEADER_SIZE); in verify() local
49 if (tagCount < 0 || tagCount > MAX_TAG_COUNT) { in verify()
53 if (size < (TOC_OFFSET + (tagCount * TOC_RECORD_SIZE)) || in verify()
66 for (int i = 0; i < tagCount; i++) { in verify()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/cmm/
H A DProfileDataVerifier.java47 final int tagCount = readInt32(data, HEADER_SIZE); in verify() local
49 if (tagCount < 0 || tagCount > MAX_TAG_COUNT) { in verify()
53 if (size < (TOC_OFFSET + (tagCount * TOC_RECORD_SIZE)) || in verify()
66 for (int i = 0; i < tagCount; i++) { in verify()

12345678910>>...18