Searched refs:LL_SHL (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dbigfile2.c64 LL_SHL(offset, offset, 32);
H A Dbigfile3.c63 LL_SHL(offset, offset, 32);
H A Dlltest.c590 LL_SHL(ia, ib, 32);
611 /* LL_SHL -- Shift left algebraic */
612 LL_SHL( result, bigOne, one );
614 ResultFailed( "LL_SHL", "r != 2", bigOne, result );
616 LL_SHL( result, bigTwo, thirtyTwo );
618 ResultFailed( "LL_SHL", "r != twoZero", largeTwoZero, result);
716 LL_SHL( result2, bigZeroFox, 5);
740 LL_SHL( result2, bigZeroFox, 5 );
745 LL_SHL( result2, bigZeroFox, 5 );
751 LL_SHL( result
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsInt64.h198 LL_SHL(mValue, mValue, aCount);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h164 ** LL_SHL Shift left [0..64] bits
169 #define LL_SHL(r, a, b) ((r) = (PRInt64)(a) << (b)) macro
321 #define LL_SHL(r, a, b) { \ macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c1892 LL_SHL(n, n, 32);
1912 LL_SHL(n, n, 32);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp129 LL_SHL(b64, result, 32);

Completed in 199 milliseconds