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