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

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsAlgorithm.h60 NS_MIN( const T& a, const T& b ) function
111 PRUint32 lengthToCopy = PRUint32( NS_MIN(last.size_backward(), result.size_backward()) );
113 lengthToCopy = NS_MIN(lengthToCopy, PRUint32(last.get() - first.get()));

Completed in 261 milliseconds