HomeSort by relevance Sort by last modified time
    Searched refs:IntTypes (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
HashFunctions.h 31 template<size_t size> struct IntTypes;
32 template<> struct IntTypes<1> { typedef int8_t SignedType; typedef uint8_t UnsignedType; };
33 template<> struct IntTypes<2> { typedef int16_t SignedType; typedef uint16_t UnsignedType; };
34 template<> struct IntTypes<4> { typedef int32_t SignedType; typedef uint32_t UnsignedType; };
35 template<> struct IntTypes<8> { typedef int64_t SignedType; typedef uint64_t UnsignedType; };
104 static unsigned hash(T key) { return intHash(static_cast<typename IntTypes<sizeof(T)>::UnsignedType>(key)); }
110 typedef typename IntTypes<sizeof(T)>::UnsignedType Bits;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 69 int IntTypes[] =
98 size_t numIntTypes = sizeof(IntTypes) / sizeof(*IntTypes);
142 MVT::SimpleValueType VT = (MVT::SimpleValueType)IntTypes[x];
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 69 int IntTypes[] =
98 size_t numIntTypes = sizeof(IntTypes) / sizeof(*IntTypes);
142 MVT::SimpleValueType VT = (MVT::SimpleValueType)IntTypes[x];

Completed in 187 milliseconds