Lines Matching refs:DE_ASSERT
54 DE_ASSERT((unsigned int) a != 0x80000000u);
150 DE_ASSERT(mn <= mx);
186 DE_ASSERT(r >= 0 && r <= 32);
201 DE_ASSERT(r >= 0 && r <= 32);
307 DE_ASSERT(deIsPowerOfTwo32(align));
319 DE_ASSERT(deIsPowerOfTwo64(align));
331 DE_ASSERT((align & (align-1)) == 0); /* power of two */
343 DE_ASSERT(deIsPowerOfTwo32(align));
355 DE_ASSERT(deIsPowerOfTwo64(align));
368 DE_ASSERT((align & (align-1)) == 0); /* power of two */
380 DE_ASSERT(deIsPowerOfTwoSize(align));
453 DE_ASSERT(a > 0);
524 DE_ASSERT((deInt64)res == ((deInt64)a * (deInt64)b));
530 DE_ASSERT((deInt64)a + (deInt64)b == (deInt64)(a + b));
561 DE_ASSERT(res == (deInt64)(deInt32)res);
568 DE_ASSERT(res == (deUint64)(deUint32)res);
579 DE_ASSERT((deUint64) a != 0x8000000000000000LL);
666 DE_ASSERT(deInRange32(leastSignificantBitNdx, 0, 32));
667 DE_ASSERT(deInRange32(numBits, 0, 32));
668 DE_ASSERT(deInRange32(leastSignificantBitNdx+numBits, 0, 32));
676 DE_ASSERT(numBits == 32 && leastSignificantBitNdx == 0);
683 DE_ASSERT(deInRange32(numBits, 1, 32));
692 DE_ASSERT(deInRange32(numBits, 1, 32));
704 DE_ASSERT(deInRange32(numBits, 1, 32));
716 DE_ASSERT(deInRange32(numBits, 1, 32));
723 DE_ASSERT(((deUint32)value & signMask) == 0u);
740 DE_ASSERT(deIntIsPow2(powerOf2));