Searched defs:ull (Results 1 - 3 of 3) sorted by relevance

/vbox/src/recompiler/Sun/
H A Dtestmath.c76 static long double check_lrd(const long double lrd, const unsigned long long ull, const unsigned short us) argument
80 if ( *(unsigned long long *)&lrd2 != ull
84 printf("%I64x:%04x instead of %I64x:%04x\n", *(unsigned long long *)&lrd2, ((unsigned short *)&lrd2)[4], ull, us);
86 printf("%llx:%04x instead of %llx:%04x\n", *(unsigned long long *)&lrd2, ((unsigned short *)&lrd2)[4], ull, us);
94 static long double make_lrd(const unsigned long long ull, const unsigned short us) argument
101 unsigned long long ull; member in struct:__anon17376::__anon17377
106 u.i.ull = ull;
111 static long double check_lrd_cw(const long double lrd, const unsigned long long ull, const unsigned short us, const unsigned cw) argument
119 return check_lrd(lrd, ull, u
122 make_lrd_cw(unsigned long long ull, unsigned short us, unsigned cw) argument
[all...]
/vbox/src/VBox/Main/include/
H A DMatching.h85 uint64_t ull; member in union:matching::ParsedIntervalFilter_base::Widest
181 min.ull = (uint64_t) Lim::min();
182 max.ull = (uint64_t) Lim::max();
191 return (T) aWidest.ull;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprprf.c85 PRUint64 ull; member in union:NumArg::__anon17221
638 nas[cn].u.ull = va_arg( ap, PRUint64 );
894 u.ll = nas ? nap->u.ull : va_arg(ap, PRUint64);

Completed in 51 milliseconds