Home | History | Annotate | Download | only in debase

Lines Matching refs:deUint64

383 	deUint64 res = ((deUint64)a * (deUint64)b) >> shift;
384 DE_ASSERT(res == (deUint64)(deUint32)res);
395 DE_ASSERT((deUint64) a != 0x8000000000000000LL);
401 if (((deUint64)a >> 32) != 0)
423 deUint64 key = a;
437 DE_INLINE int deUint64Hash (deUint64 v) { return deInt64Hash((deInt64)v); }
444 DE_INLINE deBool deUint64Equal (deUint64 a, deUint64 b) { return (a == b); }