Searched defs:ISLT (Results 1 – 3 of 3) sorted by relevance
/external/bcc/src/lua/bpf/ |
D | bpf.lua | 803 ISLT = function(a, _, _, d) return CMP_REG(d, a, 'JGE') end, -- (a < d) (inverted) function
|
/external/python/cpython3/Objects/ |
D | listobject.c | 1089 #define ISLT(X, Y) (*(ms->key_compare))(X, Y, ms) macro
|
/external/python/cpython2/Objects/ |
D | listobject.c | 1029 #define ISLT(X, Y, COMPARE) ((COMPARE) == NULL ? \ macro
|