Home
last modified time | relevance | path

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

/external/bcc/src/lua/bpf/
Dbpf.lua803 ISLT = function(a, _, _, d) return CMP_REG(d, a, 'JGE') end, -- (a < d) (inverted) function
/external/python/cpython3/Objects/
Dlistobject.c1089 #define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms) macro
/external/python/cpython2/Objects/
Dlistobject.c1029 #define ISLT(X, Y, COMPARE) ((COMPARE) == NULL ? \ macro