Home
last modified time | relevance | path

Searched refs:uintSize (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_device/mac/
Daudio_device_mac.cc1581 UInt32 uintSize = sizeof(UInt32); in GetNumberDevices() local
1584 NULL, &uintSize, &usedID)); in GetNumberDevices()
/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp819 unsigned int uintSize = constant->getUConst(0); in arraySizeErrorCheck() local
820 if (uintSize > static_cast<unsigned int>(std::numeric_limits<int>::max())) in arraySizeErrorCheck()
827 size = static_cast<int>(uintSize); in arraySizeErrorCheck()