Home
last modified time | relevance | path

Searched refs:entries_count (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
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/harfbuzz/test/api/
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/gstreamer/gstplugins_good/gst/isomp4/
Dgstisoff.c37 parser->sidx.entries_count = 0; in gst_isoff_qt_sidx_parser_init()
126 parser->sidx.entries_count = in gst_isoff_qt_sidx_parser_add_data()
137 if (parser->sidx.entries_count) { in gst_isoff_qt_sidx_parser_add_data()
139 g_malloc (sizeof (GstSidxBoxEntry) * parser->sidx.entries_count); in gst_isoff_qt_sidx_parser_add_data()
146 while (parser->sidx.entry_index < parser->sidx.entries_count) { in gst_isoff_qt_sidx_parser_add_data()
171 if (parser->sidx.entry_index == parser->sidx.entries_count) in gst_isoff_qt_sidx_parser_add_data()
Dgstisoff.h68 gint entries_count; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-meta.cc56 unsigned int *entries_count, /* IN/OUT. May be NULL. */ in hb_ot_meta_get_entry_tags() argument
59 return face->table.meta->get_entries (start_offset, entries_count, entries); in hb_ot_meta_get_entry_tags()
Dhb-ot-meta.h64 unsigned int *entries_count, /* IN/OUT. May be NULL. */
/third_party/harfbuzz/src/
Dhb-ot-meta.cc56 unsigned int *entries_count, /* IN/OUT. May be NULL. */ in hb_ot_meta_get_entry_tags() argument
59 return face->table.meta->get_entries (start_offset, entries_count, entries); in hb_ot_meta_get_entry_tags()
Dhb-ot-meta.h64 unsigned int *entries_count, /* IN/OUT. May be NULL. */
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.c368 tfrf->entries_count = fragment_count; in gst_isoff_tfrf_box_parse()
371 tfrf->entries_count); in gst_isoff_tfrf_box_parse()
801 parser->sidx.entries_count = 0; in gst_isoff_sidx_parser_init()
869 parser->sidx.entries_count = in gst_isoff_sidx_parser_parse()
880 if (parser->sidx.entries_count) { in gst_isoff_sidx_parser_parse()
882 g_malloc (sizeof (GstSidxBoxEntry) * parser->sidx.entries_count); in gst_isoff_sidx_parser_parse()
889 while (parser->sidx.entry_index < parser->sidx.entries_count) { in gst_isoff_sidx_parser_parse()
914 if (parser->sidx.entry_index == parser->sidx.entries_count) in gst_isoff_sidx_parser_parse()
Dgstisoff.h100 gint entries_count; member
261 gint entries_count; member
/third_party/libuv/test/
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(entries_count == 3); in TEST_IMPL()
/third_party/ffmpeg/libavcodec/
Dpthread_slice.c53 int entries_count; member
227 p->entries_count = count; in ff_alloc_entries()
241 memset(p->entries, 0, p->entries_count * sizeof(int)); in ff_reset_entries()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c432 g_assert (i < SIDX (s)->entries_count); in SIDX_ENTRY()
1405 gint idx = sidx->entries_count; in gst_dash_demux_stream_sidx_seek()
1408 if (sidx->entries_count == 0) in gst_dash_demux_stream_sidx_seek()
1412 gst_util_array_binary_search (sidx->entries, sidx->entries_count, in gst_dash_demux_stream_sidx_seek()
1423 GstSidxBoxEntry *last_entry = &sidx->entries[sidx->entries_count - 1]; in gst_dash_demux_stream_sidx_seek()
1449 if (idx + 1 < sidx->entries_count in gst_dash_demux_stream_sidx_seek()
1454 if (idx + 1 < sidx->entries_count && entry->pts < ts) in gst_dash_demux_stream_sidx_seek()
1458 g_assert (sidx->entry_index < sidx->entries_count); in gst_dash_demux_stream_sidx_seek()
1577 if (sidx->entry_index + 1 < sidx->entries_count) in gst_dash_demux_stream_has_next_subfragment()
1703 if (idx < sidx->entries_count) { in gst_dash_demux_stream_advance_subfragment()
[all …]
/third_party/e2fsprogs/ext2ed/
Dgeneral_com.c183 remember_lifo.entries_count=0; /* Empty Object memory */ in set_device()
792 entry_num=remember_lifo.entries_count++; in remember()
795 remember_lifo.entries_count--; in remember()
831 for (entry_num=remember_lifo.entries_count-1;entry_num>=0;entry_num--) { in recall()
Ddir_com.c562 entry_num=remember_lifo.entries_count++; in type_dir___remember()
565 remember_lifo.entries_count--; in type_dir___remember()
Dfile_com.c414 entry_num=remember_lifo.entries_count++; in type_file___remember()
417 remember_lifo.entries_count--; in type_file___remember()
Dext2ed.h168 long entries_count; member
Dinit.c65 remember_lifo.entries_count=0; /* Object memory is empty */ in init()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Disoff.c291 fail_unless_equals_int (tfrf->entries_count, 2); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfmux.c1701 guint32 entries_count = g_slist_length (pad->simple_index); in gst_asf_mux_push_simple_index() local
1716 GST_WRITE_UINT32_LE (data + 52, entries_count); in gst_asf_mux_push_simple_index()
1723 pad->max_keyframe_packet_count, entries_count); in gst_asf_mux_push_simple_index()
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c1651 for (index = 0; index < traf->tfrf->entries_count; index++) { in gst_mss_stream_parse_fragment()
/third_party/chromium/patch/
D0001-cve.patch37966 + unsigned int *entries_count, /* IN/OUT */
37974 + if (entries_count)
37977 + unsigned int end = hb_min (start + *entries_count, entriesCount);
37978 + *entries_count = end - start;
37980 + for (unsigned int i = 0; i < *entries_count; i++) {
38005 + unsigned int *entries_count, /* IN/OUT */
38012 + if (entries_count) *entries_count = 0;
38016 + entries_count,
38031 + unsigned int *entries_count, /* IN/OUT */
38038 + entries_count,
[all …]