Home
last modified time | relevance | path

Searched refs:func_t (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/dll/example/tutorial8/
Drefcounting_api.hpp57 typedef my_refcounting_api*(func_t)(); in get_plugin() typedef
58 boost::function<func_t> creator = boost::dll::import_alias<func_t>( in get_plugin()
/third_party/boost/libs/stacktrace/test/
Dtest_void_ptr_cast.cpp65 typedef void(func_t)(); in main() typedef
67 boost::stacktrace::detail::void_ptr_cast<func_t* const>(foo1_func), in main()
68 boost::stacktrace::detail::void_ptr_cast<func_t* const>(foo2_func) in main()
/third_party/boost/libs/math/test/
Dtest_binomial_coeff.hpp46 typedef T (*func_t)(T, T); in test_binomial() typedef
48 func_t f = &binomial_wrapper<T>; in test_binomial()
50 func_t f = &binomial_wrapper; in test_binomial()
Dpowm1_sqrtp1m1_test.hpp1568 typedef T (*func_t)(const T&); in test_powm1_sqrtp1m1() typedef
1570 func_t f = SQRT1PM1_FUNCTION_TO_TEST; in test_powm1_sqrtp1m1()
1572 func_t f = &boost::math::sqrt1pm1<T>; in test_powm1_sqrtp1m1()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8315erdb/
Dsdram.c25 typedef void (*func_t)(void); in resume_from_sleep() typedef
26 func_t resume = *(func_t *)4; in resume_from_sleep()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8313erdb/
Dsdram.c26 typedef void (*func_t)(void); in resume_from_sleep() typedef
27 func_t resume = *(func_t *)4; in resume_from_sleep()
/third_party/uboot/u-boot-2020.01/arch/x86/cpu/i386/
Dcpu.c557 typedef void (*func_t)(ulong pgtable, ulong setup_base, ulong target); in cpu_jump_to_64bit_uboot() typedef
559 func_t func; in cpu_jump_to_64bit_uboot()
574 func = (func_t)ptr; in cpu_jump_to_64bit_uboot()
/third_party/boost/boost/dll/
Druntime_symbol_info.hpp182 typedef boost::dll::fs::path(func_t)(boost::dll::fs::error_code& ); in this_line_location() typedef
183 func_t& f = this_line_location; in this_line_location()
/third_party/uboot/u-boot-2020.01/lib/efi/
Defi_stub.c122 typedef void (*func_t)(int bist, int unused, ulong info) in jump_to_uboot() typedef
125 ((func_t)addr)(0, 0, info); in jump_to_uboot()
/third_party/boost/boost/container/detail/
Dflat_tree.hpp987 typedef typename emplace_functor_type<try_emplace_t, KeyType, Args...>::type func_t; in try_emplace() typedef
988 typedef emplace_iterator<value_type, func_t, difference_type> it_t; in try_emplace()
989func_t func(try_emplace_t(), ::boost::forward<KeyType>(key), ::boost::forward<Args>(args)...); in try_emplace()
1056 …name emplace_functor_type<try_emplace_t, KeyType BOOST_MOVE_I##N BOOST_MOVE_TARG##N>::type func_t;\
1057 typedef emplace_iterator<value_type, func_t, difference_type> it_t;\
1058func_t func(try_emplace_t(), ::boost::forward<KeyType>(key) BOOST_MOVE_I##N BOOST_MOVE_FWD##N);\
1083 typedef typename emplace_functor_type<KeyType, M>::type func_t; in BOOST_MOVE_ITERATE_0TO7() typedef
1084 typedef emplace_iterator<value_type, func_t, difference_type> it_t; in BOOST_MOVE_ITERATE_0TO7()
1085 func_t func(boost::forward<KeyType>(key), boost::forward<M>(obj)); in BOOST_MOVE_ITERATE_0TO7()
/third_party/boost/boost/asio/execution/
Dblocking_adaptation.hpp652 typedef typename decay<Function>::type func_t;
653 blocking_execute_state<func_t> state(BOOST_ASIO_MOVE_CAST(Function)(func));