Searched refs:_ns (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/sys/ |
| 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 >= 1000000000) { in nstosbt() 210 sb = (_ns / 1000000000) * SBT_1S; in nstosbt() 211 _ns = _ns % 1000000000; in nstosbt() 214 sb += ((_ns * 9223372037ull) + 0x7fffffff) >> 31; in nstosbt()
|
| /freebsd-12-stable/contrib/libstdc++/include/bits/ |
| D | boost_concept_check.h | 74 #define _GLIBCXX_CLASS_REQUIRES(_type_var, _ns, _concept) \ argument 75 typedef void (_ns::_concept <_type_var>::* _func##_type_var##_concept)(); \ 79 &_ns::_concept <_type_var>::__constraints> \ 82 #define _GLIBCXX_CLASS_REQUIRES2(_type_var1, _type_var2, _ns, _concept) \ argument 83 …typedef void (_ns::_concept <_type_var1,_type_var2>::* _func##_type_var1##_type_var2##_concept)();… 87 &_ns::_concept <_type_var1,_type_var2>::__constraints> \ 90 #define _GLIBCXX_CLASS_REQUIRES3(_type_var1, _type_var2, _type_var3, _ns, _concept) \ argument 91 …typedef void (_ns::_concept <_type_var1,_type_var2,_type_var3>::* _func##_type_var1##_type_var2##_… 95 &_ns::_concept <_type_var1,_type_var2,_type_var3>::__constraints> \ 98 #define _GLIBCXX_CLASS_REQUIRES4(_type_var1, _type_var2, _type_var3, _type_var4, _ns, _concept) \ argument [all …]
|
| /freebsd-12-stable/sys/dev/ath/ |
| D | if_ath_tx_ht.c | 168 #define HT_LTF(_ns) (4 * (_ns)) argument 169 #define SYMBOL_TIME(_ns) ((_ns) << 2) // ns * 4 us argument 170 #define SYMBOL_TIME_HALFGI(_ns) (((_ns) * 18 + 4) / 5) // ns * 3.6 us argument
|
| D | if_athvar.h | 1431 #define ath_hal_set11nratescenario(_ah, _ds, _dur, _rt, _series, _ns, _flags) \ argument 1433 (_series), (_ns), (_flags)))
|
| /freebsd-12-stable/contrib/libxo/xohtml/external/ |
| 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);
|
| /freebsd-12-stable/contrib/expat/lib/ |
| D | xmltok.c | 1659 # define ns(x) x##_ns
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64SchedFalkorDetails.td | 1154 def : InstRW<[FalkorWr_1VXVY_0cyc], (instregex "^FMOV(Sr|Dr|v.*_ns)$")>; // imm fwd
|
| D | AArch64SchedKryoDetails.td | 867 (instregex "FMOV(Di|Dr|Si|Sr|SWr|WSr|XDr|v.*_ns)")>;
|