Home
last modified time | relevance | path

Searched defs:ISLT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dlistobject.c1040 #define ISLT(X, Y) (PyObject_RichCompareBool(X, Y, Py_LT)) macro
/external/python/cpython2/Objects/
Dlistobject.c1032 #define ISLT(X, Y, COMPARE) ((COMPARE) == NULL ? \ macro