Searched refs:mpi (Results 1 - 23 of 23) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h10 /// This file provides definitions to model concepts of MPI. The mpi::Request
25 namespace mpi { namespace in namespace:clang::ento
50 clang::ento::mpi::Request>
53 } // end of namespace: mpi
56 struct ProgramStateTrait<mpi::RequestMap>
57 : public ProgramStatePartialTrait<mpi::RequestMapImpl> {
H A DMPIBugReporter.cpp21 namespace mpi { namespace in namespace:clang::ento
24 const CallEvent &MPICallEvent, const ento::mpi::Request &Req,
50 const ento::mpi::Request &Req, const MemRegion *const RequestRegion,
115 } // end of namespace: mpi
H A DMPIBugReporter.h23 namespace mpi { namespace in namespace:clang::ento
103 } // end of namespace: mpi
H A DMPIChecker.h28 namespace mpi { namespace in namespace:clang::ento
100 } // end of namespace: mpi
H A DMPIChecker.cpp23 namespace mpi { namespace in namespace:clang::ento
184 } // end of namespace: mpi
190 MGR.registerChecker<clang::ento::mpi::MPIChecker>();
H A DMPIFunctionClassifier.cpp19 namespace mpi { namespace in namespace:clang::ento
281 } // end of namespace: mpi
/netbsd-current/sys/arch/x86/x86/
H A Dmpacpi.c177 struct mp_intr_map *mpi; local
195 mpi = &mp_intrs[*index];
197 mpi->next = NULL;
198 mpi->bus = NULL;
199 mpi->type = MPS_INTTYPE_NMI;
200 mpi->ioapic = pic;
202 mpi->ioapic_pin = pin;
203 mpi->bus_pin = -1;
204 mpi->redir = (IOAPIC_REDLO_DEL_NMI << IOAPIC_REDLO_DEL_SHIFT);
207 pic->pic_ioapic->sc_pins[pin].ip_map = mpi;
571 struct mp_intr_map *mpi, *iter; local
737 struct mp_intr_map *mpi; local
852 mpacpi_print_intr(struct mp_intr_map *mpi) argument
[all...]
H A Dmpbios.c882 struct mpbios_int mpi; local
896 /* mpi.type is irrelevant for mpbios_int(). */
897 mpi.int_type = MPS_INTTYPE_ExtINT;
898 mpi.int_flags = 0;
899 mpi.src_bus_id = 0;
900 mpi.src_bus_irq = 0;
901 mpi.dst_apic_id = DFLT_IOAPIC_ID;
902 mpi.dst_apic_int = 0;
903 mpbios_int((u_int8_t *)&mpi, MPS_MCT_IOINT,
910 /* mpi
1266 mpbios_int(const uint8_t *ent, int enttype, struct mp_intr_map *mpi) argument
[all...]
H A Dlapic.c424 struct mp_intr_map *mpi; local
455 mpi = &mp_intrs[i];
456 if (mpi->ioapic == NULL && (mpi->cpu_id == MPS_ALL_APICS ||
457 mpi->cpu_id == ci->ci_cpuid)) {
458 if (mpi->ioapic_pin > 1)
461 __func__, mpi->ioapic_pin);
462 if (mpi->ioapic_pin == 0)
463 lapic_writereg(LAPIC_LVT_LINT0, mpi->redir);
465 lapic_writereg(LAPIC_LVT_LINT1, mpi
[all...]
/netbsd-current/external/mit/xorg/bin/xedit/mp/
H A DMakefile8 SRCS= mp.c mpi.c mpr.c
/netbsd-current/sys/dev/pci/
H A Dmlx_pci.c163 const struct mlx_pci_ident *mpi, *maxmpi; local
166 mpi = mlx_pci_ident;
167 maxmpi = mpi + sizeof(mlx_pci_ident) / sizeof(mlx_pci_ident[0]);
169 for (; mpi < maxmpi; mpi++) {
170 if (PCI_VENDOR(pa->pa_id) != mpi->mpi_vendor ||
171 PCI_PRODUCT(pa->pa_id) != mpi->mpi_product)
174 if (mpi->mpi_subvendor == 0x0000)
175 return (mpi);
179 if (PCI_VENDOR(reg) == mpi
212 const struct mlx_pci_ident *mpi; local
[all...]
H A Dmly.c237 const struct mly_ident *mpi, *maxmpi; local
240 mpi = mly_ident;
241 maxmpi = mpi + sizeof(mly_ident) / sizeof(mly_ident[0]);
246 for (; mpi < maxmpi; mpi++) {
247 if (PCI_VENDOR(pa->pa_id) != mpi->vendor ||
248 PCI_PRODUCT(pa->pa_id) != mpi->product)
251 if (mpi->subvendor == 0x0000)
252 return (mpi);
256 if (PCI_VENDOR(reg) == mpi
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DMPIFunctionClassifier.h21 namespace mpi { namespace in namespace:clang::ento
92 } // end of namespace: mpi
/netbsd-current/sys/dev/i2o/
H A Dld_iop.c551 ld_iop_adjqparam(device_t dv, int mpi) argument
561 if (le16toh(I2O_ORG_AMI) == iop->sc_status.orgid && mpi > 64)
562 mpi = 64;
564 ldadjqparam(ld, mpi);
H A Diopsp.c639 iopsp_adjqparam(device_t dv, int mpi) argument
648 sc->sc_adapter.adapt_openings += mpi - sc->sc_openings;
649 sc->sc_openings = mpi;
H A Diop.c832 iop_adjqparam(struct iop_softc *sc, int mpi) argument
838 (*ii->ii_adjqparam)(ii->ii_dv, mpi); local
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dlibverify.c122 /* signature mpi indices in bignumber array */
354 /* format an mpi into memory */
356 fmt_binary_mpi(pgpv_bignum_t *mpi, uint8_t *p, size_t size) argument
361 bytes = BITS_TO_BYTES(mpi->bits);
363 warn("truncated mpi");
366 bn = (BIGNUM *)mpi->bn;
371 fmt_16(p, mpi->bits);
376 /* dump an mpi value onto stdout */
650 /* get an mpi, including 2 byte length */
652 get_mpi(pgpv_bignum_t *mpi, uint8_ argument
[all...]
H A Dverify.h114 uint8_t *mpi; member in struct:pgpv_signature_t
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/caf/
H A Dmpi.c31 #include <mpi.h>
/netbsd-current/external/gpl3/gcc/dist/libgfortran/caf/
H A Dmpi.c31 #include <mpi.h>
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dlibverify.c136 uint8_t *mpi; member in struct:pgpv_signature_t
384 /* signature mpi indices in bignumber array */
721 /* format an mpi into memory */
723 fmt_binary_mpi(pgpv_bignum_t *mpi, uint8_t *p, size_t size) argument
728 bytes = BITS_TO_BYTES(mpi->bits);
730 fprintf(stderr, "truncated mpi");
733 bn = (PGPV_BIGNUM *)mpi->bn;
738 fmt_16(p, mpi->bits);
743 /* dump an mpi value onto stdout */
1035 /* get an mpi, includin
1037 get_mpi(pgpv_bignum_t *mpi, uint8_t *p, size_t pktlen, size_t *off) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dbntest.c39 const char *mpi; member in struct:mpitest_st
2058 || !TEST_mem_eq(test->mpi, test->mpi_len, scratch, mpi_len))
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dbntest.c35 const char *mpi; member in struct:mpitest_st
2062 || !TEST_mem_eq(test->mpi, test->mpi_len, scratch, mpi_len))

Completed in 384 milliseconds