Home
last modified time | relevance | path

Searched refs:pdn (Results 1 – 25 of 1423) sorted by relevance

12345678910>>...57

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/
H A Dpci_dn.c78 if (pdn) in pci_get_pdn_by_devfn()
107 if (pdn) in pci_get_pdn()
139 edev->pdn = pdn; in eeh_dev_init()
140 edev->bdfn = (pdn->busno << 8) | pdn->devfn; in eeh_dev_init()
157 pdn = kzalloc(sizeof(*pdn), GFP_KERNEL); in add_one_sriov_vf_pdn()
184 if (!pdn || (pdn->flags & PCI_DN_FLAG_IOV_VF)) in add_sriov_vf_pdns()
229 if (!pdn || !(pdn->flags & PCI_DN_FLAG_IOV_VF)) in remove_sriov_vf_pdns()
293 pdn = kzalloc(sizeof(*pdn), GFP_KERNEL); in pci_add_device_node_info()
369 pdn->busno, pdn->devfn); in pci_remove_device_node_info()
474 pdn->devfn = pdn->busno = -1; in pci_devs_phb_init_dynamic()
[all …]
H A Drtas_pci.c51 if (!pdn) in rtas_read_config()
53 if (!config_access_valid(pdn, where)) in rtas_read_config()
56 if (pdn->edev && pdn->edev->pe && in rtas_read_config()
61 addr = rtas_config_addr(pdn->busno, pdn->devfn, where); in rtas_read_config()
62 buid = pdn->phb->buid; in rtas_read_config()
81 struct pci_dn *pdn; in rtas_pci_read_config() local
102 if (!pdn) in rtas_write_config()
107 if (pdn->edev && pdn->edev->pe && in rtas_write_config()
112 addr = rtas_config_addr(pdn->busno, pdn->devfn, where); in rtas_write_config()
113 buid = pdn->phb->buid; in rtas_write_config()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kernel/
H A Dpci_dn.c78 if (pdn) in pci_get_pdn_by_devfn()
107 if (pdn) in pci_get_pdn()
139 edev->pdn = pdn; in eeh_dev_init()
140 edev->bdfn = (pdn->busno << 8) | pdn->devfn; in eeh_dev_init()
157 pdn = kzalloc(sizeof(*pdn), GFP_KERNEL); in add_one_sriov_vf_pdn()
184 if (!pdn || (pdn->flags & PCI_DN_FLAG_IOV_VF)) in add_sriov_vf_pdns()
229 if (!pdn || !(pdn->flags & PCI_DN_FLAG_IOV_VF)) in remove_sriov_vf_pdns()
293 pdn = kzalloc(sizeof(*pdn), GFP_KERNEL); in pci_add_device_node_info()
369 pdn->busno, pdn->devfn); in pci_remove_device_node_info()
474 pdn->devfn = pdn->busno = -1; in pci_devs_phb_init_dynamic()
[all …]
H A Drtas_pci.c51 if (!pdn) in rtas_read_config()
53 if (!config_access_valid(pdn, where)) in rtas_read_config()
56 if (pdn->edev && pdn->edev->pe && in rtas_read_config()
61 addr = rtas_config_addr(pdn->busno, pdn->devfn, where); in rtas_read_config()
62 buid = pdn->phb->buid; in rtas_read_config()
81 struct pci_dn *pdn; in rtas_pci_read_config() local
102 if (!pdn) in rtas_write_config()
107 if (pdn->edev && pdn->edev->pe && in rtas_write_config()
112 addr = rtas_config_addr(pdn->busno, pdn->devfn, where); in rtas_write_config()
113 buid = pdn->phb->buid; in rtas_write_config()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kernel/
H A Dpci_dn.c78 if (pdn) in pci_get_pdn_by_devfn()
107 if (pdn) in pci_get_pdn()
139 edev->pdn = pdn; in eeh_dev_init()
140 edev->bdfn = (pdn->busno << 8) | pdn->devfn; in eeh_dev_init()
157 pdn = kzalloc(sizeof(*pdn), GFP_KERNEL); in add_one_sriov_vf_pdn()
184 if (!pdn || (pdn->flags & PCI_DN_FLAG_IOV_VF)) in add_sriov_vf_pdns()
229 if (!pdn || !(pdn->flags & PCI_DN_FLAG_IOV_VF)) in remove_sriov_vf_pdns()
293 pdn = kzalloc(sizeof(*pdn), GFP_KERNEL); in pci_add_device_node_info()
369 pdn->busno, pdn->devfn); in pci_remove_device_node_info()
474 pdn->devfn = pdn->busno = -1; in pci_devs_phb_init_dynamic()
[all …]
H A Drtas_pci.c51 if (!pdn) in rtas_read_config()
53 if (!config_access_valid(pdn, where)) in rtas_read_config()
56 if (pdn->edev && pdn->edev->pe && in rtas_read_config()
61 addr = rtas_config_addr(pdn->busno, pdn->devfn, where); in rtas_read_config()
62 buid = pdn->phb->buid; in rtas_read_config()
81 struct pci_dn *pdn; in rtas_pci_read_config() local
102 if (!pdn) in rtas_write_config()
107 if (pdn->edev && pdn->edev->pe && in rtas_write_config()
112 addr = rtas_config_addr(pdn->busno, pdn->devfn, where); in rtas_write_config()
113 buid = pdn->phb->buid; in rtas_write_config()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c77 edev->pe_config_addr = (pdn->busno << 16) | (pdn->devfn << 8); in pseries_pcibios_bus_add_device()
101 int config_addr = rtas_config_addr(pdn->busno, pdn->devfn, 0); in pseries_eeh_get_pe_config_addr()
250 if (!pdn) in pseries_eeh_cap_start()
336 pdn = pdn ? pdn->parent : NULL; in pseries_eeh_pe_get_parent()
337 while (pdn) { in pseries_eeh_pe_get_parent()
346 pdn = pdn->parent; in pseries_eeh_pe_get_parent()
392 if (!pdn->vendor_id || !pdn->device_id || !pdn->class_code) in pseries_eeh_init_edev()
432 pe.phb = pdn->phb; in pseries_eeh_init_edev()
463 if (!pdn) in pseries_eeh_probe()
489 if (!pdn) in pseries_eeh_init_edev_recursive()
[all …]
H A Dpci.c61 struct pci_dn *pdn; in pseries_send_map_pe() local
69 pdn = pci_get_pdn(pdev); in pseries_send_map_pe()
70 addr = rtas_config_addr(pdn->busno, pdn->devfn, 0); in pseries_send_map_pe()
71 buid = pdn->phb->buid; in pseries_send_map_pe()
92 struct pci_dn *pdn; in pseries_set_pe_num() local
94 pdn = pci_get_pdn(pdev); in pseries_set_pe_num()
106 struct pci_dn *pdn; in pseries_associate_pes() local
116 pdn = pci_get_pdn(pdev); in pseries_associate_pes()
175 if (!pdn->pe_num_map) in pseries_pci_sriov_enable()
305 for (pdn = dn; pdn != NULL; pdn = of_get_next_parent(pdn)) { in pseries_root_bridge_prepare()
[all …]
H A Diommu.c702 for (pdn = dn; pdn != NULL; pdn = pdn->parent) { in pci_dma_bus_setup_pSeriesLP()
966 cfg_addr = ((pdn->busno << 16) | (pdn->devfn << 8)); in query_ddw()
1095 cfg_addr = (pdn->busno << 16) | (pdn->devfn << 8); in reset_dma_window()
1179 if (fpdn->pdn == pdn) in enable_ddw()
1346 fpdn->pdn = pdn; in enable_ddw()
1381 for (pdn = dn; pdn && PCI_DN(pdn) && !PCI_DN(pdn)->table_group; in pci_dma_dev_setup_pSeriesLP()
1382 pdn = pdn->parent) { in pci_dma_dev_setup_pSeriesLP()
1388 if (!pdn || !PCI_DN(pdn)) { in pci_dma_dev_setup_pSeriesLP()
1432 for (pdn = dn; pdn && PCI_DN(pdn) && !PCI_DN(pdn)->table_group; in iommu_bypass_supported_pSeriesLP()
1433 pdn = pdn->parent) { in iommu_bypass_supported_pSeriesLP()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c77 edev->pe_config_addr = (pdn->busno << 16) | (pdn->devfn << 8); in pseries_pcibios_bus_add_device()
101 int config_addr = rtas_config_addr(pdn->busno, pdn->devfn, 0); in pseries_eeh_get_pe_config_addr()
250 if (!pdn) in pseries_eeh_cap_start()
336 pdn = pdn ? pdn->parent : NULL; in pseries_eeh_pe_get_parent()
337 while (pdn) { in pseries_eeh_pe_get_parent()
346 pdn = pdn->parent; in pseries_eeh_pe_get_parent()
392 if (!pdn->vendor_id || !pdn->device_id || !pdn->class_code) in pseries_eeh_init_edev()
432 pe.phb = pdn->phb; in pseries_eeh_init_edev()
463 if (!pdn) in pseries_eeh_probe()
489 if (!pdn) in pseries_eeh_init_edev_recursive()
[all …]
H A Dpci.c61 struct pci_dn *pdn; in pseries_send_map_pe() local
69 pdn = pci_get_pdn(pdev); in pseries_send_map_pe()
70 addr = rtas_config_addr(pdn->busno, pdn->devfn, 0); in pseries_send_map_pe()
71 buid = pdn->phb->buid; in pseries_send_map_pe()
92 struct pci_dn *pdn; in pseries_set_pe_num() local
94 pdn = pci_get_pdn(pdev); in pseries_set_pe_num()
106 struct pci_dn *pdn; in pseries_associate_pes() local
116 pdn = pci_get_pdn(pdev); in pseries_associate_pes()
175 if (!pdn->pe_num_map) in pseries_pci_sriov_enable()
305 for (pdn = dn; pdn != NULL; pdn = of_get_next_parent(pdn)) { in pseries_root_bridge_prepare()
[all …]
H A Diommu.c702 for (pdn = dn; pdn != NULL; pdn = pdn->parent) { in pci_dma_bus_setup_pSeriesLP()
966 cfg_addr = ((pdn->busno << 16) | (pdn->devfn << 8)); in query_ddw()
1095 cfg_addr = (pdn->busno << 16) | (pdn->devfn << 8); in reset_dma_window()
1179 if (fpdn->pdn == pdn) in enable_ddw()
1346 fpdn->pdn = pdn; in enable_ddw()
1381 for (pdn = dn; pdn && PCI_DN(pdn) && !PCI_DN(pdn)->table_group; in pci_dma_dev_setup_pSeriesLP()
1382 pdn = pdn->parent) { in pci_dma_dev_setup_pSeriesLP()
1388 if (!pdn || !PCI_DN(pdn)) { in pci_dma_dev_setup_pSeriesLP()
1432 for (pdn = dn; pdn && PCI_DN(pdn) && !PCI_DN(pdn)->table_group; in iommu_bypass_supported_pSeriesLP()
1433 pdn = pdn->parent) { in iommu_bypass_supported_pSeriesLP()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/pseries/
H A Deeh_pseries.c77 edev->pe_config_addr = (pdn->busno << 16) | (pdn->devfn << 8); in pseries_pcibios_bus_add_device()
101 int config_addr = rtas_config_addr(pdn->busno, pdn->devfn, 0); in pseries_eeh_get_pe_config_addr()
250 if (!pdn) in pseries_eeh_cap_start()
336 pdn = pdn ? pdn->parent : NULL; in pseries_eeh_pe_get_parent()
337 while (pdn) { in pseries_eeh_pe_get_parent()
346 pdn = pdn->parent; in pseries_eeh_pe_get_parent()
392 if (!pdn->vendor_id || !pdn->device_id || !pdn->class_code) in pseries_eeh_init_edev()
432 pe.phb = pdn->phb; in pseries_eeh_init_edev()
463 if (!pdn) in pseries_eeh_probe()
489 if (!pdn) in pseries_eeh_init_edev_recursive()
[all …]
H A Dpci.c61 struct pci_dn *pdn; in pseries_send_map_pe() local
69 pdn = pci_get_pdn(pdev); in pseries_send_map_pe()
70 addr = rtas_config_addr(pdn->busno, pdn->devfn, 0); in pseries_send_map_pe()
71 buid = pdn->phb->buid; in pseries_send_map_pe()
92 struct pci_dn *pdn; in pseries_set_pe_num() local
94 pdn = pci_get_pdn(pdev); in pseries_set_pe_num()
106 struct pci_dn *pdn; in pseries_associate_pes() local
116 pdn = pci_get_pdn(pdev); in pseries_associate_pes()
175 if (!pdn->pe_num_map) in pseries_pci_sriov_enable()
305 for (pdn = dn; pdn != NULL; pdn = of_get_next_parent(pdn)) { in pseries_root_bridge_prepare()
[all …]
H A Diommu.c702 for (pdn = dn; pdn != NULL; pdn = pdn->parent) { in pci_dma_bus_setup_pSeriesLP()
966 cfg_addr = ((pdn->busno << 16) | (pdn->devfn << 8)); in query_ddw()
1095 cfg_addr = (pdn->busno << 16) | (pdn->devfn << 8); in reset_dma_window()
1179 if (fpdn->pdn == pdn) in enable_ddw()
1346 fpdn->pdn = pdn; in enable_ddw()
1381 for (pdn = dn; pdn && PCI_DN(pdn) && !PCI_DN(pdn)->table_group; in pci_dma_dev_setup_pSeriesLP()
1382 pdn = pdn->parent) { in pci_dma_dev_setup_pSeriesLP()
1388 if (!pdn || !PCI_DN(pdn)) { in pci_dma_dev_setup_pSeriesLP()
1432 for (pdn = dn; pdn && PCI_DN(pdn) && !PCI_DN(pdn)->table_group; in iommu_bypass_supported_pSeriesLP()
1433 pdn = pdn->parent) { in iommu_bypass_supported_pSeriesLP()
[all …]
/dports/net-mgmt/observium/observium/mibs/paradyne/
H A DPDN-HEADER-MIB588 pdn-frontPanel OBJECT IDENTIFIER ::= { pdn-common 1 }
590 pdn-callDir OBJECT IDENTIFIER ::= { pdn-common 3 }
591 pdn-devStatus OBJECT IDENTIFIER ::= { pdn-common 4 }
592 pdn-devID OBJECT IDENTIFIER ::= { pdn-common 5 }
593 pdn-interfaces OBJECT IDENTIFIER ::= { pdn-common 6 }
645 pdn-devConfig OBJECT IDENTIFIER ::= { pdn-common 7 }
646 pdn-security OBJECT IDENTIFIER ::= { pdn-common 8 }
647 pdn-traps OBJECT IDENTIFIER ::= { pdn-common 9 }
649 pdn-ipInjection OBJECT IDENTIFIER ::= { pdn-common 11 }
650 pdn-ip OBJECT IDENTIFIER ::= { pdn-common 12 }
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TNaming/
H A DTNaming_NamedShape.cxx236 pdn = pdn->NextSameShape(pos); in RemoveNode()
269 pdn = pdn->NextSameShape(pns); in RemoveNode()
568 pdn = pdn->NextSameShape(prs); in References()
587 myNode = pdn; in Add()
1023 if( pdn->myOld == RS && pdn->myNew != 0L && pdn->myNew != RS) { in SelectSameShape()
1028 if( pdn->myNew == RS && pdn->myOld != 0L && pdn->myOld != RS) { in SelectSameShape()
1033 pdn = pdn->NextSameShape(RS); in SelectSameShape()
1587 while (pdn != 0L && !(pdn->myNew == prs && pdn->myAtt->Evolution() != TNaming_SELECTED)){ in Label()
1588 pdn = pdn->NextSameShape(prs); in Label()
1590 if (pdn == 0L) pdn = prs->FirstUse(); in Label()
[all …]
/dports/net/samba412/samba-4.12.15/source4/dsdb/common/
H A Dutil_links.c95 struct parsed_dn *pdn, const char *ldap_oid) in really_parse_trusted_dn() argument
108 pdn->dsdb_dn = dsdb_dn; in really_parse_trusted_dn()
114 struct parsed_dn **pdn) in get_parsed_dns_trusted() argument
118 *pdn = talloc_zero_array(mem_ctx, struct parsed_dn, in get_parsed_dns_trusted()
120 if (!*pdn) { in get_parsed_dns_trusted()
125 (*pdn)[i].v = &el->values[i]; in get_parsed_dns_trusted()
145 if (pdn == NULL) { in parsed_dn_find()
182 p = &pdn[i]; in parsed_dn_find()
184 int ret = really_parse_trusted_dn(pdn, ldb, p, ldap_oid); in parsed_dn_find()
209 *next = pdn; in parsed_dn_find()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/mpi/
H A Dmontmulf.c201 pdn = &(dn[0]); in mont_mulf_noconv()
214 a = pdtj[0] + pdn[0] * digit; in mont_mulf_noconv()
244 pdn_0 = pdn[0]; in mont_mulf_noconv()
263 pdtj[2] += pdm1[1] * m2j + pdn[1] * digit; in mont_mulf_noconv()
264 pdtj[4] += pdm1[2] * m2j + pdn[2] * digit; in mont_mulf_noconv()
265 pdtj[6] += pdm1[3] * m2j + pdn[3] * digit; in mont_mulf_noconv()
266 pdtj[8] += pdm1[4] * m2j + pdn[4] * digit; in mont_mulf_noconv()
267 pdtj[10] += pdm1[5] * m2j + pdn[5] * digit; in mont_mulf_noconv()
268 pdtj[12] += pdm1[6] * m2j + pdn[6] * digit; in mont_mulf_noconv()
269 pdtj[14] += pdm1[7] * m2j + pdn[7] * digit; in mont_mulf_noconv()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/mpi/
H A Dmontmulf.c201 pdn = &(dn[0]); in mont_mulf_noconv()
214 a = pdtj[0] + pdn[0] * digit; in mont_mulf_noconv()
244 pdn_0 = pdn[0]; in mont_mulf_noconv()
263 pdtj[2] += pdm1[1] * m2j + pdn[1] * digit; in mont_mulf_noconv()
264 pdtj[4] += pdm1[2] * m2j + pdn[2] * digit; in mont_mulf_noconv()
265 pdtj[6] += pdm1[3] * m2j + pdn[3] * digit; in mont_mulf_noconv()
266 pdtj[8] += pdm1[4] * m2j + pdn[4] * digit; in mont_mulf_noconv()
267 pdtj[10] += pdm1[5] * m2j + pdn[5] * digit; in mont_mulf_noconv()
268 pdtj[12] += pdm1[6] * m2j + pdn[6] * digit; in mont_mulf_noconv()
269 pdtj[14] += pdm1[7] * m2j + pdn[7] * digit; in mont_mulf_noconv()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/mpi/
H A Dmontmulf.c201 pdn = &(dn[0]); in mont_mulf_noconv()
214 a = pdtj[0] + pdn[0] * digit; in mont_mulf_noconv()
244 pdn_0 = pdn[0]; in mont_mulf_noconv()
263 pdtj[2] += pdm1[1] * m2j + pdn[1] * digit; in mont_mulf_noconv()
264 pdtj[4] += pdm1[2] * m2j + pdn[2] * digit; in mont_mulf_noconv()
265 pdtj[6] += pdm1[3] * m2j + pdn[3] * digit; in mont_mulf_noconv()
266 pdtj[8] += pdm1[4] * m2j + pdn[4] * digit; in mont_mulf_noconv()
267 pdtj[10] += pdm1[5] * m2j + pdn[5] * digit; in mont_mulf_noconv()
268 pdtj[12] += pdm1[6] * m2j + pdn[6] * digit; in mont_mulf_noconv()
269 pdtj[14] += pdm1[7] * m2j + pdn[7] * digit; in mont_mulf_noconv()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/mpi/
H A Dmontmulf.c201 pdn = &(dn[0]); in mont_mulf_noconv()
214 a = pdtj[0] + pdn[0] * digit; in mont_mulf_noconv()
244 pdn_0 = pdn[0]; in mont_mulf_noconv()
263 pdtj[2] += pdm1[1] * m2j + pdn[1] * digit; in mont_mulf_noconv()
264 pdtj[4] += pdm1[2] * m2j + pdn[2] * digit; in mont_mulf_noconv()
265 pdtj[6] += pdm1[3] * m2j + pdn[3] * digit; in mont_mulf_noconv()
266 pdtj[8] += pdm1[4] * m2j + pdn[4] * digit; in mont_mulf_noconv()
267 pdtj[10] += pdm1[5] * m2j + pdn[5] * digit; in mont_mulf_noconv()
268 pdtj[12] += pdm1[6] * m2j + pdn[6] * digit; in mont_mulf_noconv()
269 pdtj[14] += pdm1[7] * m2j + pdn[7] * digit; in mont_mulf_noconv()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/mpi/
H A Dmontmulf.c201 pdn = &(dn[0]); in mont_mulf_noconv()
214 a = pdtj[0] + pdn[0] * digit; in mont_mulf_noconv()
244 pdn_0 = pdn[0]; in mont_mulf_noconv()
263 pdtj[2] += pdm1[1] * m2j + pdn[1] * digit; in mont_mulf_noconv()
264 pdtj[4] += pdm1[2] * m2j + pdn[2] * digit; in mont_mulf_noconv()
265 pdtj[6] += pdm1[3] * m2j + pdn[3] * digit; in mont_mulf_noconv()
266 pdtj[8] += pdm1[4] * m2j + pdn[4] * digit; in mont_mulf_noconv()
267 pdtj[10] += pdm1[5] * m2j + pdn[5] * digit; in mont_mulf_noconv()
268 pdtj[12] += pdm1[6] * m2j + pdn[6] * digit; in mont_mulf_noconv()
269 pdtj[14] += pdm1[7] * m2j + pdn[7] * digit; in mont_mulf_noconv()
[all …]
/dports/security/nss/nss-3.76.1/nss/lib/freebl/mpi/
H A Dmontmulf.c201 pdn = &(dn[0]); in mont_mulf_noconv()
214 a = pdtj[0] + pdn[0] * digit; in mont_mulf_noconv()
244 pdn_0 = pdn[0]; in mont_mulf_noconv()
263 pdtj[2] += pdm1[1] * m2j + pdn[1] * digit; in mont_mulf_noconv()
264 pdtj[4] += pdm1[2] * m2j + pdn[2] * digit; in mont_mulf_noconv()
265 pdtj[6] += pdm1[3] * m2j + pdn[3] * digit; in mont_mulf_noconv()
266 pdtj[8] += pdm1[4] * m2j + pdn[4] * digit; in mont_mulf_noconv()
267 pdtj[10] += pdm1[5] * m2j + pdn[5] * digit; in mont_mulf_noconv()
268 pdtj[12] += pdm1[6] * m2j + pdn[6] * digit; in mont_mulf_noconv()
269 pdtj[14] += pdm1[7] * m2j + pdn[7] * digit; in mont_mulf_noconv()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/freebl/mpi/
H A Dmontmulf.c201 pdn = &(dn[0]); in mont_mulf_noconv()
214 a = pdtj[0] + pdn[0] * digit; in mont_mulf_noconv()
244 pdn_0 = pdn[0]; in mont_mulf_noconv()
263 pdtj[2] += pdm1[1] * m2j + pdn[1] * digit; in mont_mulf_noconv()
264 pdtj[4] += pdm1[2] * m2j + pdn[2] * digit; in mont_mulf_noconv()
265 pdtj[6] += pdm1[3] * m2j + pdn[3] * digit; in mont_mulf_noconv()
266 pdtj[8] += pdm1[4] * m2j + pdn[4] * digit; in mont_mulf_noconv()
267 pdtj[10] += pdm1[5] * m2j + pdn[5] * digit; in mont_mulf_noconv()
268 pdtj[12] += pdm1[6] * m2j + pdn[6] * digit; in mont_mulf_noconv()
269 pdtj[14] += pdm1[7] * m2j + pdn[7] * digit; in mont_mulf_noconv()
[all …]

12345678910>>...57