Searched refs:four_bytes (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp4 typedef char (&four_bytes)[4]; typedef
35 four_bytes operator+(X, X);
/external/python/cpython3/Objects/
H A Dunicodeobject.c4019 const Py_UCS4 *four_bytes; local
4037 four_bytes = PyUnicode_4BYTE_DATA(unicode);
4038 ucs4_end = four_bytes + _PyUnicode_LENGTH(unicode);
4041 for (; four_bytes < ucs4_end; ++four_bytes) {
4042 if (*four_bytes > 0xFFFF)
4056 four_bytes = PyUnicode_4BYTE_DATA(unicode);
4057 for (; four_bytes < ucs4_end; ++four_bytes, ++w) {
4058 if (*four_bytes >
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp1302 static const unsigned char four_bytes[] = { 0xf0, 0x93, 0x83, 0x93, 0x00 }; local
1318 result = (const GLchar*)four_bytes;

Completed in 196 milliseconds