Home
last modified time | relevance | path

Searched refs:shorts_in_top_digit (Results 1 – 13 of 13) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dmarshal.c584 int j, md, shorts_in_top_digit; in r_PyLong() local
597 shorts_in_top_digit = 1 + (ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
614 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
619 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
/dports/lang/python27/Python-2.7.18/Python/
H A Dmarshal.c584 int j, md, shorts_in_top_digit; in r_PyLong() local
597 shorts_in_top_digit = 1 + (ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
614 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
619 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c578 int size, i, j, md, shorts_in_top_digit; in r_PyLong() local
592 shorts_in_top_digit = 1 + (ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
609 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
614 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dmarshal.c578 int size, i, j, md, shorts_in_top_digit; in r_PyLong() local
592 shorts_in_top_digit = 1 + (ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
609 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
614 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dmarshal.c796 int j, md, shorts_in_top_digit; in r_PyLong() local
811 shorts_in_top_digit = 1 + (Py_ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
834 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
843 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dmarshal.c796 int j, md, shorts_in_top_digit; in r_PyLong() local
811 shorts_in_top_digit = 1 + (Py_ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
834 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
843 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dmarshal.c796 int j, md, shorts_in_top_digit; in r_PyLong() local
811 shorts_in_top_digit = 1 + (Py_ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
834 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
843 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dmarshal.c814 int j, md, shorts_in_top_digit; in r_PyLong() local
829 shorts_in_top_digit = 1 + (Py_ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
852 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
861 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
/dports/lang/python38/Python-3.8.12/Python/
H A Dmarshal.c796 int j, md, shorts_in_top_digit; in r_PyLong() local
811 shorts_in_top_digit = 1 + (Py_ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
834 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
843 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
/dports/lang/python39/Python-3.9.9/Python/
H A Dmarshal.c775 int j, md, shorts_in_top_digit; in r_PyLong() local
790 shorts_in_top_digit = 1 + (Py_ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
813 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
822 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dmarshal.c796 int j, md, shorts_in_top_digit; in r_PyLong() local
811 shorts_in_top_digit = 1 + (Py_ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
834 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
843 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
/dports/lang/python310/Python-3.10.1/Python/
H A Dmarshal.c775 int j, md, shorts_in_top_digit; in r_PyLong() local
790 shorts_in_top_digit = 1 + (Py_ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
813 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
822 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
/dports/lang/python37/Python-3.7.12/Python/
H A Dmarshal.c814 int j, md, shorts_in_top_digit; in r_PyLong() local
829 shorts_in_top_digit = 1 + (Py_ABS(n) - 1) % PyLong_MARSHAL_RATIO; in r_PyLong()
852 for (j=0; j < shorts_in_top_digit; j++) { in r_PyLong()
861 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()