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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c102 const PRInt64 bigInt0 = LL_INIT( 0x01a00000, 0x00001000 ); variable
272 if ( !LL_CMP( bigInt0, <=, bigInt0 ))
275 if ( !LL_CMP( bigInt0, <=, bigInt1 ))
278 if ( LL_CMP( bigInt0, <=, bigInt2 ))
281 if ( !LL_CMP( bigInt0, <=, bigInt3 ))
284 if ( !LL_CMP( bigInt0, <=, bigInt4 ))
287 if ( !LL_CMP( bigInt0, <=, bigInt5 ))
310 if ( LL_CMP( bigInt0, <=, bigInt6 ))
313 if ( LL_CMP( bigInt0, <
[all...]

Completed in 40 milliseconds