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

  /src/sys/dev/ic/
icp_ioctl.c 161 gdt_ctrt_t *ctrt = (void *) data; local
163 icp = device_lookup_private(&icp_cd, ctrt->io_node);
170 ctrt->oem_id = 0x8000;
171 ctrt->type = 0xfd;
172 ctrt->info = (icp->icp_pci_bus << 8) | (icp->icp_pci_device << 3);
173 ctrt->ext_type = 0x6000 | icp->icp_pci_subdevice_id;
174 ctrt->device_id = icp->icp_pci_device_id;
175 ctrt->sub_device_id = icp->icp_pci_subdevice_id;
  /src/external/lgpl3/mpfr/dist/tests/
tgeneric.c 184 unsigned long ctrt = 0, ctrn = 0; local
372 ctrt++;
601 if (ctrt <= 10 || prec == p1)
836 printf ("tgeneric: normal cases / total = %lu / %lu\n", ctrn, ctrt);
839 if (3 * ctrn < 2 * ctrt)
841 ctrn, ctrt);

Completed in 26 milliseconds