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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprlong.c49 LL_MaxInt(void) { return ll_maxint; } function
56 PR_IMPLEMENT(PRInt64) LL_MaxInt(void) { return ll_maxint; }
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h52 #define LL_MaxInt VBoxNsllLL_MaxInt macro
61 ** DEFINES: LL_MaxInt
71 LL_MaxInt(void);
79 NSPR_API(PRInt64) LL_MaxInt(void);
85 #define LL_MAXINT LL_MaxInt()
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c152 PRInt64 max = LL_MaxInt();
783 PRInt64 mmax = LL_MaxInt(), mmin = LL_MinInt(), mzero = LL_Zero();
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestStrings.cpp471 PRInt64 max = LL_MaxInt();
483 fprintf(stderr, "Error appending LL_MaxInt(): Got %s\n", str.get());

Completed in 76 milliseconds