Home
last modified time | relevance | path

Searched refs:templong (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-gmpy2/
H A D0001-src-fix-python-3.12-builds.patch57 - switch (Py_SIZE(templong)) {
76 - if (Py_SIZE(templong) < 0) {
80 - len = Py_SIZE(templong);
85 - sizeof(templong->ob_digit[0])*8 - PyLong_SHIFT, templong->ob_digit);
103 - switch (Py_SIZE(templong)) {
122 - if (Py_SIZE(templong) < 0) {
126 - len = Py_SIZE(templong);
131 - sizeof(templong->ob_digit[0])*8 - PyLong_SHIFT, templong->ob_digit);
200 - switch (Py_SIZE(templong)) {
219 - if (Py_SIZE(templong) < 0) {
[all …]
/openbmc/linux/drivers/video/fbdev/sis/
H A Dinit301.c7723 unsigned int tempebx, tempeax, templong; in SiS_SetGroup4() local
7825 templong = tempeax % tempebx; in SiS_SetGroup4()
7827 if(templong) tempeax++; in SiS_SetGroup4()