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

  /src/external/gpl3/gcc/dist/libquadmath/math/
x2y2m1q.c 40 __float128 qld = fabsq (*(const __float128 *) q); local
41 if (pld < qld)
43 else if (pld == qld)
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
x2y2m1q.c 40 __float128 qld = fabsq (*(const __float128 *) q); local
41 if (pld < qld)
43 else if (pld == qld)
  /src/usr.sbin/fwctl/
fwcontrol.c 195 uint32_t *qld, res; local
217 qld = (uint32_t *)&asyreq->pkt;
223 res = qld[3];
  /src/sys/dev/ieee1394/
firewire.c 1065 uint32_t *qld;
1067 qld = (uint32_t *)buf;
1070 printf("0x%08x ", ntohl(qld[i/4]));
fwohci.c 1052 fwohci_irx_post (struct firewire_comm *fc, uint32_t *qld)
1055 qld[0] = FWOHCI_DMA_READ(qld[0]);

Completed in 209 milliseconds