Lines Matching defs:size
1346 {"hash_bits", "internal output size of hash algorithm"},
1347 {"seed_bits", "seed size of hash algorithm"},
1666 Py_ssize_t size;
1690 size = PyLong_AsSsize_t(res);
1692 if (size == -1 && _PyErr_Occurred(tstate))
1695 if (size < 0) {
1701 return (size_t)size + _PyType_PreHeaderSize(Py_TYPE(o));
1708 size_t size;
1717 size = _PySys_GetSizeOf(o);
1719 if (size == (size_t)-1 && _PyErr_Occurred(tstate)) {
1730 return PyLong_FromSize_t(size);
1736 Return the size of object in bytes.");
2497 getsizeof() -- return the size of an object in bytes\n\
3421 The format should limit the total size of the formatted output string to
3424 decimal number calculated so that <N> plus the maximum size of other