Home
last modified time | relevance | path

Searched defs:GreaterThan (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/ucrt/
H A Dsafeint_internal.h536 static bool GreaterThan( const T t, const U u ) throw() { return ( t > u ); } in GreaterThan() function
542 static bool GreaterThan( const T t, const U u ) throw() { return ( (int)t > (int)u ); } in GreaterThan() function
548 static bool GreaterThan( const T t, const U u ) throw() { return ( (__int64)t > (__int64)u ); } in GreaterThan() function
554 static bool GreaterThan( const T t, const U u ) throw() in GreaterThan() function
570 static bool GreaterThan( const T t, const U u ) throw() in GreaterThan() function
/reactos/sdk/include/xdk/
H A Dfsrtltypes.h79 GreaterThan = 1 enumerator