Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_external.cpp51 uptr tag_count = atomic_load(&used_tags, memory_order_relaxed); in TagFromShadowStackFrame() local
53 if (pc_ptr < GetTagData(0) || pc_ptr > GetTagData(tag_count - 1)) in TagFromShadowStackFrame()
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp959 int32_t tag_count; in testTag() local
969 tag_count=tags.getSize(); in testTag()
970 CONFIRM_GE((int32_t)tag_count, (int32_t)0); in testTag()
972 for(index=0; index <tag_count; index++){ in testTag()
985 for(index=0; index <tag_count; index++){ in testTag()
999 tag_count=0; in testTag()
1049 CONFIRM_EQ(count, tag_count); in testTag()
/external/skqp/third_party/skcms/
Dskcms.h95 uint32_t tag_count; member
Dskcms.cc175 uint8_t tag_count [ 4]; // Technically not part of header, but required member
827 if (idx > profile->tag_count) { return; } in skcms_GetTagByIndex()
838 for (uint32_t i = 0; i < profile->tag_count; ++i) { in skcms_GetTagBySignature()
878 profile->tag_count = read_big_u32(header->tag_count); in skcms_Parse()
882 uint64_t tag_table_size = profile->tag_count * SAFE_SIZEOF(tag_Layout); in skcms_Parse()
899 for (uint32_t i = 0; i < profile->tag_count; ++i) { in skcms_Parse()
/external/skia/include/third_party/skcms/
Dskcms.h162 uint32_t tag_count; member
/external/skia/third_party/skcms/
Dskcms.cc359 uint8_t tag_count [ 4]; // Technically not part of header, but required member
1174 if (idx > profile->tag_count) { return; } in skcms_GetTagByIndex()
1185 for (uint32_t i = 0; i < profile->tag_count; ++i) { in skcms_GetTagBySignature()
1227 profile->tag_count = read_big_u32(header->tag_count); in skcms_ParseWithA2BPriority()
1231 uint64_t tag_table_size = profile->tag_count * SAFE_SIZEOF(tag_Layout); in skcms_ParseWithA2BPriority()
1248 for (uint32_t i = 0; i < profile->tag_count; ++i) { in skcms_ParseWithA2BPriority()
/external/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()
/external/pdfium/third_party/libpng16/
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)
/external/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)
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1591 jint tag_count,
1996 jvmtiError GetObjectsWithTags(jint tag_count, in GetObjectsWithTags()
2001 …return functions->GetObjectsWithTags(this, tag_count, tags, count_ptr, object_result_ptr, tag_resu… in GetObjectsWithTags()
/external/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 …]