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/
H A 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/include/third_party/skcms/
H A Dskcms.h169 uint32_t tag_count; member
/third_party/skia/third_party/skcms/
H A Dskcms.cc362 uint8_t tag_count [ 4]; // Technically not part of header, but required
1198 if (idx > profile->tag_count) { return; }
1209 for (uint32_t i = 0; i < profile->tag_count; ++i) {
1251 profile->tag_count = read_big_u32(header->tag_count);
1255 uint64_t tag_table_size = profile->tag_count * SAFE_SIZEOF(tag_Layout);
1272 for (uint32_t i = 0; i < profile->tag_count; ++i) {
/third_party/icu/icu4c/source/test/cintltst/
H A 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/
H A Dpngrutil.c1480 png_uint_32 tag_count = in png_handle_iCCP() local
1490 size = 12 * tag_count; in png_handle_iCCP()
1509 - 12 * tag_count; in png_handle_iCCP()
1514 12 * tag_count, &size, 1/*finish*/); in png_handle_iCCP()
H A Dpng.c2201 png_uint_32 tag_count = png_get_uint_32(profile+128); in png_icc_check_tag_table() local
2208 for (itag=0; itag < tag_count; ++itag, tag += 12) in png_icc_check_tag_table()
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc11644 int tag_count = sizeof(tags) / sizeof(tags[0]);
11648 for (int i = 0; i < tag_count; i++) {
11658 for (int j = 0; j < tag_count; j++) {
11855 int tag_count = sizeof(tags) / sizeof(tags[0]);
11859 for (int i = 0; i < tag_count; i++) {
11869 for (int j = 0; j < tag_count; j++) {
12026 int tag_count = sizeof(tags) / sizeof(tags[0]);
12030 for (int i = 0; i < tag_count; i++) {
12040 for (int j = 0; j < tag_count; j++) {
12192 int tag_count
[all...]
/third_party/node/deps/v8/src/wasm/
H A 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()

Completed in 34 milliseconds