Home
last modified time | relevance | path

Searched defs:U (Results 1 – 25 of 103) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dget.hpp116 relaxed_get( in relaxed_get()
131 relaxed_get( in relaxed_get()
146 relaxed_get( in relaxed_get()
162 relaxed_get( in relaxed_get()
179 relaxed_get( in relaxed_get()
199 strict_get( in strict_get()
216 strict_get( in strict_get()
233 strict_get( in strict_get()
250 strict_get( in strict_get()
268 strict_get( in strict_get()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dconstruct_in_place.hpp38 …NER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, value_init_construct_iterator<U, D>) in construct_in_place()
47 …R_FORCEINLINE void construct_in_place(Allocator &a, T *dest, default_init_construct_iterator<U, D>) in construct_in_place()
56 BOOST_CONTAINER_FORCEINLINE void construct_in_place(Allocator &a, T *dest, emplace_iterator<U, EF, … in construct_in_place()
68 BOOST_CONTAINER_FORCEINLINE void assign_in_place(DstIt dest, value_init_construct_iterator<U, D>) in assign_in_place()
78 BOOST_CONTAINER_FORCEINLINE void assign_in_place(DstIt dest, default_init_construct_iterator<U, D>) in assign_in_place()
88 BOOST_CONTAINER_FORCEINLINE void assign_in_place(DstIt dest, emplace_iterator<U, EF, D> ei) in assign_in_place()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c12 int U; member
17 union U { union
19 int U; member
22 typedef union U U; typedef
H A Dbtf_data.c9 union U { union
29 typedef int U; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dmove_helpers.hpp29 #define BOOST_MOVE_CATCH_CONST(U) \ argument
31 #define BOOST_MOVE_CATCH_RVALUE(U)\ argument
33 #define BOOST_MOVE_CATCH_FWD(U) BOOST_FWD_REF(U) argument
35 #define BOOST_MOVE_CATCH_CONST(U) const U & argument
36 #define BOOST_MOVE_CATCH_RVALUE(U) U && argument
37 #define BOOST_MOVE_CATCH_FWD(U) U && argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/
H A Dlinux.h78 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument
81 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument
84 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument
87 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/
H A Dlinux.h78 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument
81 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument
84 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument
87 #define CHOOSE_DYNAMIC_LINKER(G, U, B, M) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dintrinsics.hpp118 # define BOOST_IS_BASE_OF(T,U) (__is_base_of(T,U) && !is_same<T,U>::value) argument
120 # define BOOST_IS_CONVERTIBLE(T,U) ((__is_convertible_to(T,U) || (is_same<T,U>::value && !is_func… argument
208 # define BOOST_IS_BASE_OF(T,U) (__is_base_of(T,U) && !is_same<T,U>::value) argument
214 # define BOOST_IS_CONVERTIBLE(T,U) __is_convertible_to(T,U) argument
275 # define BOOST_IS_BASE_OF(T,U) (__is_base_of(T,U) && !is_same<T,U>::value) argument
340 # define BOOST_IS_BASE_OF(T,U) (__is_base_of(T,U) && !is_same<T,U>::value) argument
367 # define BOOST_IS_BASE_OF(T,U) (__is_base_of(T,U) && !is_void<T>::value && !is_void<U>::value) argument
369 # define BOOST_IS_CONVERTIBLE(T,U) (__is_convertible(T,U) || is_void<U>::value) argument
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/
H A Dni_route_values.h46 #define U(x) 0x0 macro
53 #define U(x) (((x) & 0x7f) | 0x200) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dtraits.hpp196 typedef typename detail::unwrapped_type<T>::type U; typedef
228 typedef typename detail::unwrapped_type<T>::type U; typedef
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_ioctl.h34 #define VZ_ADDRESS_MATCH(U, B) (0x8000000 | ((B) << VZ_ADDRESS_BROADCAST_S) | ((U) << VZ_ADDRESS_… argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/detail/
H A Drational_horner1_2.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner1_3.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner2_4.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner3_2.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner3_4.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner3_3.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner2_2.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner2_3.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner1_4.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner2_5.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner1_5.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner3_5.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner1_6.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()
H A Drational_horner2_6.hpp15 inline V evaluate_rational_c_imp(const T*, const U*, const V&, const mpl::int_<0>*) BOOST_MATH_NOEX… in evaluate_rational_c_imp()

12345