Searched refs:IntTypes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashFunctions.h29 template<size_t size> struct IntTypes;
30 template<> struct IntTypes<1> { typedef int8_t SignedType; typedef uint8_t UnsignedType; }; struct in namespace:WTF
31 template<> struct IntTypes<2> { typedef int16_t SignedType; typedef uint16_t UnsignedType; }; struct in namespace:WTF
32 template<> struct IntTypes<4> { typedef int32_t SignedType; typedef uint32_t UnsignedType; }; struct in namespace:WTF
33 template<> struct IntTypes<8> { typedef int64_t SignedType; typedef uint64_t UnsignedType; }; struct in namespace:WTF
102 static unsigned hash(T key) { return intHash(static_cast<typename IntTypes<sizeof(T)>::UnsignedType>(key)); }
108 typedef typename IntTypes<sizeof(T)>::UnsignedType Bits;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp69 int IntTypes[] = local
98 size_t numIntTypes = sizeof(IntTypes) / sizeof(*IntTypes);
142 MVT::SimpleValueType VT = (MVT::SimpleValueType)IntTypes[x];
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp69 int IntTypes[] = local
98 size_t numIntTypes = sizeof(IntTypes) / sizeof(*IntTypes);
142 MVT::SimpleValueType VT = (MVT::SimpleValueType)IntTypes[x];
/external/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp61 static const int IntTypes[] = { local
87 const size_t NumIntTypes = array_lengthof(IntTypes);
131 MVT::SimpleValueType VT = (MVT::SimpleValueType)IntTypes[x];

Completed in 109 milliseconds