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

/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
H A Domx_rpc_config.c76 extern Int32 RPC_MemFree(UInt32 * dataSize, UInt32 * data);
77 extern Int32 RPC_MemAlloc(UInt32 * dataSize, UInt32 * data);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc628 // code_point parameter is of type UInt32 because wchar_t may not be
633 GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
1775 UInt32 Random::Generate(UInt32 range) {
2894 const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) << 7) - 1;
2897 const UInt32 kMaxCodePoint2 = (static_cast<UInt32>(1) << (5 + 6)) - 1;
2900 const UInt32 kMaxCodePoint3 = (static_cast<UInt32>(
[all...]
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c2534 (UInt32 *) pMappedBuf, mapType, PROC_APPM3);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h276 // Int32, UInt32, Int64, UInt64, TimeInMillis
3008 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:std::tr1
7638 static const UInt32 kMaxRange = 1u << 31;
7640 explicit Random(UInt32 seed) : state_(seed) {}
7642 void Reseed(UInt32 seed) { state_ = seed; }
7646 UInt32 Generate(UInt32 range);
7649 UInt32 state_;

Completed in 327 milliseconds