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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprlong.c51 LL_MinInt(void) { return ll_minint; } function
57 PR_IMPLEMENT(PRInt64) LL_MinInt(void) { return ll_minint; }
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h54 #define LL_MinInt VBoxNsllLL_MinInt macro
62 ** LL_MinInt
73 LL_MinInt(void);
80 NSPR_API(PRInt64) LL_MinInt(void);
86 #define LL_MININT LL_MinInt()

Completed in 48 milliseconds