Searched defs:ll_maxint (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprlong.c41 static PRInt64 ll_maxint = LL_INIT( 0x7fffffff, 0xffffffff ); variable
49 LL_MaxInt(void) { return ll_maxint; }
56 PR_IMPLEMENT(PRInt64) LL_MaxInt(void) { return ll_maxint; }

Completed in 88 milliseconds