Searched refs:tablen (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dstropmodule.c954 Py_ssize_t inlen, tablen, dellen = 0; local
960 &table1, &tablen, &del_table, &dellen))
962 if (tablen != 256) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dstropmodule.c952 Py_ssize_t inlen, tablen, dellen = 0; local
958 &table1, &tablen, &del_table, &dellen))
960 if (tablen != 256) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dstringobject.c2205 Py_ssize_t inlen, tablen, dellen = 0; local
2216 tablen = PyString_GET_SIZE(tableobj);
2220 tablen = 256;
2235 else if (PyObject_AsCharBuffer(tableobj, &table, &tablen))
2238 if (tablen != 256) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dstringobject.c2186 Py_ssize_t inlen, tablen, dellen = 0; local
2197 tablen = PyString_GET_SIZE(tableobj);
2201 tablen = 256;
2216 else if (PyObject_AsCharBuffer(tableobj, &table, &tablen))
2219 if (tablen != 256) {

Completed in 108 milliseconds