Searched refs:tag_count (Results 1 – 8 of 8) sorted by relevance
961 int32_t tag_count; in testTag() local971 tag_count=tags.getSize(); in testTag()972 CONFIRM_GE((int32_t)tag_count, (int32_t)0); in testTag()974 for(index=0; index <tag_count; index++){ in testTag()987 for(index=0; index <tag_count; index++){ in testTag()1001 tag_count=0; in testTag()1051 CONFIRM_EQ(count, tag_count); in testTag()
362 uint8_t tag_count [ 4]; // Technically not part of header, but required member1198 if (idx > profile->tag_count) { return; } in skcms_GetTagByIndex()1209 for (uint32_t i = 0; i < profile->tag_count; ++i) { in skcms_GetTagBySignature()1251 profile->tag_count = read_big_u32(header->tag_count); in skcms_ParseWithA2BPriority()1255 uint64_t tag_table_size = profile->tag_count * SAFE_SIZEOF(tag_Layout); in skcms_ParseWithA2BPriority()1272 for (uint32_t i = 0; i < profile->tag_count; ++i) { in skcms_ParseWithA2BPriority()
169 uint32_t tag_count; member
1663 int32_t tag_count= 0; in testTag() local1972 tag_count=0; in testTag()1979 tag_count=ures_getSize(tags); in testTag()1980 CONFIRM_INT_GE((int32_t)tag_count, (int32_t)0); in testTag()1982 for(idx=0; idx <tag_count; idx++){ in testTag()1998 tag_count=0; in testTag()2044 CONFIRM_INT_EQ(count, tag_count); in testTag()
1481 png_uint_32 tag_count = in png_handle_iCCP() local1491 size = 12 * tag_count; in png_handle_iCCP()1510 - 12 * tag_count; in png_handle_iCCP()1515 12 * tag_count, &size, 1/*finish*/); in png_handle_iCCP()
2201 png_uint_32 tag_count = png_get_uint_32(profile+128);2208 for (itag=0; itag < tag_count; ++itag, tag += 12)
11240 int tag_count = sizeof(tags) / sizeof(tags[0]); in TEST() local11244 for (int i = 0; i < tag_count; i++) { in TEST()11254 for (int j = 0; j < tag_count; j++) { in TEST()11451 int tag_count = sizeof(tags) / sizeof(tags[0]); in TEST() local11455 for (int i = 0; i < tag_count; i++) { in TEST()11465 for (int j = 0; j < tag_count; j++) { in TEST()11622 int tag_count = sizeof(tags) / sizeof(tags[0]); in TEST() local11626 for (int i = 0; i < tag_count; i++) { in TEST()11636 for (int j = 0; j < tag_count; j++) { in TEST()11788 int tag_count = sizeof(tags) / sizeof(tags[0]); in TEST() local[all …]
1444 uint32_t tag_count = consume_count("tag count", kV8MaxWasmTags); in DecodeTagSection() local1445 for (uint32_t i = 0; ok() && i < tag_count; ++i) { in DecodeTagSection()