Searched defs:uint_value (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp15298 static const GLuint uint_value = 1; local
15307 static const GLuint uint_data[4] = { uint_value, uint_value, uint_value, uint_value };
15345 static const GLuint uint_value = 1; local
15354 static const GLuint uint_data[4] = { uint_value, uint_value, uint_value, uint_value };
[all...]
/external/v8/src/
H A Dobjects.cc221 uint32_t uint_value; local
222 if (value->ToArrayLength(&uint_value) &&
223 uint_value <= static_cast<uint32_t>(Smi::kMaxValue)) {
224 return handle(Smi::FromInt(static_cast<int>(uint_value)), isolate);

Completed in 777 milliseconds