Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c2285 int iorder[] = {0, 1, 2, 3}; in PyUnicode_DecodeUTF32Stateful() local
2287 int iorder[] = {3, 2, 1, 0}; in PyUnicode_DecodeUTF32Stateful() local
2304 const Py_UCS4 bom = (q[iorder[3]] << 24) | (q[iorder[2]] << 16) | in PyUnicode_DecodeUTF32Stateful()
2305 (q[iorder[1]] << 8) | q[iorder[0]]; in PyUnicode_DecodeUTF32Stateful()
2330 iorder[0] = 0; in PyUnicode_DecodeUTF32Stateful()
2331 iorder[1] = 1; in PyUnicode_DecodeUTF32Stateful()
2332 iorder[2] = 2; in PyUnicode_DecodeUTF32Stateful()
2333 iorder[3] = 3; in PyUnicode_DecodeUTF32Stateful()
2337 iorder[0] = 3; in PyUnicode_DecodeUTF32Stateful()
2338 iorder[1] = 2; in PyUnicode_DecodeUTF32Stateful()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c2218 int iorder[] = {0, 1, 2, 3}; in PyUnicode_DecodeUTF32Stateful() local
2220 int iorder[] = {3, 2, 1, 0}; in PyUnicode_DecodeUTF32Stateful() local
2237 const Py_UCS4 bom = (q[iorder[3]] << 24) | (q[iorder[2]] << 16) | in PyUnicode_DecodeUTF32Stateful()
2238 (q[iorder[1]] << 8) | q[iorder[0]]; in PyUnicode_DecodeUTF32Stateful()
2263 iorder[0] = 0; in PyUnicode_DecodeUTF32Stateful()
2264 iorder[1] = 1; in PyUnicode_DecodeUTF32Stateful()
2265 iorder[2] = 2; in PyUnicode_DecodeUTF32Stateful()
2266 iorder[3] = 3; in PyUnicode_DecodeUTF32Stateful()
2270 iorder[0] = 3; in PyUnicode_DecodeUTF32Stateful()
2271 iorder[1] = 2; in PyUnicode_DecodeUTF32Stateful()
[all …]