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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dbigfile2.c73 if (!LL_GE_ZERO(position)) {
H A Dbigfile3.c99 if (!LL_GE_ZERO(position)) {
H A Dlltest.c225 if ( !LL_GE_ZERO( bigZero ))
226 SetFailed( "LL_GE_ZERO", "0");
228 if ( !LL_GE_ZERO( bigOne ))
229 SetFailed( "LL_GE_ZERO", "1");
231 if ( !LL_GE_ZERO( bigNumber ))
232 SetFailed( "LL_GE_ZERO", "n");
234 if ( LL_GE_ZERO( bigMinusOne ))
235 SetFailed( "LL_GE_ZERO", "-1");
237 if ( LL_GE_ZERO( bigMinusNumber ))
238 SetFailed( "LL_GE_ZERO", "
[all...]
H A Dtimetest.c454 if (LL_GE_ZERO(secs)) {
483 if (!LL_GE_ZERO(secs)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprfile.c182 if (LL_GE_ZERO(cur))
185 if (!LL_GE_ZERO(cur) || !LL_GE_ZERO(end)) return minus_one;
H A Dprprf.c888 if (!LL_GE_ZERO(u.ll)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h114 ** LL_GE_ZERO Test for zero or positive
120 #define LL_GE_ZERO(a) ((a) >= 0) macro
220 #define LL_GE_ZERO(a) (((a).hi >> 31) == 0) macro
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp1189 if (!LL_GE_ZERO(u.ll)) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c1503 if (LL_GE_ZERO(cur))
1506 if (!LL_GE_ZERO(cur) || !LL_GE_ZERO(end)) return minus_one;

Completed in 69 milliseconds