Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua205 t.__le = function (a,b,c) function
239 t.__le = function (a,b) function
H A Dtst.lib_coroutine.lua290 __le = function(a,b) coroutine.yield(nil, "le"); return a - b <= 0 end, function