Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/contrib/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtypes_private.h49 enum __comparison_t { __le, __ge } __comparison; enumerator