HomeSort by relevance Sort by last modified time
    Searched refs:WRAP_TERNARY (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Objects/
weakrefobject.c 443 #define WRAP_TERNARY(method, generic) \
466 WRAP_TERNARY(proxy_call, PyEval_CallObjectWithKeywords)
503 WRAP_TERNARY(proxy_pow, PyNumber_Power)
521 WRAP_TERNARY(proxy_ipow, PyNumber_InPlacePower)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
weakrefobject.c 437 #define WRAP_TERNARY(method, generic) \
459 WRAP_TERNARY(proxy_call, PyEval_CallObjectWithKeywords)
498 WRAP_TERNARY(proxy_pow, PyNumber_Power)
518 WRAP_TERNARY(proxy_ipow, PyNumber_InPlacePower)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
weakrefobject.c 426 #define WRAP_TERNARY(method, generic) \
448 WRAP_TERNARY(proxy_call, PyEval_CallObjectWithKeywords)
487 WRAP_TERNARY(proxy_pow, PyNumber_Power)
507 WRAP_TERNARY(proxy_ipow, PyNumber_InPlacePower)
  /external/python/cpython2/Objects/
weakrefobject.c 439 #define WRAP_TERNARY(method, generic) \
461 WRAP_TERNARY(proxy_call, PyEval_CallObjectWithKeywords)
500 WRAP_TERNARY(proxy_pow, PyNumber_Power)
520 WRAP_TERNARY(proxy_ipow, PyNumber_InPlacePower)

Completed in 294 milliseconds