Searched refs:qx (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/stand/ficl/amd64/
H A Dsysdep.c28 uint64_t qx; local
30 qx = (uint64_t)x * (uint64_t) y;
32 q.hi = (uint32_t)( qx >> 32 );
33 q.lo = (uint32_t)( qx & 0xFFFFFFFFL);
41 uint64_t qx, qh; local
44 qx = (qh << 32) | q.lo;
46 result.quot = qx / y;
47 result.rem = qx % y;
/freebsd-11-stable/stand/ficl/aarch64/
H A Dsysdep.c28 uint64_t qx; local
30 qx = (uint64_t)x * (uint64_t) y;
32 q.hi = (uint32_t)( qx >> 32 );
33 q.lo = (uint32_t)( qx & 0xFFFFFFFFL);
41 uint64_t qx, qh; local
44 qx = (qh << 32) | q.lo;
46 result.quot = qx / y;
47 result.rem = qx % y;
/freebsd-11-stable/stand/ficl/arm/
H A Dsysdep.c28 uint64_t qx; local
30 qx = (uint64_t)x * (uint64_t) y;
32 q.hi = (uint32_t)( qx >> 32 );
33 q.lo = (uint32_t)( qx & 0xFFFFFFFFL);
41 uint64_t qx, qh; local
44 qx = (qh << 32) | q.lo;
46 result.quot = qx / y;
47 result.rem = qx % y;
/freebsd-11-stable/stand/ficl/mips64/
H A Dsysdep.c28 uint64_t qx; local
30 qx = (uint64_t)x * (uint64_t) y;
32 q.hi = (uint32_t)( qx >> 32 );
33 q.lo = (uint32_t)( qx & 0xFFFFFFFFL);
41 uint64_t qx, qh; local
44 qx = (qh << 32) | q.lo;
46 result.quot = qx / y;
47 result.rem = qx % y;
/freebsd-11-stable/stand/ficl/powerpc/
H A Dsysdep.c28 uint64_t qx; local
30 qx = (uint64_t)x * (uint64_t) y;
32 q.hi = (uint32_t)( qx >> 32 );
33 q.lo = (uint32_t)( qx & 0xFFFFFFFFL);
41 uint64_t qx, qh; local
44 qx = (qh << 32) | q.lo;
46 result.quot = qx / y;
47 result.rem = qx % y;
/freebsd-11-stable/stand/ficl/mips/
H A Dsysdep.c28 uint64_t qx; local
30 qx = (uint64_t)x * (uint64_t) y;
32 q.hi = (uint32_t)( qx >> 32 );
33 q.lo = (uint32_t)( qx & 0xFFFFFFFFL);
41 uint64_t qx, qh; local
44 qx = (qh << 32) | q.lo;
46 result.quot = qx / y;
47 result.rem = qx % y;
/freebsd-11-stable/stand/ficl/riscv/
H A Dsysdep.c28 uint64_t qx; local
30 qx = (uint64_t)x * (uint64_t) y;
32 q.hi = (uint32_t)( qx >> 32 );
33 q.lo = (uint32_t)( qx & 0xFFFFFFFFL);
41 uint64_t qx, qh; local
44 qx = (qh << 32) | q.lo;
46 result.quot = qx / y;
47 result.rem = qx % y;
/freebsd-11-stable/stand/ficl/sparc64/
H A Dsysdep.c28 uint64_t qx; local
30 qx = (uint64_t)x * (uint64_t) y;
32 q.hi = (uint32_t)( qx >> 32 );
33 q.lo = (uint32_t)( qx & 0xFFFFFFFFL);
41 uint64_t qx, qh; local
44 qx = (qh << 32) | q.lo;
46 result.quot = qx / y;
47 result.rem = qx % y;
/freebsd-11-stable/stand/ficl/i386/
H A Dsysdep.c31 uint64_t qx; local
33 qx = (uint64_t)x * (uint64_t) y;
35 q.hi = (uint32_t)( qx >> 32 );
36 q.lo = (uint32_t)( qx & 0xFFFFFFFFL);
44 uint64_t qx, qh; local
47 qx = (qh << 32) | q.lo;
49 result.quot = qx / y;
50 result.rem = qx % y;
/freebsd-11-stable/usr.sbin/extattr/tests/
H A Dextattr_test.sh50 getextattr -qx user myattr foo
64 getextattr -qx user myattr foo
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h5225 qx:1, member in struct:sli4_generic_wqe_s::__anon7710::sli4_els_request64_wqe_s::__anon7712::__anon7713::__anon7714::sli4_fcp_treceive64_wqe_s::__anon7717::__anon7718::__anon7719::__anon7720::__anon7721::__anon7722::__anon7723::__anon7724::sli4_xmit_els_rsp64_wqe_s::sli4_fc_wcqe_s
H A Docs_hw.c8610 io->quarantine = (wcqe->qx == 1);
8624 io->sec_hio->quarantine = (wcqe->qx == 1);

Completed in 288 milliseconds