Home
last modified time | relevance | path

Searched refs:out_entry (Results 1 – 25 of 111) sorted by relevance

12345

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/nnvm/
H A Dlow_precision_pass.cc206 const auto out_entry = NodeEntry(node, i, 0); in ReducePrecision() local
207 mirror_fp32_map[out_entry] = NodeEntry(new_node, i, 0); in ReducePrecision()
235 const auto out_entry = NodeEntry(node, i, 0); in ReducePrecision() local
237 mirror_target_dtype_map[out_entry] = NodeEntry(new_node, i, 0); in ReducePrecision()
239 mirror_fp32_map[out_entry] = NodeEntry(new_node, i, 0); in ReducePrecision()
301 const auto out_entry = NodeEntry(node, i, 0); in ReducePrecision() local
305 mirror_fp32_map[out_entry] = NodeEntry(new_node, i, 0); in ReducePrecision()
335 const auto out_entry = NodeEntry(node, i, 0); in ReducePrecision() local
336 mirror_fp32_map[out_entry] = NodeEntry(new_node, i, 0); in ReducePrecision()
368 const auto out_entry = NodeEntry(node, i, 0); in ReducePrecision() local
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/nnvm/
H A Dlow_precision_pass.cc206 const auto out_entry = NodeEntry(node, i, 0); in ReducePrecision() local
207 mirror_fp32_map[out_entry] = NodeEntry(new_node, i, 0); in ReducePrecision()
235 const auto out_entry = NodeEntry(node, i, 0); in ReducePrecision() local
237 mirror_target_dtype_map[out_entry] = NodeEntry(new_node, i, 0); in ReducePrecision()
239 mirror_fp32_map[out_entry] = NodeEntry(new_node, i, 0); in ReducePrecision()
301 const auto out_entry = NodeEntry(node, i, 0); in ReducePrecision() local
305 mirror_fp32_map[out_entry] = NodeEntry(new_node, i, 0); in ReducePrecision()
335 const auto out_entry = NodeEntry(node, i, 0); in ReducePrecision() local
336 mirror_fp32_map[out_entry] = NodeEntry(new_node, i, 0); in ReducePrecision()
368 const auto out_entry = NodeEntry(node, i, 0); in ReducePrecision() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/content_index/
H A Dcontent_index_database_unittest.cc204 std::unique_ptr<ContentIndexEntry> out_entry; in GetEntry() local
209 out_entry = std::make_unique<ContentIndexEntry>( in GetEntry()
214 return out_entry; in GetEntry()
343 std::unique_ptr<ContentIndexEntry> out_entry; in TEST_F() local
346 out_entry = std::make_unique<ContentIndexEntry>(std::move(entry)); in TEST_F()
354 ASSERT_TRUE(out_entry); in TEST_F()
355 ASSERT_TRUE(out_entry->description); in TEST_F()
356 EXPECT_EQ(out_entry->service_worker_registration_id, in TEST_F()
358 EXPECT_EQ(out_entry->description->id, "id"); in TEST_F()
359 EXPECT_EQ(out_entry->launch_url, launch_url()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/content_index/
H A Dcontent_index_database_unittest.cc204 std::unique_ptr<ContentIndexEntry> out_entry; in GetEntry() local
209 out_entry = std::make_unique<ContentIndexEntry>( in GetEntry()
214 return out_entry; in GetEntry()
343 std::unique_ptr<ContentIndexEntry> out_entry; in TEST_F() local
346 out_entry = std::make_unique<ContentIndexEntry>(std::move(entry)); in TEST_F()
354 ASSERT_TRUE(out_entry); in TEST_F()
355 ASSERT_TRUE(out_entry->description); in TEST_F()
356 EXPECT_EQ(out_entry->service_worker_registration_id, in TEST_F()
358 EXPECT_EQ(out_entry->description->id, "id"); in TEST_F()
359 EXPECT_EQ(out_entry->launch_url, launch_url()); in TEST_F()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/keytab/
H A Dkt_memory.c374 krb5_enctype enctype, krb5_keytab_entry *out_entry) in krb5_mkt_get_entry() argument
423 out_entry->magic = match->magic; in krb5_mkt_get_entry()
424 out_entry->timestamp = match->timestamp; in krb5_mkt_get_entry()
425 out_entry->vno = match->vno; in krb5_mkt_get_entry()
426 out_entry->key = match->key; in krb5_mkt_get_entry()
428 &(out_entry->key)); in krb5_mkt_get_entry()
434 out_entry->key.enctype = enctype; in krb5_mkt_get_entry()
438 &(out_entry->principal)); in krb5_mkt_get_entry()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/keytab/
H A Dkt_memory.c374 krb5_enctype enctype, krb5_keytab_entry *out_entry) in krb5_mkt_get_entry() argument
423 out_entry->magic = match->magic; in krb5_mkt_get_entry()
424 out_entry->timestamp = match->timestamp; in krb5_mkt_get_entry()
425 out_entry->vno = match->vno; in krb5_mkt_get_entry()
426 out_entry->key = match->key; in krb5_mkt_get_entry()
428 &(out_entry->key)); in krb5_mkt_get_entry()
434 out_entry->key.enctype = enctype; in krb5_mkt_get_entry()
438 &(out_entry->principal)); in krb5_mkt_get_entry()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/contrib/dnnl/
H A Ddnnl_json_runtime.cc236 JSONGraphNodeEntry out_entry(nid, 0); in Conv2d() local
237 auto conv2d_dst_memory = BindDNNLMemory(out_entry, conv2d_prim_desc.dst_desc()); in Conv2d()
285 JSONGraphNodeEntry out_entry(nid, 0); in Dense() local
286 auto dst_memory = BindDNNLMemory(out_entry, dense_prim_desc.dst_desc()); in Dense()
319 JSONGraphNodeEntry out_entry(nid, 0); in BatchNorm() local
320 auto out_memory = BindDNNLMemory(out_entry, data_md); in BatchNorm()
353 JSONGraphNodeEntry out_entry(nid, 0); in Relu() local
354 auto out_memory = BindDNNLMemory(out_entry, out_md); in Relu()
378 JSONGraphNodeEntry out_entry(nid, 0); in Add() local
379 auto out_memory = BindDNNLMemory(out_entry, out_md); in Add()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/ngl/
H A Dgskngltexturelibraryprivate.h159 GskNglTextureAtlasEntry **out_entry) in gsk_ngl_texture_library_lookup() argument
165 *out_entry = entry; in gsk_ngl_texture_library_lookup()
173 *out_entry = entry; in gsk_ngl_texture_library_lookup()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/kvm/
H A Dmmu.c513 pte_t *out_entry, pte_t *out_buddy) in _kvm_mips_map_page_fast() argument
551 if (out_entry) in _kvm_mips_map_page_fast()
552 *out_entry = *ptep; in _kvm_mips_map_page_fast()
589 pte_t *out_entry, pte_t *out_buddy) in kvm_mips_map_page() argument
603 err = _kvm_mips_map_page_fast(vcpu, gpa, write_fault, out_entry, in kvm_mips_map_page()
672 if (out_entry) in kvm_mips_map_page()
673 *out_entry = *ptep; in kvm_mips_map_page()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/kvm/
H A Dmmu.c513 pte_t *out_entry, pte_t *out_buddy) in _kvm_mips_map_page_fast() argument
551 if (out_entry) in _kvm_mips_map_page_fast()
552 *out_entry = *ptep; in _kvm_mips_map_page_fast()
589 pte_t *out_entry, pte_t *out_buddy) in kvm_mips_map_page() argument
603 err = _kvm_mips_map_page_fast(vcpu, gpa, write_fault, out_entry, in kvm_mips_map_page()
672 if (out_entry) in kvm_mips_map_page()
673 *out_entry = *ptep; in kvm_mips_map_page()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/kvm/
H A Dmmu.c513 pte_t *out_entry, pte_t *out_buddy) in _kvm_mips_map_page_fast() argument
551 if (out_entry) in _kvm_mips_map_page_fast()
552 *out_entry = *ptep; in _kvm_mips_map_page_fast()
589 pte_t *out_entry, pte_t *out_buddy) in kvm_mips_map_page() argument
603 err = _kvm_mips_map_page_fast(vcpu, gpa, write_fault, out_entry, in kvm_mips_map_page()
672 if (out_entry) in kvm_mips_map_page()
673 *out_entry = *ptep; in kvm_mips_map_page()
/dports/security/silktools/silk-3.19.1/src/libsilk/
H A Dskstringmap.h396 sk_stringmap_entry_t **out_entry);
415 sk_stringmap_entry_t **out_entry,
H A Dskstringmap.c617 sk_stringmap_entry_t **out_entry) in skStringMapGetByName() argument
623 if (out_entry == NULL || str_map == NULL in skStringMapGetByName()
631 *out_entry = found_entry; in skStringMapGetByName()
644 sk_stringmap_entry_t **out_entry, in skStringMapGetByNameWithAttributes() argument
655 if (out_entry == NULL || str_map == NULL in skStringMapGetByNameWithAttributes()
679 *out_entry = found_entry; in skStringMapGetByNameWithAttributes()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/hyperv/
H A Dirqdomain.c193 struct hv_interrupt_entry out_entry, *stored_entry; in hv_irq_compose_msi_msg() local
238 status = hv_map_msi_interrupt(dev, cpu, cfg->vector, &out_entry); in hv_irq_compose_msi_msg()
244 *stored_entry = out_entry; in hv_irq_compose_msi_msg()
246 entry_to_msi_msg(&out_entry, msg); in hv_irq_compose_msi_msg()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/hyperv/
H A Dirqdomain.c193 struct hv_interrupt_entry out_entry, *stored_entry; in hv_irq_compose_msi_msg() local
238 status = hv_map_msi_interrupt(dev, cpu, cfg->vector, &out_entry); in hv_irq_compose_msi_msg()
244 *stored_entry = out_entry; in hv_irq_compose_msi_msg()
246 entry_to_msi_msg(&out_entry, msg); in hv_irq_compose_msi_msg()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/hyperv/
H A Dirqdomain.c193 struct hv_interrupt_entry out_entry, *stored_entry; in hv_irq_compose_msi_msg() local
238 status = hv_map_msi_interrupt(dev, cpu, cfg->vector, &out_entry); in hv_irq_compose_msi_msg()
244 *stored_entry = out_entry; in hv_irq_compose_msi_msg()
246 entry_to_msi_msg(&out_entry, msg); in hv_irq_compose_msi_msg()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/tools/bindings/generators/mojolpm_templates/
H A Dmojolpm_to_proto_macros.tmpl165 auto out_entry = output.mutable_values()->Add();
167 result = ToProto(std::move(in_entry.first), *out_entry->mutable_key());
169 result = ToProto(in_entry.first, *out_entry->mutable_key());
177 result = ToProto(std::move(*in_entry.second), *out_entry->mutable_value());
179 result = ToProto(*in_entry.second, *out_entry->mutable_value());
183 result = ToProto(std::move(in_entry.second), *out_entry->mutable_value());
185 result = ToProto(in_entry.second, *out_entry->mutable_value());
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Ddiff-delta.c491 struct index_entry_linked_list *out_entry, **hash; in _put_entries_into_hash() local
497 sizeof(*out_entry) * num_entries; in _put_entries_into_hash()
503 out_entry = mem; in _put_entries_into_hash()
512 out_entry->p_entry = entry; in _put_entries_into_hash()
513 out_entry->next = hash[hash_offset]; in _put_entries_into_hash()
519 hash[hash_offset] = out_entry; in _put_entries_into_hash()
520 ++out_entry; in _put_entries_into_hash()
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/libocad/
H A Docad_object.c215 OCADObject *ocad_object_add(OCADFile *file, const OCADObject *object, OCADObjectEntry** out_entry) { in ocad_object_add() argument
217 if (out_entry) in ocad_object_add()
218 *out_entry = entry; in ocad_object_add()
/dports/net/nmsg/nmsg-1.0.1/nmsg/base/
H A Dipreasm.c123 const struct timespec *timestamp, struct reasm_ip_entry **out_entry) in reasm_ip_next() argument
204 *out_entry = NULL; in reasm_ip_next()
213 *out_entry = NULL; in reasm_ip_next()
218 *out_entry = NULL; in reasm_ip_next()
223 *out_entry = entry; in reasm_ip_next()
H A Dipreasm.h103 const struct timespec *timestamp, struct reasm_ip_entry **out_entry);
/dports/security/silktools/silk-3.19.1/src/rwflowpack/
H A Dstream-cache.c656 cache_entry_t **out_entry) in skCacheLookupOrOpenAdd() argument
695 *out_entry = entry; in skCacheLookupOrOpenAdd()
721 *out_entry = NULL; in skCacheLookupOrOpenAdd()
852 *out_entry = entry; in skCacheLookupOrOpenAdd()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libziparchive/include/ziparchive/
H A Dzip_writer.h152 int32_t GetLastEntry(FileEntry* out_entry);
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libziparchive/
H A Dzip_writer.cc282 int32_t ZipWriter::GetLastEntry(FileEntry* out_entry) { in GetLastEntry() argument
283 CHECK(out_entry != nullptr); in GetLastEntry()
288 *out_entry = files_.back(); in GetLastEntry()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libziparchive/include/ziparchive/
H A Dzip_writer.h153 int32_t GetLastEntry(FileEntry* out_entry);

12345