Home
last modified time | relevance | path

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

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