Home
last modified time | relevance | path

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

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