Home
last modified time | relevance | path

Searched refs:param_ (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1325 param_(param),
1345 func_(param_);
1350 const T param_; // User-supplied parameter to the thread function.
1525 RunnableImpl(UserThreadFunc* func, T param) : func_(func), param_(param) {}
1527 virtual void Run() { func_(param_); }
1531 const T param_;
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852b_common.c1280 static const u32 param_ ## _name[] = {_val}; \ in rtw8852bx_bb_set_tx_shape_dfir()
1281 static_assert(ARRAY_SIZE(param_ ## _name) == __DFIR_CFG_NR) in rtw8852bx_bb_set_tx_shape_dfir()
H A Drtw8851b.c1829 static const u32 param_ ## _name[] = {_val}; \ in rtw8851b_bb_set_tx_shape_dfir()
1830 static_assert(ARRAY_SIZE(param_ ## _name) == __DFIR_CFG_NR) in rtw8851b_bb_set_tx_shape_dfir()