Searched defs:UInt32 (Results 1 - 25 of 31) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dneon-vector-types.cpp10 typedef unsigned long UInt32; typedef
22 const UInt32 len)
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFieldType.cs91 UInt32, enumerator in enum:Google.Protobuf.Reflection.FieldType
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-objc.h8 typedef unsigned int UInt32; typedef
29 typedef UInt32 CFStringEncoding;
/external/clang/test/Analysis/
H A Dcfref_rdar6080742.c8 typedef unsigned long UInt32; typedef
17 typedef UInt32 CFStringEncoding;
H A Duninit-vals-ps.c71 typedef unsigned long UInt32; typedef
72 typedef UInt32 CFStringEncoding;
/external/autotest/client/cros/cellular/
H A Dpseudo_modem.py40 from dbus.types import UInt32 namespace
341 'ModemCapabilities': UInt32(0),
342 'CurrentCapabilities': UInt32(0),
343 'MaxBearers': UInt32(2),
344 'MaxActiveBearers': UInt32(2),
353 'UnlockRequired': UInt32(0),
356 'AccessTechnologies': UInt32(self.state),
357 'SignalQuality': Struct([UInt32(90), True], signature='ub'),
359 'SupportedModes': UInt32(0),
360 'AllowedModes': UInt32(
[all...]
/external/bzip2/
H A Dbzip2recover.c51 typedef unsigned int UInt32; typedef
246 bsPutBit ( bs, (((UInt32) c) >> i) & 0x1 );
251 static void bsPutUInt32 ( BitStream* bs, UInt32 c )
309 UInt32 buffHi, buffLo, blockCRC;
H A Dbzip2.c165 typedef unsigned int UInt32; typedef
238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 )
279 UInt32 rem, tmp;
334 UInt32 nbytes_in_lo32, nbytes_in_hi32;
335 UInt32 nbytes_out_lo32, nbytes_out_hi32;
1785 if (sizeof(Int32) != 4 || sizeof(UInt32) != 4 ||
H A Dbzlib_private.h45 typedef unsigned int UInt32; typedef
155 extern UInt32 BZ2_crc32Table[256];
207 UInt32 avail_in_expect;
210 UInt32* arr1;
211 UInt32* arr2;
212 UInt32* ftab;
216 UInt32* ptr;
225 UInt32 state_in_ch;
241 UInt32 bsBuff;
245 UInt32 blockCR
[all...]
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h42 UInt32 = 0x0075, // 32 bit unsigned int member in class:llvm::codeview::SimpleTypeKind
146 static TypeIndex UInt32() { return TypeIndex(SimpleTypeKind::UInt32); } function in class:llvm::codeview::SimpleTypeMode::TypeIndex
/external/lzma/C/
H A D7zTypes.h62 typedef unsigned long UInt32; typedef
65 typedef unsigned int UInt32; typedef
91 typedef UInt32 SizeT;
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp18 typedef unsigned long UInt32; typedef
20 typedef unsigned int UInt32; typedef
67 UInt32 Pos;
68 UInt32 Size;
78 void Create(UInt32 dictSize)
99 Byte GetByte(UInt32 dist) const
104 void CopyMatch(UInt32 dist, unsigned len)
110 bool CheckDistance(UInt32 dist) const
134 UInt32 Range;
135 UInt32 Cod
[all...]
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h275 UInt32, enumerator in enum:llvm::pdb::PDB_Checksum::PDB_Machine::PDB_BuiltinType::PDB_MemberAccess::PDB_VariantType
304 uint32_t UInt32; member in union:llvm::pdb::PDB_Checksum::PDB_Machine::PDB_BuiltinType::PDB_MemberAccess::Variant::__anon12265
326 VARIANT_EQUAL_CASE(UInt32)
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h173 // Int32, UInt32, Int64, UInt64, TimeInMillis
1746 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h170 // Int32, UInt32, Int64, UInt64, TimeInMillis
1733 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h156 // Int32, UInt32, Int64, UInt64, TimeInMillis
1455 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h171 // Int32, UInt32, Int64, UInt64, TimeInMillis
1738 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h172 // Int32, UInt32, Int64, UInt64, TimeInMillis
1805 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h244 // Int32, UInt32, Int64, UInt64, TimeInMillis
2495 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h244 // Int32, UInt32, Int64, UInt64, TimeInMillis
2495 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h244 // Int32, UInt32, Int64, UInt64, TimeInMillis
2499 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h180 // Int32, UInt32, Int64, UInt64, TimeInMillis
2176 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/valgrind/VEX/switchback/
H A Dtest_bzip2.c411 typedef unsigned int UInt32; typedef
521 extern UInt32 BZ2_crc32Table[256];
573 UInt32 avail_in_expect;
576 UInt32* arr1;
577 UInt32* arr2;
578 UInt32* ftab;
582 UInt32* ptr;
591 UInt32 state_in_ch;
607 UInt32 bsBuff;
611 UInt32 blockCR
[all...]
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c434 typedef unsigned int UInt32; typedef
544 extern UInt32 BZ2_crc32Table[256];
596 UInt32 avail_in_expect;
599 UInt32* arr1;
600 UInt32* arr2;
601 UInt32* ftab;
605 UInt32* ptr;
614 UInt32 state_in_ch;
630 UInt32 bsBuff;
634 UInt32 blockCR
[all...]
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c427 typedef unsigned int UInt32; typedef
537 extern UInt32 BZ2_crc32Table[256];
589 UInt32 avail_in_expect;
592 UInt32* arr1;
593 UInt32* arr2;
594 UInt32* ftab;
598 UInt32* ptr;
607 UInt32 state_in_ch;
623 UInt32 bsBuff;
627 UInt32 blockCR
[all...]

Completed in 1082 milliseconds

12