Searched refs:_ns (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | condvar.h | 67 zfs_nstosbt(int64_t _ns) in zfs_nstosbt() argument 72 KASSERT(_ns >= 0, ("Negative values illegal for nstosbt: %jd", _ns)); in zfs_nstosbt() 74 if (_ns >= SBT_1S) { in zfs_nstosbt() 75 sb = (_ns / 1000000000) * SBT_1S; in zfs_nstosbt() 76 _ns = _ns % 1000000000; in zfs_nstosbt() 79 sb += ((_ns * 9223372037ull) + 0x7fffffff) >> 31; in zfs_nstosbt()
|
| /f-stack/freebsd/sys/ |
| H A D | time.h | 202 nstosbt(int64_t _ns) in nstosbt() argument 207 KASSERT(_ns >= 0, ("Negative values illegal for nstosbt: %jd", _ns)); in nstosbt() 209 if (_ns >= SBT_1S) { in nstosbt() 210 sb = (_ns / 1000000000) * SBT_1S; in nstosbt() 211 _ns = _ns % 1000000000; in nstosbt() 214 sb += ((_ns * 9223372037ull) + 0x7fffffff) >> 31; in nstosbt()
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 1987 this._ns = 'tip'; 2018 …*', tip).add(tip), ['click', 'mousedown'], function(event) { event.stopPropagation(); }, this._ns); 2022 qtip._bind(qtip.tooltip, 'tooltipmove', this.reposition, this._ns, this); 2480 this.qtip._unbind(this.qtip.tooltip, this._ns);
|