Home
last modified time | relevance | path

Searched refs:__mod (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_coroutine.lua293 __mod = function(a,b) coroutine.yield(nil, "mod"); return a.x % b.x end, function
H A Dtst.lib_base.lua133 t.__mod = f("mod")
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dlocale1832 char __fmt, char __mod = 0) const
1834 return do_get(__b, __e, __iob, __err, __tm, __fmt, __mod);
1860 char __fmt, char __mod) const;
2494 char __fmt, char __mod) const;
2496 char __fmt, char __mod) const;
2519 return do_put(__s, __iob, __fl, __tm, __fmt, __mod);
2528 char __fmt, char __mod) const;
2561 char __mod = 0;
2571 __mod = __fmt;
2574 __s = do_put(__s, __iob, __fl, __tm, __fmt, __mod);
[all …]
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp5621 char __fmt, char __mod) const in __do_put()
5623 char fmt[] = {'%', __fmt, __mod, 0}; in __do_put()
5624 if (__mod != 0) in __do_put()
5632 char __fmt, char __mod) const in __do_put()
5636 __do_put(__nar, __ne, __tm, __fmt, __mod); in __do_put()