Searched refs:_ns (Results 1 – 4 of 4) sorted by relevance
| /trueos/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 …]
|
| /trueos/sys/dev/ath/ |
| HD | if_ath_tx_ht.c | 166 #define HT_LTF(_ns) (4 * (_ns)) argument 167 #define SYMBOL_TIME(_ns) ((_ns) << 2) // ns * 4 us argument 168 #define SYMBOL_TIME_HALFGI(_ns) (((_ns) * 18 + 4) / 5) // ns * 3.6 us argument
|
| HD | if_athvar.h | 1376 #define ath_hal_set11nratescenario(_ah, _ds, _dur, _rt, _series, _ns, _flags) \ argument 1378 (_series), (_ns), (_flags)))
|
| /trueos/contrib/expat/lib/ |
| HD | xmltok.c | 1630 #define ns(x) x ## _ns
|