Home
last modified time | relevance | path

Searched refs:entries_count (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-meta.c37 unsigned int entries_count = 2; in test_ot_meta_get_entries() local
38 g_assert_cmpint (hb_ot_meta_get_entry_tags (face, 0, &entries_count, entries), ==, 5); in test_ot_meta_get_entries()
39 g_assert_cmpint (entries_count, ==, 2); in test_ot_meta_get_entries()
43 entries_count = 1; in test_ot_meta_get_entries()
44 g_assert_cmpint (hb_ot_meta_get_entry_tags (face, 2, &entries_count, entries), ==, 5); in test_ot_meta_get_entries()
45 g_assert_cmpint (entries_count, ==, 1); in test_ot_meta_get_entries()
48 entries_count = 2; in test_ot_meta_get_entries()
49 g_assert_cmpint (hb_ot_meta_get_entry_tags (face, 4, &entries_count, entries), ==, 5); in test_ot_meta_get_entries()
50 g_assert_cmpint (entries_count, ==, 1); in test_ot_meta_get_entries()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-meta.cc44 * @entries_count:(inout) (optional): buffer size as input, filled size as output
45 * @entries: (out caller-allocates) (array length=entries_count): entries tags buffer
56 unsigned int *entries_count, /* IN/OUT. May be NULL. */ in hb_ot_meta_get_entry_tags()
59 return face->table.meta->get_entries (start_offset, entries_count, entries); in hb_ot_meta_get_entry_tags()
54 hb_ot_meta_get_entry_tags(hb_face_t *face, unsigned int start_offset, unsigned int *entries_count, hb_ot_meta_tag_t *entries ) hb_ot_meta_get_entry_tags() argument
H A Dhb-ot-meta.h64 unsigned int *entries_count, /* IN/OUT. May be NULL. */
/third_party/ffmpeg/libavcodec/
H A Dpthread_slice.c59 int entries_count; member
251 p->entries_count = 0; in ff_alloc_entries()
254 p->entries_count = count; in ff_alloc_entries()
263 memset(p->entries, 0, p->entries_count * sizeof(int)); in ff_reset_entries()
/third_party/libuv/test/
H A Dtest-fs-readdir.c345 size_t entries_count; in TEST_IMPL() local
405 entries_count = 0; in TEST_IMPL()
427 ++entries_count; in TEST_IMPL()
430 ASSERT_EQ(3, entries_count); in TEST_IMPL()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc666 uint32_t entries_count = in PushHeapObjectsStats() local
668 if (time_interval.count != entries_count || in PushHeapObjectsStats()
671 time_interval.count = entries_count, in PushHeapObjectsStats()

Completed in 7 milliseconds