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

/external/clang/test/SemaCXX/
H A Dneon-vector-types.cpp10 typedef unsigned long UInt32; typedef
22 const UInt32 len)
/external/clang/test/Analysis/
H A Dsystem-header-simulator-objc.h3 typedef unsigned int UInt32; typedef
24 typedef UInt32 CFStringEncoding;
H A Duninit-vals-ps.c71 typedef unsigned long UInt32; typedef
72 typedef UInt32 CFStringEncoding;
H A Dcfref_rdar6080742.c7 typedef unsigned long UInt32; typedef
16 typedef UInt32 CFStringEncoding;
/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/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-port.h112 // Int32, UInt32, Int64, UInt64, TimeInMillis
561 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h144 // Int32, UInt32, Int64, UInt64, TimeInMillis
1021 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h167 // Int32, UInt32, Int64, UInt64, TimeInMillis
1702 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/gtest/include/gtest/internal/
H A Dgtest-port.h170 // Int32, UInt32, Int64, UInt64, TimeInMillis
1751 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal
/external/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/valgrind/main/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/main/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/main/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...]
H A Dvarinfo6.c465 typedef unsigned int UInt32; typedef
575 extern UInt32 BZ2_crc32Table[256];
627 UInt32 avail_in_expect;
630 UInt32* arr1;
631 UInt32* arr2;
632 UInt32* ftab;
636 UInt32* ptr;
645 UInt32 state_in_ch;
661 UInt32 bsBuff;
665 UInt32 blockCR
[all...]
/external/valgrind/main/perf/
H A Dbz2.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...]
H A Dtest_input_for_tinycc.c996 typedef unsigned int UInt32; typedef
1004 extern UInt32 BZ2_crc32Table[256];
1017 UInt32 avail_in_expect;
1020 UInt32* arr1;
1021 UInt32* arr2;
1022 UInt32* ftab;
1026 UInt32* ptr;
1035 UInt32 state_in_ch;
1051 UInt32 bsBuff;
1055 UInt32 blockCR
[all...]

Completed in 1040 milliseconds