Searched refs:deInt32Equal (Results 1 – 2 of 2) sorted by relevance
29 …T_POOL_HASH_SET(deTestHashSet, deInt16, int, deInt16Hash, deInt16Equal, deInt32Hash, deInt32Equal);
612 DE_INLINE deBool deInt32Equal (deInt32 a, deInt32 b) { return (a == b); } in deInt32Equal() function