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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c495 PRInt64 resultU; local
549 LL_UI2L( resultU, (PRUint32) one );
550 if ( LL_CMP(resultU, !=, bigOne ))
555 LL_UI2L( resultU, (PRUint32) minusOne );
556 if ( LL_CMP(resultU, !=, bigZeroFox ))
557 ResultFailed( "LL_UI2L", "r != -1", bigZeroFox, resultU);
607 PRUint64 resultU; local
634 LL_USHR( resultU, bigZeroFox, thirtyTwo );
635 if ( LL_UCMP( resultU, !=, bigZero ))
638 LL_USHR( resultU, bigFoxFo
[all...]

Completed in 33 milliseconds