Searched refs:LL_MinInt (Results 1 - 4 of 4) 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()
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c151 PRInt64 min = LL_MinInt();
783 PRInt64 mmax = LL_MaxInt(), mmin = LL_MinInt(), mzero = LL_Zero();
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestStrings.cpp473 PRInt64 min = LL_MinInt();
490 fprintf(stderr, "Error appending LL_MinInt(): Got %s\n", str.get());
496 fprintf(stderr, "Error appending LL_MinInt() (oct): Got %s\n", str.get());

Completed in 45 milliseconds