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

/vbox/src/VBox/Runtime/common/math/gcc/
H A Ddivdi3.c55 u_quad_t ua, ub, uq; local
66 uq = __qdivrem(ua, ub, (u_quad_t *)0);
68 uq = - uq;
69 return uq;
H A Ducmpdi2.c57 aa.uq = a;
58 bb.uq = b;
H A Dqdivrem.c75 __qdivrem(uq, vq, arq)
76 u_quad_t uq, vq, *arq;
94 *arq = uq;
97 if (uq < vq) {
99 *arq = uq;
119 tmp.uq = uq;
125 tmp.uq = vq;
H A Dquad.h93 u_quad_t uq; /* as an unsigned quad */ member in union:uu
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dmmx.h88 unsigned long long uq; /* Unsigned Quadword */ member in union:__anon3713

Completed in 42 milliseconds