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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c94 const PRInt64 bigMinusNumber = LL_INIT( 0x80000000, 0x00000001 ); variable
215 if ( LL_NE( bigMinusNumber, bigMinusNumber ))
221 if ( !LL_NE( bigOne, bigMinusNumber))
237 if ( LL_GE_ZERO( bigMinusNumber ))
259 if ( LL_CMP( bigMinusNumber, >, bigNumber ))
338 if ( LL_UCMP( bigMinusNumber, <, bigNumber ))
429 LL_OR( result, bigZero, bigMinusNumber );
430 if ( !LL_UCMP( result, ==, bigMinusNumber ))
431 ResultFailed( "LL_OR", "0 | -n", bigMinusNumber, resul
[all...]

Completed in 35 milliseconds