Searched refs:uq (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/lib/libc/quad/
H A Ddivdi3.c50 u_quad_t ua, ub, uq; local
61 uq = __qdivrem(ua, ub, (u_quad_t *)0);
62 return (neg ? -uq : uq);
H A Ducmpdi2.c52 aa.uq = a;
53 bb.uq = b;
H A Dfloatunsdidf.c53 u.uq = x;
H A Dfixunsdfdi.c83 x -= (double)t.uq;
93 return (t.uq);
H A Dfixunssfdi.c87 x -= (double)t.uq;
97 return (t.uq);
H A Dqdivrem.c83 __qdivrem(uq, vq, arq)
84 u_quad_t uq, vq, *arq;
102 *arq = uq;
105 if (uq < vq) {
107 *arq = uq;
127 tmp.uq = uq;
133 tmp.uq = vq;
H A Dquad.h62 quad_t uq; /* as an unsigned quad */ member in union:uu
/freebsd-10-stable/sys/libkern/
H A Ddivdi3.c47 u_quad_t ua, ub, uq; local
58 uq = __qdivrem(ua, ub, (u_quad_t *)0);
59 return (neg ? -uq : uq);
H A Ducmpdi2.c49 aa.uq = a;
50 bb.uq = b;
H A Dqdivrem.c80 __qdivrem(uq, vq, arq)
81 u_quad_t uq, vq, *arq;
99 *arq = uq;
102 if (uq < vq) {
104 *arq = uq;
124 tmp.uq = uq;
130 tmp.uq = vq;
H A Dquad.h67 quad_t uq; /* as an unsigned quad */ member in union:uu
/freebsd-10-stable/sys/kern/
H A Dkern_umtx.c223 static void umtxq_insert_queue(struct umtx_q *uq, int q);
224 static void umtxq_remove_queue(struct umtx_q *uq, int q);
225 static int umtxq_sleep(struct umtx_q *uq, const char *wmesg, struct abs_timeout *);
236 #define umtxq_insert(uq) umtxq_insert_queue((uq), UMTX_SHARED_QUEUE)
237 #define umtxq_remove(uq) umtxq_remove_queue((uq), UMTX_SHARED_QUEUE)
407 struct umtx_q *uq; local
409 uq = malloc(sizeof(struct umtx_q), M_UMTX, M_WAITOK | M_ZERO);
410 uq
418 umtxq_free(struct umtx_q *uq) argument
538 umtxq_insert_queue(struct umtx_q *uq, int q) argument
572 umtxq_remove_queue(struct umtx_q *uq, int q) argument
674 struct umtx_q *uq; local
697 umtxq_signal_thread(struct umtx_q *uq) argument
764 umtxq_sleep(struct umtx_q *uq, const char *wmesg, struct abs_timeout *abstime) argument
856 struct umtx_q *uq; local
1037 struct umtx_q *uq; local
1217 struct umtx_q *uq; local
1290 struct umtx_q *uq; local
1632 struct umtx_q *uq, *uq1, *uq2; local
1718 struct umtx_q *uq; local
1767 struct umtx_q *uq, *uq_owner; local
1832 struct umtx_q *uq; local
1869 struct umtx_q *uq; local
1889 umtxq_sleep_pi(struct umtx_q *uq, struct umtx_pi *pi, uint32_t owner, const char *wmesg, struct abs_timeout *timo) argument
2030 struct umtx_q *uq; local
2317 struct umtx_q *uq, *uq2; local
2454 struct umtx_q *uq, *uq2; local
2536 struct umtx_q *uq; local
2683 struct umtx_q *uq; local
2830 struct umtx_q *uq; local
3006 struct umtx_q *uq; local
3191 struct umtx_q *uq; local
3290 struct umtx_q *uq; local
4070 struct umtx_q *uq; local
4106 struct umtx_q *uq; local
[all...]
/freebsd-10-stable/lib/libstand/
H A Dqdivrem.c81 __qdivrem(uq, vq, arq)
82 u_quad_t uq, vq, *arq;
100 *arq = uq;
103 if (uq < vq) {
105 *arq = uq;
125 tmp.uq = uq;
131 tmp.uq = vq;
310 u_quad_t ua, ub, uq; local
321 uq
[all...]
H A Dquad.h66 quad_t uq; /* as an unsigned quad */ member in union:uu
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dscan.l276 uint64_t uq;
305 uq = ~(uint64_t)0 << i;
306 qumasks[i] = uq;
307 qlmasks[i] = ~uq;
466 uint64_t uq = 0;
512 uq = strtouq(cp, &eptr, base);
562 if (uq > QUAD_MAX && !tflag) {
594 uq = ul;
596 uq = (int64_t)(long)ul;
600 uq
[all...]
H A Dtree.c3451 uint64_t uq; local
3465 uq = tn->tn_val->v_quad;
3466 (void)printf("0x %08lx %08lx ", (long)(uq >> 32) & 0xffffffffl,
3467 (long)uq & 0xffffffffl);
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh5735 hch0RC31QF7AAnPsGg/C/Wtl8g8e/ztq5Z+8le8K5h88++uq+Y8f+ov6/p8+/Hds

Completed in 220 milliseconds