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

  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
gen-avr-mmcu-specs.cc 134 bool is_device = ! is_arch; local
178 if (is_device)
184 if (is_device)
257 if (is_device
262 if (is_device)
279 if (is_device)
  /src/sys/external/bsd/gnu-efi/dist/apps/
route80h.c 45 static int is_device(EFI_PCI_IO *pciio, uint16_t vendor_id, uint16_t device_id) function
82 if (!is_device(*pciio, vendor_id, device_id)) {
  /src/external/gpl3/gcc/dist/gcc/config/avr/
gen-avr-mmcu-specs.cc 136 bool is_arch, is_device; member in struct:McuInfo
144 is_arch (mcu->macro == NULL), is_device (! is_arch),
153 if (is_device)
266 if (mi.is_device)
272 if (mi.is_device)
351 if (mi.is_device
356 if (mi.is_device)
373 if (mi.is_device && mi.have_flmap)
379 if (mi.is_device)

Completed in 17 milliseconds