Home
last modified time | relevance | path

Searched refs:num_entries (Results 1 – 25 of 164) sorted by relevance

1234567

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_dump.c128 guint32 ver_flags = 0, num_entries = 0, i; in qtdemux_dump_elst() local
131 !gst_byte_reader_get_uint32_be (data, &num_entries)) in qtdemux_dump_elst()
135 GST_LOG ("%*s n entries: %d", depth, "", num_entries); in qtdemux_dump_elst()
137 if (!qt_atom_parser_has_chunks (data, num_entries, 4 + 4 + 4)) in qtdemux_dump_elst()
140 for (i = 0; i < num_entries; i++) { in qtdemux_dump_elst()
237 guint32 ver_flags = 0, num_entries = 0, i; in qtdemux_dump_dref() local
240 !gst_byte_reader_get_uint32_be (data, &num_entries)) in qtdemux_dump_dref()
244 GST_LOG ("%*s n entries: %u", depth, "", num_entries); in qtdemux_dump_dref()
245 for (i = 0; i < num_entries; i++) { in qtdemux_dump_dref()
354 guint32 ver_flags = 0, num_entries = 0, i; in qtdemux_dump_stsd() local
[all …]
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_pipeline_state.cpp72 D3D12_SO_DECLARATION_ENTRY *entries, UINT *num_entries, in fill_so_declaration() argument
77 *num_entries = 0; in fill_so_declaration()
93 entries[*num_entries].Stream = output->stream; in fill_so_declaration()
94 entries[*num_entries].SemanticName = NULL; in fill_so_declaration()
95 entries[*num_entries].ComponentCount = skip_components; in fill_so_declaration()
96 entries[*num_entries].OutputSlot = buffer; in fill_so_declaration()
97 (*num_entries)++; in fill_so_declaration()
102 entries[*num_entries].Stream = output->stream; in fill_so_declaration()
103 entries[*num_entries].SemanticName = get_semantic_name(output->register_index, &index); in fill_so_declaration()
104 entries[*num_entries].SemanticIndex = index; in fill_so_declaration()
[all …]
/third_party/boost/tools/build/src/engine/
Ddebug.cpp47 p->num_entries = 0; in profile_enter()
57 p->num_entries += 1; in profile_enter()
115 double mem_each = ( p->memory / ( p->num_entries ? p->num_entries : 1 in dump_profile_entry()
118 if (p->num_entries) q /= p->num_entries; in dump_profile_entry()
124 out_printf( "%10ld %12.6f %12.6f %12.8f %10.2f %10.2f %s\n", p->num_entries, in dump_profile_entry()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_log.c36 unsigned num_entries; member
163 if (page->num_entries >= page->max_entries) { in u_log_chunk()
164 unsigned new_max_entries = MAX2(16, page->num_entries * 2); in u_log_chunk()
175 page->entries[page->num_entries].type = type; in u_log_chunk()
176 page->entries[page->num_entries].data = data; in u_log_chunk()
177 page->num_entries++; in u_log_chunk()
223 for (unsigned i = 0; i < page->num_entries; ++i) { in u_log_page_destroy()
237 for (unsigned i = 0; i < page->num_entries; ++i) in u_log_page_print()
/third_party/grpc/src/core/lib/slice/
Dslice_hash_table.h64 static RefCountedPtr<SliceHashTable> Create(size_t num_entries,
69 SliceHashTable(size_t num_entries, Entry* entries, ValueCmp value_cmp);
101 RefCountedPtr<SliceHashTable<T>> SliceHashTable<T>::Create(size_t num_entries, in Create() argument
104 return MakeRefCounted<SliceHashTable<T>>(num_entries, entries, value_cmp); in Create()
108 SliceHashTable<T>::SliceHashTable(size_t num_entries, Entry* entries, in SliceHashTable() argument
112 size_(num_entries * 2), in SliceHashTable()
115 for (size_t i = 0; i < num_entries; ++i) { in SliceHashTable()
/third_party/mesa3d/src/mapi/
Dmapi_glapi.c240 _glapi_new_nop_table(unsigned num_entries) in _glapi_new_nop_table() argument
244 if (num_entries > MAPI_TABLE_NUM_SLOTS) in _glapi_new_nop_table()
245 num_entries = MAPI_TABLE_NUM_SLOTS; in _glapi_new_nop_table()
247 table = malloc(num_entries * sizeof(mapi_func)); in _glapi_new_nop_table()
249 memcpy(table, table_noop_array, num_entries * sizeof(mapi_func)); in _glapi_new_nop_table()
/third_party/libwebsockets/lib/roles/h2/
Dhpack.c402 index = lws_safe_modulo(dyn->pos - 1 - index, dyn->num_entries); in lws_token_from_index()
404 index += dyn->num_entries; in lws_token_from_index()
435 dyn->used_entries, dyn->num_entries, dyn->pos, in lws_h2_dynamic_table_dump()
440 m = lws_safe_modulo(dyn->pos - 1 - n, dyn->num_entries); in lws_h2_dynamic_table_dump()
442 m += dyn->num_entries; in lws_h2_dynamic_table_dump()
505 new_index = lws_safe_modulo(dyn->pos, dyn->num_entries); in lws_dynamic_token_insert()
506 if (dyn->num_entries && dyn->used_entries == dyn->num_entries) { in lws_dynamic_token_insert()
524 dyn->num_entries); in lws_dynamic_token_insert()
526 n += dyn->num_entries; in lws_dynamic_token_insert()
530 if (dyn->used_entries < dyn->num_entries) in lws_dynamic_token_insert()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name.cc59 unsigned int *num_entries /* OUT */) in hb_ot_name_list_names() argument
62 if (num_entries) in hb_ot_name_list_names()
63 *num_entries = 0; in hb_ot_name_list_names()
67 if (num_entries) *num_entries = name.names.length; in hb_ot_name_list_names()
Dhb-aat-layout-common.hh556 unsigned int num_entries = 0; in sanitize() local
579 num_entries = hb_max (num_entries, *(p - 1) + 1); in sanitize()
600 num_entries = hb_max (num_entries, *p + 1); in sanitize()
605 if (unlikely (!c->check_array (entries, num_entries))) in sanitize()
607 if ((c->max_ops -= num_entries - entry) <= 0) in sanitize()
610 const Entry<Extra> *stop = &entries[num_entries]; in sanitize()
617 entry = num_entries; in sanitize()
622 *num_entries_out = num_entries; in sanitize()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp38 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *rd_platforms, in clGetPlatformIDs() argument
40 if ((!num_entries && rd_platforms) || in clGetPlatformIDs()
230 clover::IcdGetPlatformIDsKHR(cl_uint num_entries, cl_platform_id *rd_platforms, in IcdGetPlatformIDsKHR() argument
232 return clGetPlatformIDs(num_entries, rd_platforms, rnum_platforms); in IcdGetPlatformIDsKHR()
253 clIcdGetPlatformIDsKHR(cl_uint num_entries, cl_platform_id *rd_platforms, in clIcdGetPlatformIDsKHR() argument
255 return IcdGetPlatformIDsKHR(num_entries, rd_platforms, rnum_platforms); in clIcdGetPlatformIDsKHR()
/third_party/mesa3d/src/mapi/glapi/
Dglapi_nop.c124 _glapi_new_nop_table(unsigned num_entries) in _glapi_new_nop_table() argument
126 struct _glapi_table *table = malloc(num_entries * sizeof(_glapi_proc)); in _glapi_new_nop_table()
129 num_entries * sizeof(_glapi_proc)); in _glapi_new_nop_table()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dexif_utils.cc101 int num_entries = parse_bytes<uint16_t>(buf + offset, intel_align); in parseExif() local
102 if (offset + 6 + 12 * num_entries > len) { in parseExif()
106 while (num_entries > 0) { in parseExif()
117 num_entries--; in parseExif()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/
Dfuchsia.cc67 size_t num_entries = fml::size(Entries); in NativeLookup() local
68 for (size_t i = 0; i < num_entries; ++i) { in NativeLookup()
81 size_t num_entries = fml::size(Entries); in NativeSymbol() local
82 for (size_t i = 0; i < num_entries; ++i) { in NativeSymbol()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-name.c76 unsigned int num_entries; in test_ot_name() local
82 entries = hb_ot_name_list_names (face, &num_entries); in test_ot_name()
83 g_assert_cmpuint (12, ==, num_entries); in test_ot_name()
/third_party/protobuf/src/google/protobuf/compiler/
Dzip_writer.cc144 uint16 num_entries = files_.size(); in WriteDirectory() local
149 for (int i = 0; i < num_entries; ++i) { in WriteDirectory()
181 WriteShort(&output, num_entries); // central directory entries (this disk) in WriteDirectory()
182 WriteShort(&output, num_entries); // central directory entries (total) in WriteDirectory()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-name.c85 unsigned int num_entries; in test_ot_name() local
91 entries = hb_ot_name_list_names (face, &num_entries); in test_ot_name()
92 g_assert_cmpuint (12, ==, num_entries); in test_ot_name()
/third_party/harfbuzz/test/api/
Dtest-ot-name.c85 unsigned int num_entries; in test_ot_name() local
91 entries = hb_ot_name_list_names (face, &num_entries); in test_ot_name()
92 g_assert_cmpuint (12, ==, num_entries); in test_ot_name()
/third_party/ffmpeg/libavcodec/
Dratecontrol.c321 (double)rcc->num_entries / fps); in init_pass2()
329 for (i = 0; i < rcc->num_entries; i++) { in init_pass2()
352 qscale = av_malloc_array(rcc->num_entries, sizeof(double)); in init_pass2()
353 blurred_qscale = av_malloc_array(rcc->num_entries, sizeof(double)); in init_pass2()
368 for (i = 0; i < rcc->num_entries; i++) { in init_pass2()
377 for (i = FFMAX(0, rcc->num_entries - 300); i < rcc->num_entries; i++) { in init_pass2()
383 for (i = rcc->num_entries - 1; i >= 0; i--) { in init_pass2()
390 for (i = 0; i < rcc->num_entries; i++) { in init_pass2()
401 if (index < 0 || index >= rcc->num_entries) in init_pass2()
412 for (i = 0; i < rcc->num_entries; i++) { in init_pass2()
[all …]
/third_party/grpc/src/core/lib/profiling/
Dbasic_timers.cc52 size_t num_entries; member
145 for (i = 0; i < log->num_entries; i++) { in write_log()
224 log->num_entries = 0; in rotate_log()
247 if (g_thread_log == NULL || g_thread_log->num_entries == MAX_COUNT) { in gpr_timers_log_add()
251 entry = &g_thread_log->log[g_thread_log->num_entries++]; in gpr_timers_log_add()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-common.hh559 unsigned int num_entries = 0; in sanitize() local
582 num_entries = hb_max (num_entries, *(p - 1) + 1u); in sanitize()
603 num_entries = hb_max (num_entries, *p + 1u); in sanitize()
608 if (unlikely (!c->check_array (entries, num_entries))) in sanitize()
610 if ((c->max_ops -= num_entries - entry) <= 0) in sanitize()
613 const Entry<Extra> *stop = &entries[num_entries]; in sanitize()
620 entry = num_entries; in sanitize()
625 *num_entries_out = num_entries; in sanitize()
Dhb-ot-name.cc60 unsigned int *num_entries /* OUT */) in hb_ot_name_list_names() argument
63 if (num_entries) *num_entries = name.names.length; in hb_ot_name_list_names()
/third_party/harfbuzz/src/
Dhb-aat-layout-common.hh556 unsigned int num_entries = 0; in sanitize() local
579 num_entries = hb_max (num_entries, *(p - 1) + 1u); in sanitize()
600 num_entries = hb_max (num_entries, *p + 1u); in sanitize()
605 if (unlikely (!c->check_array (entries, num_entries))) in sanitize()
607 if ((c->max_ops -= num_entries - entry) <= 0) in sanitize()
610 const Entry<Extra> *stop = &entries[num_entries]; in sanitize()
617 entry = num_entries; in sanitize()
622 *num_entries_out = num_entries; in sanitize()
Dhb-ot-name.cc60 unsigned int *num_entries /* OUT */) in hb_ot_name_list_names() argument
63 if (num_entries) *num_entries = name.names.length; in hb_ot_name_list_names()
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dstr_agp.h71 int num_entries; member
78 int num_entries; member
85 int num_entries; member
92 int num_entries; member
98 int num_entries; member
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_layer.h46 clInitLayer(cl_uint num_entries,
52 (CL_API_CALL *pfn_clInitLayer)(cl_uint num_entries,

1234567