UInt32            958 modules/highgui/src/window_carbon.cpp     UInt32 eventKind, eventClass;
UInt32            961 modules/highgui/src/window_carbon.cpp     UInt32 count = 0;
UInt32            964 modules/highgui/src/window_carbon.cpp     UInt32 modifiers;//FD
UInt32            988 modules/highgui/src/window_carbon.cpp             err = GetEventParameter(theEvent,kEventParamClickCount,typeUInt32,NULL,sizeof(UInt32),NULL,&count);
UInt32           1078 modules/highgui/src/window_carbon.cpp     UInt32 eventKind;
UInt32           1079 modules/highgui/src/window_carbon.cpp     UInt32 eventClass;
UInt32           1096 modules/highgui/src/window_carbon.cpp     UInt32 start = TickCount();
UInt32           1101 modules/highgui/src/window_carbon.cpp         UInt32 wait = EventTimeToTicks (maxWait / 1000.0) - (TickCount() - start);
UInt32           7699 modules/ts/include/opencv2/ts/ts_gtest.h   static const UInt32 kMaxRange = 1u << 31;
UInt32           7701 modules/ts/include/opencv2/ts/ts_gtest.h   explicit Random(UInt32 seed) : state_(seed) {}
UInt32           7703 modules/ts/include/opencv2/ts/ts_gtest.h   void Reseed(UInt32 seed) { state_ = seed; }
UInt32           7707 modules/ts/include/opencv2/ts/ts_gtest.h   UInt32 Generate(UInt32 range);
UInt32           7710 modules/ts/include/opencv2/ts/ts_gtest.h   UInt32 state_;
UInt32            642 modules/ts/src/ts_gtest.cpp GTEST_API_ std::string CodePointToUtf8(UInt32 code_point);
UInt32           1791 modules/ts/src/ts_gtest.cpp UInt32 Random::Generate(UInt32 range) {
UInt32           2910 modules/ts/src/ts_gtest.cpp const UInt32 kMaxCodePoint1 = (static_cast<UInt32>(1) <<  7) - 1;
UInt32           2913 modules/ts/src/ts_gtest.cpp const UInt32 kMaxCodePoint2 = (static_cast<UInt32>(1) << (5 + 6)) - 1;
UInt32           2916 modules/ts/src/ts_gtest.cpp const UInt32 kMaxCodePoint3 = (static_cast<UInt32>(1) << (4 + 2*6)) - 1;
UInt32           2919 modules/ts/src/ts_gtest.cpp const UInt32 kMaxCodePoint4 = (static_cast<UInt32>(1) << (3 + 3*6)) - 1;
UInt32           2924 modules/ts/src/ts_gtest.cpp inline UInt32 ChopLowBits(UInt32* bits, int n) {
UInt32           2925 modules/ts/src/ts_gtest.cpp   const UInt32 low_bits = *bits & ((static_cast<UInt32>(1) << n) - 1);
UInt32           2936 modules/ts/src/ts_gtest.cpp std::string CodePointToUtf8(UInt32 code_point) {
UInt32           2977 modules/ts/src/ts_gtest.cpp inline UInt32 CreateCodePointFromUtf16SurrogatePair(wchar_t first,
UInt32           2979 modules/ts/src/ts_gtest.cpp   const UInt32 mask = (1 << 10) - 1;
UInt32           2984 modules/ts/src/ts_gtest.cpp       static_cast<UInt32>(first);
UInt32           3006 modules/ts/src/ts_gtest.cpp     UInt32 unicode_code_point;
UInt32           3015 modules/ts/src/ts_gtest.cpp       unicode_code_point = static_cast<UInt32>(str[i]);
UInt32            134 modules/videoio/src/cap_msmf.hpp MAKE_ARRAY_TYPE(UINT32, UInt32)
UInt32            331 samples/winrt/ImageManipulations/common/suspensionmanager.cpp         case PropertyType::UInt32: