HomeSort by: relevance | last modified time | path
    Searched refs:mme (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
machmode.h 972 machine_mode mme = mode; local
973 return (SCALAR_INT_MODE_P (mme)
974 && mode_to_precision (mme).coeffs[0] <= HOST_BITS_PER_WIDE_INT);
  /src/external/gpl3/gcc/dist/gcc/
machmode.h 1004 machine_mode mme = mode; local
1005 return (SCALAR_INT_MODE_P (mme)
1006 && mode_to_precision (mme).coeffs[0] <= HOST_BITS_PER_WIDE_INT);
  /src/sys/dev/pci/
pci_subr.c 1313 uint32_t ctl, mmc, mme; local
1318 mme = PCIREG_SHIFTOUT(ctl, PCI_MSI_CTL_MME_MASK);
1327 mme > 0 ? "on" : "off", 1 << mme, mme > 0 ? "s" : "");

Completed in 94 milliseconds