/external/dng_sdk/source/ |
D | dng_shared.cpp | 104 uint32 tagCount, in ParseTag() argument 116 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 141 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 169 fColorPlanes = Pin_uint32 (0, tagCount / 3, kMaxColorPlanes); in ParseTag() 180 tagCount, in ParseTag() 216 fColorPlanes = Pin_uint32 (0, tagCount / 3, kMaxColorPlanes); in ParseTag() 233 tagCount, in ParseTag() 277 tagCount, in ParseTag() 312 tagCount, in ParseTag() 347 tagCount, in ParseTag() [all …]
|
D | dng_exif.cpp | 757 uint32 tagCount, in ParseTag() argument 769 tagCount, in ParseTag() 787 tagCount, in ParseTag() 806 tagCount, in ParseTag() 824 tagCount, in ParseTag() 842 tagCount, in ParseTag() 865 uint32 tagCount, in Parse_ifd0() argument 880 tagCount, in Parse_ifd0() 910 tagCount, in Parse_ifd0() 940 tagCount, in Parse_ifd0() [all …]
|
D | dng_ifd.cpp | 265 uint32 tagCount, in ParseTag() argument 281 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 310 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 332 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 354 CheckTagCount (parentCode, tagCode, tagCount, 1, 0x0FFFF); in ParseTag() 367 for (j = 0; j < tagCount; j++) in ParseTag() 432 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 482 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 507 CheckTagCount (parentCode, tagCode, tagCount, 1); in ParseTag() 532 fTileOffsetsCount = tagCount; in ParseTag() [all …]
|
D | dng_info.cpp | 103 uint32 tagCount, in ParseTag() argument 138 tagCount, in ParseTag() 154 tagCount, in ParseTag() 170 tagCount, in ParseTag() 181 tagCount >= 14) in ParseTag() 186 tagCount, in ParseTag() 202 tagCount >= 14) in ParseTag() 266 tagCount > 22) in ParseTag() 280 tagCount - 20, in ParseTag() 284 tagOffset + tagCount, in ParseTag() [all …]
|
D | dng_parse_utils.cpp | 2001 uint32 tagCount, in DumpTagValues() argument 2027 if (tagCount > kMaxDumpSingleLine) in DumpTagValues() 2030 printf (" %u entries", (unsigned) tagCount); in DumpTagValues() 2034 for (uint32 j = 0; j < tagCount && j < kMaxDumpArray; j++) in DumpTagValues() 2037 if (tagCount <= kMaxDumpSingleLine) in DumpTagValues() 2125 if (tagCount > kMaxDumpArray) in DumpTagValues() 2128 printf (" ... %u more entries\n", (unsigned) (tagCount - kMaxDumpArray)); in DumpTagValues() 2144 tagCount, in DumpTagValues() 2161 uint32 tagSize = tagCount * TagTypeSize (tagType); in DumpTagValues() 2163 if (tagCount == 1 && (tagType == ttByte || in DumpTagValues() [all …]
|
D | dng_parse_utils.h | 127 uint32 tagCount, 162 uint32 tagCount, 187 uint32 tagCount, 194 uint32 tagCount, 201 uint32 tagCount, 208 uint32 tagCount, 217 uint32 tagCount, 225 uint32 tagCount,
|
D | dng_exif.h | 297 uint32 tagCount, 310 uint32 tagCount, 318 uint32 tagCount, 326 uint32 tagCount, 334 uint32 tagCount, 342 uint32 tagCount,
|
D | dng_shared.h | 106 uint32 tagCount, 216 uint32 tagCount, 232 uint32 tagCount, 240 uint32 tagCount,
|
D | dng_info.h | 106 uint32 tagCount,
|
D | dng_ifd.h | 246 uint32 tagCount,
|
/external/icu/icu4c/source/tools/gencnval/ |
D | gencnval.c | 127 static uint16_t tagCount = 0; variable 535 if (tagCount >= MAX_TAG_COUNT) { in getTagNumber() 545 for (t = 0; t < tagCount; ++t) { in getTagNumber() 553 if (tagCount >= MAX_TAG_COUNT) { in getTagNumber() 572 tags[tagCount].tag = GET_TAG_NUM(atag); in getTagNumber() 575 return tagCount++; in getTagNumber() 592 if (tagCount > UCNV_NUM_RESERVED_TAGS) { in addOfficialTaggedStandards() 618 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1); in addOfficialTaggedStandards() 816 for (idx = UCNV_NUM_RESERVED_TAGS; idx < tagCount; idx++) { in resolveAliasToConverter() 987 uint16_t *aliasArrLists = (uint16_t *)uprv_malloc(tagCount * converterCount * sizeof(uint16_t)); in writeAliasTable() [all …]
|
/external/catch2/include/internal/ |
D | catch_list.cpp | 123 for( auto const& tagCount : tagCounts ) { in listTags() local 125 rss << " " << std::setw(2) << tagCount.second.count << " "; in listTags() 127 auto wrapper = Column( tagCount.second.all() ) in listTags()
|
/external/libcppbor/src/ |
D | cppbor.cpp | 101 size_t tagCount = item->semanticTagCount(); in prettyPrintInternal() local 102 while (tagCount > 0) { in prettyPrintInternal() 103 --tagCount; in prettyPrintInternal() 104 snprintf(buf, sizeof(buf), "tag %" PRIu64 " ", item->semanticTag(tagCount)); in prettyPrintInternal()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | ImageHeaderParser.java | 215 int tagCount = segmentData.getInt16(firstIfdOffset); in parseExifSegment() local 218 for (int i = 0; i < tagCount; i++) { in parseExifSegment()
|
/external/jdiff/src/jdiff/ |
D | RootDocToXML.java | 278 int tagCount = pd[i].tags().length; in processPackages() local 279 if (trace) System.out.println("#tags: " + tagCount); in processPackages()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 11225 for( auto const& tagCount : tagCounts ) { in listTags() local 11227 rss << " " << std::setw(2) << tagCount.second.count << " "; in listTags() 11229 auto wrapper = Column( tagCount.second.all() ) in listTags()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 11287 for( auto const& tagCount : tagCounts ) { in listTags() local 11289 rss << " " << std::setw(2) << tagCount.second.count << " "; in listTags() 11291 auto wrapper = Column( tagCount.second.all() ) in listTags()
|