Home
last modified time | relevance | path

Searched refs:tag_count (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Drestsnew.cpp961 int32_t tag_count; in testTag() local
971 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()
/third_party/skia/third_party/skcms/
Dskcms.cc362 uint8_t tag_count [ 4]; // Technically not part of header, but required member
1198 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()
/third_party/skia/include/third_party/skcms/
Dskcms.h169 uint32_t tag_count; member
/third_party/icu/icu4c/source/test/cintltst/
Dcreststn.c1663 int32_t tag_count= 0; in testTag() local
1972 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()
/third_party/skia/third_party/externals/libpng/
Dpngrutil.c1481 png_uint_32 tag_count = in png_handle_iCCP() local
1491 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()
Dpng.c2201 png_uint_32 tag_count = png_get_uint_32(profile+128);
2208 for (itag=0; itag < tag_count; ++itag, tag += 12)
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc11240 int tag_count = sizeof(tags) / sizeof(tags[0]); in TEST() local
11244 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() local
11455 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() local
11626 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 …]
/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1444 uint32_t tag_count = consume_count("tag count", kV8MaxWasmTags); in DecodeTagSection() local
1445 for (uint32_t i = 0; ok() && i < tag_count; ++i) { in DecodeTagSection()