Home
last modified time | relevance | path

Searched refs:qx (Results 1 – 19 of 19) sorted by relevance

/freebsd/stand/ficl/amd64/
H A Dsysdep.c29 uint64_t qx; in ficlLongMul() local
31 qx = (uint64_t)x * (uint64_t) y; in ficlLongMul()
33 q.hi = (uint32_t)( qx >> 32 ); in ficlLongMul()
34 q.lo = (uint32_t)( qx & 0xFFFFFFFFL); in ficlLongMul()
42 uint64_t qx, qh; in ficlLongDiv() local
45 qx = (qh << 32) | q.lo; in ficlLongDiv()
47 result.quot = qx / y; in ficlLongDiv()
48 result.rem = qx % y; in ficlLongDiv()
/freebsd/stand/ficl/arm/
H A Dsysdep.c27 uint64_t qx; in ficlLongMul() local
29 qx = (uint64_t)x * (uint64_t) y; in ficlLongMul()
31 q.hi = (uint32_t)( qx >> 32 ); in ficlLongMul()
32 q.lo = (uint32_t)( qx & 0xFFFFFFFFL); in ficlLongMul()
40 uint64_t qx, qh; in ficlLongDiv() local
43 qx = (qh << 32) | q.lo; in ficlLongDiv()
45 result.quot = qx / y; in ficlLongDiv()
46 result.rem = qx % y; in ficlLongDiv()
/freebsd/stand/ficl/i386/
H A Dsysdep.c29 uint64_t qx; in ficlLongMul() local
31 qx = (uint64_t)x * (uint64_t) y; in ficlLongMul()
33 q.hi = (uint32_t)( qx >> 32 ); in ficlLongMul()
34 q.lo = (uint32_t)( qx & 0xFFFFFFFFL); in ficlLongMul()
42 uint64_t qx, qh; in ficlLongDiv() local
45 qx = (qh << 32) | q.lo; in ficlLongDiv()
47 result.quot = qx / y; in ficlLongDiv()
48 result.rem = qx % y; in ficlLongDiv()
/freebsd/stand/ficl/powerpc/
H A Dsysdep.c27 uint64_t qx; in ficlLongMul() local
29 qx = (uint64_t)x * (uint64_t) y; in ficlLongMul()
31 q.hi = (uint32_t)( qx >> 32 ); in ficlLongMul()
32 q.lo = (uint32_t)( qx & 0xFFFFFFFFL); in ficlLongMul()
40 uint64_t qx, qh; in ficlLongDiv() local
43 qx = (qh << 32) | q.lo; in ficlLongDiv()
45 result.quot = qx / y; in ficlLongDiv()
46 result.rem = qx % y; in ficlLongDiv()
/freebsd/stand/ficl/aarch64/
H A Dsysdep.c27 uint64_t qx; in ficlLongMul() local
29 qx = (uint64_t)x * (uint64_t) y; in ficlLongMul()
31 q.hi = (uint32_t)( qx >> 32 ); in ficlLongMul()
32 q.lo = (uint32_t)( qx & 0xFFFFFFFFL); in ficlLongMul()
40 uint64_t qx, qh; in ficlLongDiv() local
43 qx = (qh << 32) | q.lo; in ficlLongDiv()
45 result.quot = qx / y; in ficlLongDiv()
46 result.rem = qx % y; in ficlLongDiv()
/freebsd/stand/ficl/riscv/
H A Dsysdep.c27 uint64_t qx; in ficlLongMul() local
29 qx = (uint64_t)x * (uint64_t) y; in ficlLongMul()
31 q.hi = (uint32_t)( qx >> 32 ); in ficlLongMul()
32 q.lo = (uint32_t)( qx & 0xFFFFFFFFL); in ficlLongMul()
40 uint64_t qx, qh; in ficlLongDiv() local
43 qx = (qh << 32) | q.lo; in ficlLongDiv()
45 result.quot = qx / y; in ficlLongDiv()
46 result.rem = qx % y; in ficlLongDiv()
/freebsd/sys/gdb/
H A Dgdb_main.c316 struct qXfer_context *qx; in qXfer_drain()
321 qx = v; in qXfer_drain()
322 if (qx->flushed) { in qXfer_drain()
331 qx->last_offset += len; in qXfer_drain()
332 qx->flushed = true; in qXfer_drain()
334 if (qx->lastmessage) in qXfer_drain()
347 init_qXfer_ctx(struct qXfer_context *qx, uintmax_t len) in init_qXfer_ctx()
357 qx->last_offset = 0; in init_qXfer_ctx()
358 qx->flushed = false; in init_qXfer_ctx()
359 qx in init_qXfer_ctx()
311 struct qXfer_context *qx; qXfer_drain() local
342 init_qXfer_ctx(struct qXfer_context * qx,uintmax_t len) init_qXfer_ctx() argument
[all...]
/freebsd/bin/sh/tests/invocation/
H A Dsh-c1.03 ${SH} -c 'echo $0 $@' moo foo | grep -qx -- "moo foo"
/freebsd/usr.sbin/extattr/tests/
H A Dextattr_test.sh49 getextattr -qx user myattr foo
63 getextattr -qx user myattr foo
/freebsd/contrib/one-true-awk/testdir/
H A DT.sub119 x\& paq x&paq x&px&qx&
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-hacl64.h478 u64 *qx = qmqp; in addanddouble_fmonty() local
520 fmul(z3, zzzprime, qx); in addanddouble_fmonty()
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-EC.pod137 =item "qx" (B<OSSL_PKEY_PARAM_EC_PUB_X>) <unsigned integer>
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c2973 u8 qx[ECC_MAXSIZE]; in crypto_ec_key_get_private_key() local
2990 err = wc_ecc_export_private_raw(key->eckey, qx, &qx_len, qy, &qy_len, in crypto_ec_key_get_private_key()
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib1854 if geom disk list | grep -qx "Geom name: ${device#/dev/}"; then
/freebsd/contrib/tcpdump/
H A Dconfigure.in851 AC_MSG_ERROR([neither %llx nor %Lx nor %qx worked on a 64-bit integer])
/freebsd/sys/dev/ocs_fc/
H A Dsli4.h5291 qx:1,
H A Docs_hw.c8603 io->quarantine = (wcqe->qx == 1); in ocs_hw_wq_process_io()
8617 io->sec_hio->quarantine = (wcqe->qx == 1); in ocs_hw_wq_process_io()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib1176 pgrep -q mountd && showmount -E | grep -qx "$fs"
/freebsd/contrib/sendmail/
H A DPGPKEYS4316 qx/RYm8P12lwv1U5777+UEFjU91RlA6fZTI/61LvC468TcADVnEn1OZo1INHdAhZ