Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dweakrefobject.c437 #define WRAP_TERNARY(method, generic) \ macro
459 WRAP_TERNARY(proxy_call, PyEval_CallObjectWithKeywords) in WRAP_BINARY()
498 WRAP_TERNARY(proxy_pow, PyNumber_Power) in WRAP_BINARY()
518 WRAP_TERNARY(proxy_ipow, PyNumber_InPlacePower) in WRAP_BINARY()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dweakrefobject.c426 #define WRAP_TERNARY(method, generic) \ macro
448 WRAP_TERNARY(proxy_call, PyEval_CallObjectWithKeywords) in WRAP_BINARY()
487 WRAP_TERNARY(proxy_pow, PyNumber_Power) in WRAP_BINARY()
507 WRAP_TERNARY(proxy_ipow, PyNumber_InPlacePower) in WRAP_BINARY()