Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dintobject.c577 DIVMOD_OK, /* Correct result */ enumerator
619 return DIVMOD_OK; in i_divmod()
630 case DIVMOD_OK: in int_div()
651 case DIVMOD_OK: in int_classic_div()
701 case DIVMOD_OK: in int_mod()
719 case DIVMOD_OK: in int_divmod()
801 case DIVMOD_OK: in int_pow()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dintobject.c563 DIVMOD_OK, /* Correct result */ enumerator
605 return DIVMOD_OK; in i_divmod()
616 case DIVMOD_OK: in int_div()
637 case DIVMOD_OK: in int_classic_div()
687 case DIVMOD_OK: in int_mod()
705 case DIVMOD_OK: in int_divmod()
781 case DIVMOD_OK: in int_pow()