Home
last modified time | relevance | path

Searched refs:OVERALLOCATE_FACTOR (Results 1 – 18 of 18) sorted by relevance

/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dbytesobject.c3214 # define OVERALLOCATE_FACTOR 2 macro
3217 # define OVERALLOCATE_FACTOR 4 macro
3311 && allocated <= (PY_SSIZE_T_MAX - allocated / OVERALLOCATE_FACTOR)) { in _PyBytesWriter_Resize()
3313 allocated += allocated / OVERALLOCATE_FACTOR; in _PyBytesWriter_Resize()
H A Dunicodeobject.c193 # define OVERALLOCATE_FACTOR 2 macro
196 # define OVERALLOCATE_FACTOR 4
13548 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13550 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13561 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13563 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13598 #undef OVERALLOCATE_FACTOR in _PyUnicodeWriter_PrepareInternal()
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dbytesobject.c3214 # define OVERALLOCATE_FACTOR 2 macro
3217 # define OVERALLOCATE_FACTOR 4 macro
3311 && allocated <= (PY_SSIZE_T_MAX - allocated / OVERALLOCATE_FACTOR)) { in _PyBytesWriter_Resize()
3313 allocated += allocated / OVERALLOCATE_FACTOR; in _PyBytesWriter_Resize()
H A Dunicodeobject.c193 # define OVERALLOCATE_FACTOR 2 macro
196 # define OVERALLOCATE_FACTOR 4
13548 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13550 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13561 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13563 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13598 #undef OVERALLOCATE_FACTOR in _PyUnicodeWriter_PrepareInternal()
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dbytesobject.c3264 # define OVERALLOCATE_FACTOR 2 macro
3267 # define OVERALLOCATE_FACTOR 4 macro
3361 && allocated <= (PY_SSIZE_T_MAX - allocated / OVERALLOCATE_FACTOR)) { in _PyBytesWriter_Resize()
3363 allocated += allocated / OVERALLOCATE_FACTOR; in _PyBytesWriter_Resize()
H A Dunicodeobject.c210 # define OVERALLOCATE_FACTOR 2 macro
213 # define OVERALLOCATE_FACTOR 4
13847 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13849 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13860 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13862 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13897 #undef OVERALLOCATE_FACTOR in _PyUnicodeWriter_PrepareInternal()
/dports/lang/python37/Python-3.7.12/Objects/
H A Dbytesobject.c3206 # define OVERALLOCATE_FACTOR 2 macro
3209 # define OVERALLOCATE_FACTOR 4 macro
3301 && allocated <= (PY_SSIZE_T_MAX - allocated / OVERALLOCATE_FACTOR)) { in _PyBytesWriter_Resize()
3303 allocated += allocated / OVERALLOCATE_FACTOR; in _PyBytesWriter_Resize()
H A Dunicodeobject.c183 # define OVERALLOCATE_FACTOR 2 macro
186 # define OVERALLOCATE_FACTOR 4
13545 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13547 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13558 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13560 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13595 #undef OVERALLOCATE_FACTOR in _PyUnicodeWriter_PrepareInternal()
/dports/lang/python310/Python-3.10.1/Objects/
H A Dbytesobject.c3242 # define OVERALLOCATE_FACTOR 2 macro
3245 # define OVERALLOCATE_FACTOR 4 macro
3339 && allocated <= (PY_SSIZE_T_MAX - allocated / OVERALLOCATE_FACTOR)) { in _PyBytesWriter_Resize()
3341 allocated += allocated / OVERALLOCATE_FACTOR; in _PyBytesWriter_Resize()
H A Dunicodeobject.c208 # define OVERALLOCATE_FACTOR 2 macro
211 # define OVERALLOCATE_FACTOR 4
14106 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
14108 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
14119 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
14121 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
14156 #undef OVERALLOCATE_FACTOR in _PyUnicodeWriter_PrepareInternal()
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dbytesobject.c3214 # define OVERALLOCATE_FACTOR 2 macro
3217 # define OVERALLOCATE_FACTOR 4 macro
3311 && allocated <= (PY_SSIZE_T_MAX - allocated / OVERALLOCATE_FACTOR)) { in _PyBytesWriter_Resize()
3313 allocated += allocated / OVERALLOCATE_FACTOR; in _PyBytesWriter_Resize()
H A Dunicodeobject.c193 # define OVERALLOCATE_FACTOR 2 macro
196 # define OVERALLOCATE_FACTOR 4
13548 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13550 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13561 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13563 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13598 #undef OVERALLOCATE_FACTOR in _PyUnicodeWriter_PrepareInternal()
/dports/lang/python38/Python-3.8.12/Objects/
H A Dbytesobject.c3214 # define OVERALLOCATE_FACTOR 2 macro
3217 # define OVERALLOCATE_FACTOR 4 macro
3311 && allocated <= (PY_SSIZE_T_MAX - allocated / OVERALLOCATE_FACTOR)) { in _PyBytesWriter_Resize()
3313 allocated += allocated / OVERALLOCATE_FACTOR; in _PyBytesWriter_Resize()
H A Dunicodeobject.c193 # define OVERALLOCATE_FACTOR 2 macro
196 # define OVERALLOCATE_FACTOR 4
13548 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13550 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13561 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13563 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13598 #undef OVERALLOCATE_FACTOR in _PyUnicodeWriter_PrepareInternal()
/dports/lang/python39/Python-3.9.9/Objects/
H A Dbytesobject.c3223 # define OVERALLOCATE_FACTOR 2 macro
3226 # define OVERALLOCATE_FACTOR 4 macro
3320 && allocated <= (PY_SSIZE_T_MAX - allocated / OVERALLOCATE_FACTOR)) { in _PyBytesWriter_Resize()
3322 allocated += allocated / OVERALLOCATE_FACTOR; in _PyBytesWriter_Resize()
H A Dunicodeobject.c207 # define OVERALLOCATE_FACTOR 2 macro
210 # define OVERALLOCATE_FACTOR 4
13961 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13963 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13974 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13976 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
14011 #undef OVERALLOCATE_FACTOR in _PyUnicodeWriter_PrepareInternal()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dbytesobject.c3214 # define OVERALLOCATE_FACTOR 2 macro
3217 # define OVERALLOCATE_FACTOR 4 macro
3311 && allocated <= (PY_SSIZE_T_MAX - allocated / OVERALLOCATE_FACTOR)) { in _PyBytesWriter_Resize()
3313 allocated += allocated / OVERALLOCATE_FACTOR; in _PyBytesWriter_Resize()
H A Dunicodeobject.c193 # define OVERALLOCATE_FACTOR 2 macro
196 # define OVERALLOCATE_FACTOR 4
13548 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13550 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13561 && newlen <= (PY_SSIZE_T_MAX - newlen / OVERALLOCATE_FACTOR)) { in _PyUnicodeWriter_PrepareInternal()
13563 newlen += newlen / OVERALLOCATE_FACTOR; in _PyUnicodeWriter_PrepareInternal()
13598 #undef OVERALLOCATE_FACTOR in _PyUnicodeWriter_PrepareInternal()