HomeSort by relevance Sort by last modified time
    Searched defs:UInt (Results 1 - 16 of 16) sorted by null

  /external/jsoncpp/include/json/
config.h 77 typedef unsigned int UInt;
value.h 129 typedef Json::UInt UInt;
152 static const UInt maxUInt;
218 Value( UInt value );
269 UInt asUInt() const;
953 UInt index() const;
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkFloatUtils.h 19 typedef void UInt;
25 typedef uint32_t UInt;
31 typedef uint64_t UInt;
58 typedef typename SkTypeWithSize<sizeof(RawType) * CHAR_BIT>::UInt Bits;
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 149 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {}
157 UIntMax UInt;
  /external/lldb/source/Core/
Scalar.cpp 101 // case 1: m_type = e_uint; m_data.uint = reg.value.uint8; break;
102 // case 2: m_type = e_uint; m_data.uint = reg.value.uint16; break;
103 // case 4: m_type = e_uint; m_data.uint = reg.value.uint32; break;
175 case e_uint: return sizeof(m_data.uint);
195 case e_uint: return m_data.uint == 0;
218 case e_uint: s->Printf("0x%8.8x", m_data.uint); break;
277 m_data.uint = v;
358 case e_uint: m_data.uint = m_data.sint; success = true; break;
375 case e_slong: m_data.slong = m_data.uint; success = true; break;
376 case e_ulong: m_data.ulong = m_data.uint; success = true; break
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 129 typedef Json::UInt UInt;
152 static const UInt maxUInt;
218 Value( UInt value );
269 UInt asUInt() const;
953 UInt index() const;
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 129 typedef Json::UInt UInt;
152 static const UInt maxUInt;
218 Value( UInt value );
269 UInt asUInt() const;
953 UInt index() const;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 309 typedef unsigned int UInt;
    [all...]
  /external/freetype/src/raster/
ftraster.c 309 typedef unsigned int UInt;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 3079 milliseconds