Home
last modified time | relevance | path

Searched refs:vtop (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlongobject.c2081 digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak; in x_divrem() local
2147 vtop = vk[size_w]; in x_divrem()
2148 assert(vtop <= wm1); in x_divrem()
2149 vv = ((twodigits)vtop << PyLong_SHIFT) | vk[size_w-1]; in x_divrem()
2174 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0); in x_divrem()
2175 if ((sdigit)vtop + zhi < 0) { in x_divrem()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c2081 digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak; in x_divrem() local
2147 vtop = vk[size_w]; in x_divrem()
2148 assert(vtop <= wm1); in x_divrem()
2149 vv = ((twodigits)vtop << PyLong_SHIFT) | vk[size_w-1]; in x_divrem()
2174 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0); in x_divrem()
2175 if ((sdigit)vtop + zhi < 0) { in x_divrem()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c2095 digit wm1, wm2, carry, q, r, vtop, *v0, *vk, *w0, *ak; in x_divrem() local
2161 vtop = vk[size_w]; in x_divrem()
2162 assert(vtop <= wm1); in x_divrem()
2163 vv = ((twodigits)vtop << PyLong_SHIFT) | vk[size_w-1]; in x_divrem()
2188 assert((sdigit)vtop + zhi == -1 || (sdigit)vtop + zhi == 0); in x_divrem()
2189 if ((sdigit)vtop + zhi < 0) { in x_divrem()