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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c589 LL_SHR(ia, ib, 32);
620 /* LL_SHR -- Shift right algebraic */
621 LL_SHR( result, bigFoxZero, thirtyTwo );
623 ResultFailed( "LL_SHR", "r != -1", bigMinusOne, result);
625 LL_SHR( result, bigTwo, one );
627 ResultFailed( "LL_SHR", "r != 1", bigOne, result);
629 LL_SHR( result, bigFoxFox, thirtyTwo );
631 ResultFailed( "LL_SHR", "r != -1 (was ff,ff)", bigMinusOne, result);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsInt64.h206 LL_SHR(mValue, mValue, aCount);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h165 ** LL_SHR Shift right [0..64] bits with sign extension
170 #define LL_SHR(r, a, b) ((r) = (PRInt64)(a) >> (b)) macro
356 #define LL_SHR(r, a, b) { \ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16io.c250 LL_SHR(test, offset, 32);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp125 LL_SHR(a64, result, 32);
130 LL_SHR(a64, b64, 32);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c1887 LL_SHR(tmp, n, 32);
1907 LL_SHR(tmp, n, 32);

Completed in 58 milliseconds