Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dsaturation_arithmetic.h50 if (_Tp __sub; !__builtin_sub_overflow(__x, __y, &__sub)) in __sub_sat() local
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua292 __sub = function(a,b) coroutine.yield(nil, "sub"); return a.x - b.x end, function