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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c97 const PRUint64 bigZeroFox = LL_INIT( 0x00000000, 0xffffffff ); variable
556 if ( LL_CMP(resultU, !=, bigZeroFox ))
557 ResultFailed( "LL_UI2L", "r != -1", bigZeroFox, resultU);
634 LL_USHR( resultU, bigZeroFox, thirtyTwo );
639 if ( LL_UCMP( resultU, !=, bigZeroFox ))
640 ResultFailed( "LL_USHR", "r != 0 ", bigZeroFox, result);
716 LL_SHL( result2, bigZeroFox, 5);
717 LL_MUL( result, bigZeroFox, bigThirtyTwo );
740 LL_SHL( result2, bigZeroFox, 5 );
745 LL_SHL( result2, bigZeroFox,
[all...]

Completed in 32 milliseconds