Lines Matching defs:size
1069 const Py_ssize_t size = Py_ARRAY_LENGTH(buffer) - 1;
1071 if (width > size)
1072 width = size;
1075 end = &buffer[size];
1092 Py_ssize_t i, size;
1102 size = ascii->length;
1108 size = _PyCompactUnicodeObject_CAST(text)->wstr_length;
1122 if (MAX_STRING_LENGTH < size) {
1123 size = MAX_STRING_LENGTH;
1136 for (i=0; i < size; i++) {
1145 _Py_write_noraise(fd, str, size);
1150 for (i=0; i < size; i++) {