Searched defs:LL_MaxInt (Results 1 - 2 of 2) 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()

Completed in 32 milliseconds