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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c88 const PRInt64 bigTwo = LL_INIT( 0, 2 ); variable
613 if ( LL_CMP( result, !=, bigTwo ))
616 LL_SHL( result, bigTwo, thirtyTwo );
625 LL_SHR( result, bigTwo, one );
677 if ( LL_CMP( result, !=, bigTwo ))
678 ResultFailed( "LL_ADD", "r != 1 + 1", bigTwo, result);
693 LL_SUB( result, bigTwo, bigOne );
703 LL_MUL( result, largeVal, bigTwo );

Completed in 40 milliseconds