Searched refs:qb (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/bearssl/src/int/
H A Di15_moddiv.c111 * b <- (a*qa+b*qb)/(2^15)
118 * Factors pa, pb, qa and qb must be at most 2^15 in absolute value.
124 int32_t pa, int32_t pb, int32_t qa, int32_t qb)
152 zb = wa * (uint32_t)qa + wb * (uint32_t)qb + (uint32_t)ccb;
174 * b <- (a*qa+b*qb)/(2^15) mod m
178 * Factors pa, pb, qa and qb must be at most 2^15 in absolute value.
184 int32_t pa, int32_t pb, int32_t qa, int32_t qb,
193 fb = ((a[0] * (uint32_t)qa + b[0] * (uint32_t)qb) * m0i) & 0x7FFF;
206 zb = wa * (uint32_t)qa + wb * (uint32_t)qb
284 * parameters pa, pb, qa and qb suc
123 co_reduce(uint16_t *a, uint16_t *b, size_t len, int32_t pa, int32_t pb, int32_t qa, int32_t qb) argument
183 co_reduce_mod(uint16_t *a, uint16_t *b, size_t len, int32_t pa, int32_t pb, int32_t qa, int32_t qb, const uint16_t *m, uint16_t m0i) argument
326 int32_t pa, pb, qa, qb; local
[all...]
H A Di31_moddiv.c114 * b <- (a*qa+b*qb)/(2^31)
121 * Factors pa, pb, qa and qb must be at most 2^31 in absolute value.
127 int64_t pa, int64_t pb, int64_t qa, int64_t qb)
156 zb = wa * (uint64_t)qa + wb * (uint64_t)qb + (uint64_t)ccb;
190 * b <- (a*qa+b*qb)/(2^31) mod m
194 * Factors pa, pb, qa and qb must be at most 2^31 in absolute value.
200 int64_t pa, int64_t pb, int64_t qa, int64_t qb,
210 fb = ((a[0] * (uint32_t)qa + b[0] * (uint32_t)qb) * m0i) & 0x7FFFFFFF;
224 zb = wa * (uint64_t)qa + wb * (uint64_t)qb
297 * parameters pa, pb, qa and qb suc
126 co_reduce(uint32_t *a, uint32_t *b, size_t len, int64_t pa, int64_t pb, int64_t qa, int64_t qb) argument
199 co_reduce_mod(uint32_t *a, uint32_t *b, size_t len, int64_t pa, int64_t pb, int64_t qa, int64_t qb, const uint32_t *m, uint32_t m0i) argument
340 int64_t pa, pb, qa, qb; local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivtf3.c174 rep_t qb; local
177 wideMultiply(quotient, bSignificand, &dummy, &qb);
178 residual = (aSignificand << 113) - qb;
182 wideMultiply(quotient, bSignificand, &dummy, &qb);
183 residual = (aSignificand << 112) - qb;
/freebsd-13-stable/sys/dev/qat/
H A Dqat.c562 struct qat_bank *qb = &sc->sc_etr_banks[i]; local
564 if (qb->qb_ih_cookie != NULL)
565 (void)bus_teardown_intr(dev, qb->qb_ih,
566 qb->qb_ih_cookie);
567 if (qb->qb_ih != NULL)
569 i + 1, qb->qb_ih);
692 struct qat_bank *qb = &sc->sc_etr_banks[i - 1]; local
695 qb->qb_ih = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid,
697 if (qb->qb_ih == NULL) {
702 error = bus_setup_intr(dev, qb
763 struct qat_bank *qb = &sc->sc_etr_banks[bank]; local
810 struct qat_bank *qb; local
929 struct qat_bank *qb; local
1063 qat_etr_ring_intr(struct qat_softc *sc, struct qat_bank *qb, struct qat_ring *qr) argument
1119 struct qat_bank *qb = arg; local
1145 qat_arb_update(struct qat_softc *sc, struct qat_bank *qb) argument
[all...]
/freebsd-13-stable/contrib/ldns/ldns/
H A Dnet.h96 * \param[in] qb the buffer to send
100 ldns_status ldns_send_buffer(ldns_pkt **pkt, ldns_resolver *r, ldns_buffer *qb, ldns_rdf *tsig_mac);
/freebsd-13-stable/contrib/ldns/
H A Dnet.c40 ldns_buffer *qb; local
44 qb = ldns_buffer_new(LDNS_MIN_BUFLEN);
51 ldns_pkt2buffer_wire(qb, query_pkt) != LDNS_STATUS_OK) {
54 result = ldns_send_buffer(result_packet, r, qb, tsig_mac);
57 ldns_buffer_free(qb);
459 ldns_send_buffer(ldns_pkt **result, ldns_resolver *r, ldns_buffer *qb, ldns_rdf *tsig_mac) argument
541 ldns_tcp_send_from(&reply_bytes, qb,
554 ldns_udp_send_from(&reply_bytes, qb,
/freebsd-13-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c243 char nb[30], pb[30], qb[30]; \
250 ctime_r(&q, qb)); \
/freebsd-13-stable/contrib/unbound/util/storage/
H A Dlookup3.c865 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1]; local

Completed in 133 milliseconds