SignedType         31 Source/wtf/HashFunctions.h     template<> struct IntTypes<1> { typedef int8_t SignedType; typedef uint8_t UnsignedType; };
SignedType         32 Source/wtf/HashFunctions.h     template<> struct IntTypes<2> { typedef int16_t SignedType; typedef uint16_t UnsignedType; };
SignedType         33 Source/wtf/HashFunctions.h     template<> struct IntTypes<4> { typedef int32_t SignedType; typedef uint32_t UnsignedType; };
SignedType         34 Source/wtf/HashFunctions.h     template<> struct IntTypes<8> { typedef int64_t SignedType; typedef uint64_t UnsignedType; };