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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c91 const PRInt64 bigMinusOne = LL_INIT( 0xffffffff, 0xffffffff ); variable
174 if ( LL_IS_ZERO( bigMinusOne ))
187 if ( !LL_EQ( bigMinusOne, bigMinusOne ))
196 if ( LL_EQ( bigMinusOne, bigOne ))
209 if ( LL_NE( bigMinusOne, bigMinusOne ))
234 if ( LL_GE_ZERO( bigMinusOne ))
265 if ( !LL_CMP( bigMinusOne, >, bigMinusTwo ))
416 LL_AND( result, bigMinusOne, bigMinusOn
[all...]

Completed in 32 milliseconds