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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c667 PRInt64 largeValPlusOne = LL_INIT( 0x00000002, 0x00000000 ); local
685 if ( LL_CMP( result, !=, largeValPlusOne ))
686 ResultFailed( "LL_ADD", "lVP1 != lV + 1", largeValPlusOne, result);
697 LL_SUB( result, largeValPlusOne, bigOne );

Completed in 42 milliseconds