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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprlong.c53 LL_MaxUint(void) { return ll_maxuint; } function
58 PR_IMPLEMENT(PRUint64) LL_MaxUint(void) { return ll_maxuint; }
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlong.h53 #define LL_MaxUint VBoxNsllLL_MaxUint macro
64 ** LL_MaxUint
77 LL_MaxUint(void);
82 NSPR_API(PRUint64) LL_MaxUint(void);
88 #define LL_MAXUINT LL_MaxUint()

Completed in 39 milliseconds