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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprinrval.c133 LL_USHR(rounding, tps, 1);
148 LL_USHR(rounding, tps, 1);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c592 LL_USHR(ua, ub, 32);
633 /* LL_USHR -- Logical shift right */
634 LL_USHR( resultU, bigZeroFox, thirtyTwo );
636 ResultFailed( "LL_USHR", "r != 0 ", bigZero, result);
638 LL_USHR( resultU, bigFoxFox, thirtyTwo );
640 ResultFailed( "LL_USHR", "r != 0 ", bigZeroFox, result);
H A Dranfile.c131 LL_USHR(shift, *((PRUint64*)&random), 16);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h166 ** LL_USHR Unsigned shift right [0..64] bits
171 #define LL_USHR(r, a, b) ((r) = (PRUint64)(a) >> (b)) macro
372 #define LL_USHR(r, a, b) { \ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp142 LL_USHR(shift, *((PRUint64*)&random), 16);

Completed in 49 milliseconds