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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsStringStream.cpp268 const nsInt64 maxUint32 = PR_UINT32_MAX; local
273 NS_ASSERTION(maxUint32 > offset64, "string streams only support 32 bit offsets");
H A DnsFastLoadFile.cpp969 const nsInt64 maxUint32 = PR_UINT32_MAX; local
970 NS_ASSERTION(fileSize64 <= maxUint32, "fileSize must fit in 32 bits");

Completed in 123 milliseconds