Searched refs:ull (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMatching.cpp107 vrc = RTStrToUInt64Ex(aFilter + aStart, &endptr, 0, &val.ull);
123 (val.ull < aLimits.min.ull ||
124 val.ull > aLimits.max.ull)))
/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/VBox/Main/src-server/solaris/
H A DPerformanceSolaris.cpp426 *rx = wrapDetection(kn->value.ull, *rx, "rbytes64");
442 *tx = wrapDetection(kn->value.ull, *tx, "obytes64");
567 *size = kn->value.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);
/vbox/src/bldprogs/
H A DVBoxCPP.cpp2881 else if (!strcmp(pszNext, "ull") || !strcmp(pszNext, "ULL"))
3736 && (!strncmp(pszNext, "ull", 3) || !strncmp(pszNext, "ULL", 3)))

Completed in 1097 milliseconds