| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/ |
| H A D | poly_function_funop.hpp | 29 return impl(static_cast<typename normalize_arg<A0 const &> ::reference>(a0)); in operator ()() 52 …t<typename normalize_arg<A0 const &> ::reference>(a0) , static_cast<typename normalize_arg<A1 cons… in operator ()() 75 … &> ::reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_ca… in operator ()() 98 …reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()() 121 …reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()() 144 …reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()() 167 …reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()() 190 …reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()() 213 …reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()() 236 …reference>(a0) , static_cast<typename normalize_arg<A1 const &> ::reference>(a1) , static_cast<typ… in operator ()()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | exdebug.c | 182 switch (source_desc->reference.class) { in acpi_ex_do_debug_object() 185 acpi_os_printf("0x%X\n", source_desc->reference.value); in acpi_ex_do_debug_object() 193 source_desc->reference.value); in acpi_ex_do_debug_object() 205 if (source_desc->reference.node) { in acpi_ex_do_debug_object() 207 (source_desc->reference.node) != in acpi_ex_do_debug_object() 211 source_desc->reference.node); in acpi_ex_do_debug_object() 214 source_desc->reference.node, in acpi_ex_do_debug_object() 215 (source_desc->reference.node)-> in acpi_ex_do_debug_object() 218 switch ((source_desc->reference.node)->type) { in acpi_ex_do_debug_object() 233 reference. in acpi_ex_do_debug_object() [all …]
|
| H A D | exresolv.c | 120 ref_type = stack_desc->reference.class; in acpi_ex_resolve_object_to_value() 131 reference.value, in acpi_ex_resolve_object_to_value() 140 stack_desc->reference.value, in acpi_ex_resolve_object_to_value() 153 switch (stack_desc->reference.target_type) { in acpi_ex_resolve_object_to_value() 172 obj_desc = *stack_desc->reference.where; in acpi_ex_resolve_object_to_value() 200 stack_desc->reference.target_type, in acpi_ex_resolve_object_to_value() 219 if ((stack_desc->reference.node->type == in acpi_ex_resolve_object_to_value() 221 || (stack_desc->reference.node->type == in acpi_ex_resolve_object_to_value() 226 *stack_ptr = (void *)stack_desc->reference.node; in acpi_ex_resolve_object_to_value() 231 (stack_desc->reference.node)->object; in acpi_ex_resolve_object_to_value() [all …]
|
| H A D | dbobject.c | 248 switch (obj_desc->reference.class) { in acpi_db_display_internal_object() 252 obj_desc->reference.value); in acpi_db_display_internal_object() 255 [obj_desc->reference.value].object; in acpi_db_display_internal_object() 265 obj_desc->reference.value); in acpi_db_display_internal_object() 268 [obj_desc->reference.value].object; in acpi_db_display_internal_object() 277 switch (obj_desc->reference.target_type) { in acpi_db_display_internal_object() 281 obj_desc->reference. in acpi_db_display_internal_object() 284 (obj_desc->reference.object); in acpi_db_display_internal_object() 290 obj_desc->reference. in acpi_db_display_internal_object() 292 if (!obj_desc->reference.where) { in acpi_db_display_internal_object() [all …]
|
| H A D | dsobject.c | 115 obj_desc->reference.resolved = TRUE; in acpi_ds_build_internal_object() 118 !obj_desc->reference.node) { in acpi_ds_build_internal_object() 123 obj_desc->reference.node = in acpi_ds_build_internal_object() 125 obj_desc->reference.aml = op->common.aml; in acpi_ds_build_internal_object() 126 obj_desc->reference.resolved = FALSE; in acpi_ds_build_internal_object() 469 obj_desc->reference.value = in acpi_ds_init_object_from_op() 471 obj_desc->reference.class = ACPI_REFCLASS_LOCAL; in acpi_ds_init_object_from_op() 475 obj_desc->reference. in acpi_ds_init_object_from_op() 480 &obj_desc->reference. in acpi_ds_init_object_from_op() 488 obj_desc->reference.value = in acpi_ds_init_object_from_op() [all …]
|
| H A D | exstore.c | 121 switch (ref_desc->reference.class) { in acpi_ex_store() 127 ref_desc->reference. in acpi_ex_store() 147 acpi_ds_store_object_to_local(ref_desc->reference.class, in acpi_ex_store() 148 ref_desc->reference.value, in acpi_ex_store() 168 ref_desc->reference.class)); in acpi_ex_store() 209 switch (index_desc->reference.target_type) { in acpi_ex_store_object_to_index() 220 obj_desc = *(index_desc->reference.where); in acpi_ex_store_object_to_index() 223 source_desc->reference.class == ACPI_REFCLASS_TABLE) { in acpi_ex_store_object_to_index() 246 index_desc->reference.object)->common. in acpi_ex_store_object_to_index() 252 *(index_desc->reference.where) = new_desc; in acpi_ex_store_object_to_index() [all …]
|
| H A D | exdump.c | 195 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(reference.class), "Class"}, 196 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(reference.target_type), "Target Type"}, 197 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(reference.value), "Value"}, 198 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(reference.object), "Object Desc"}, 199 {ACPI_EXD_NODE, ACPI_EXD_OFFSET(reference.node), "Node"}, 200 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(reference.where), "Where"}, 201 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(reference.index_pointer), 637 switch (obj_desc->reference.class) { in acpi_ex_dump_operand() 645 acpi_os_printf("%p\n", obj_desc->reference.object); in acpi_ex_dump_operand() 651 obj_desc->reference.value); in acpi_ex_dump_operand() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/ |
| H A D | as_expr.hpp | 112 typedef typename term_traits<T &>::reference reference; typedef 114 typedef T &reference; 116 typedef proto::expr<proto::tag::terminal, term<reference>, 0> expr_type; 131 typedef typename term_traits<T &>::reference reference; typedef 133 typedef T &reference; 135 typedef proto::basic_expr<proto::tag::terminal, term<reference>, 0> expr_type; 150 typedef typename term_traits<T &>::reference reference; typedef 152 typedef T &reference; 154 typedef proto::expr<proto::tag::terminal, term<reference>, 0> result_type; 168 typedef typename term_traits<T &>::reference reference; typedef [all …]
|
| H A D | poly_function.hpp | 42 typedef T &reference; typedef 49 typedef T const &reference; typedef 56 typedef T &reference; typedef 63 typedef T const &reference; typedef 70 typedef T &reference; typedef 77 typedef T &reference; typedef 84 typedef T &reference; typedef 91 typedef T &reference; typedef
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr/ |
| H A D | 0007-explicitly-link-libapr-against-phtread-to-make-gold-.patch | 10 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_mutexattr_init' 11 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_mutexattr_settype' 12 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_mutexattr_destroy' 13 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_mutex_trylock' 14 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_attr_setstacksize' 15 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_create' 16 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_join' 17 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_detach' 18 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_sigmask' 19 | ../.libs/libapr-1.so: error: undefined reference to 'pthread_once' [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/ |
| H A D | args.hpp | 37 typedef Expr &reference; typedef 46 typedef Expr &reference; typedef 55 typedef Expr const &reference; typedef 64 typedef T &reference; typedef 73 typedef T &reference; typedef 82 typedef T const &reference; typedef 91 typedef T (&reference)[N]; typedef 100 typedef T const (&reference)[N]; typedef 109 typedef T (&reference)[N]; typedef 118 typedef T const (&reference)[N]; typedef
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | dvb-usb-dib0700-cardlist.rst | 29 * - DiBcom NIM7090 reference design 31 * - DiBcom NIM8096MD reference design 33 * - DiBcom NIM9090MD reference design 35 * - DiBcom STK7070P reference design 37 * - DiBcom STK7070PD reference design 39 * - DiBcom STK7700D reference design 41 * - DiBcom STK7700P reference design 43 * - DiBcom STK7770P reference design 45 * - DiBcom STK807xP reference design 47 * - DiBcom STK807xPVR reference design [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/ |
| H A D | iterator.hpp | 50 typedef value_type && reference; typedef in boost::move_iterator 55 , value_type & >::type reference; typedef in boost::move_iterator 74 BOOST_MOVE_FORCEINLINE reference operator*() const in operator *() 110 BOOST_MOVE_FORCEINLINE reference operator[](difference_type n) const in operator []() 193 typedef typename C::reference reference; typedef in boost::back_move_insert_iterator 200 back_move_insert_iterator& operator=(reference x) in operator =() 204 { reference rx = x; return this->operator=(rx); } in operator =() 235 typedef typename C::reference reference; typedef in boost::front_move_insert_iterator 242 front_move_insert_iterator& operator=(reference x) in operator =() 246 { reference rx = x; return this->operator=(rx); } in operator =() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | amd_freq_sensitivity.c | 33 u64 reference; member 45 struct msr actual, reference; in amd_powersave_bias_target() local 57 &reference.l, &reference.h); in amd_powersave_bias_target() 59 reference.h &= 0x00ffffff; in amd_powersave_bias_target() 62 if (actual.q < data->actual || reference.q < data->reference) { in amd_powersave_bias_target() 68 d_reference = reference.q - data->reference; in amd_powersave_bias_target() 104 data->reference = reference.q; in amd_powersave_bias_target()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/ |
| H A D | double_object.hpp | 41 typedef typename traits_type::reference reference; typedef in boost::iostreams::detail::single_object_holder 45 reference first() { return first_; } in first() 47 reference second() { return first_; } in second() 64 typedef typename traits_type::reference reference; typedef 69 reference first() { return first_; } in first() 71 reference second() { return second_; } in second() 104 typedef typename traits_type::reference reference; typedef in boost::iostreams::detail::double_object
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/ |
| H A D | reference.hpp | 29 struct reference struct 38 typename reference<T>::type const e = {{boost::ref(t)}}; in make() 44 struct reference<T const> struct 53 typename reference<T const>::type const e = {{boost::cref(t)}}; in make() 61 struct reference struct 62 : expression::reference<proto::_> 68 typename expression::reference<T>::type const 71 return expression::reference<T>::make(t); in ref() 76 typename expression::reference<T const>::type const 79 return expression::reference<T const>::make(t); in cref()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | clip_id.hpp | 16 …ClipID(const std::string &mask_, const std::string &reference_) : mask(mask_), reference(reference… in ClipID() 19 std::bitset<8> reference; member 22 return mask == other.mask && reference == other.reference; in operator ==() 27 reference |= other.reference; in operator |=()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/ |
| H A D | call_traits.hpp | 78 typedef T& reference; typedef 98 typedef T& reference; typedef 112 typedef T& reference; typedef 120 typedef T& reference; typedef 128 typedef T& reference; typedef 137 typedef T * & reference; typedef 151 typedef array_type& reference; typedef 164 typedef array_type& reference; typedef
|
| /OK3568_Linux_fs/buildroot/package/fstrcmp/ |
| H A D | 0001-disable-rpath.patch | 5 lib/.libs/libfstrcmp.so: undefined reference to `__ctype_b_loc@GLIBC_2.3' 6 lib/.libs/libfstrcmp.so: undefined reference to `mbstowcs@GLIBC_2.2.5' 7 lib/.libs/libfstrcmp.so: undefined reference to `printf@GLIBC_2.2.5' 8 lib/.libs/libfstrcmp.so: undefined reference to `readlink@GLIBC_2.2.5' 9 lib/.libs/libfstrcmp.so: undefined reference to `malloc@GLIBC_2.2.5' 10 lib/.libs/libfstrcmp.so: undefined reference to `memcmp@GLIBC_2.2.5' 11 lib/.libs/libfstrcmp.so: undefined reference to `wcslen@GLIBC_2.2.5'
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | stl_iterator_base_types.h | 138 typedef _Reference reference; in _GLIBCXX_VISIBILITY() typedef 166 typename _Iterator::reference>> in _GLIBCXX_VISIBILITY() 172 typedef typename _Iterator::reference reference; in _GLIBCXX_VISIBILITY() 188 typedef typename _Iterator::reference reference; in _GLIBCXX_VISIBILITY() 205 using reference = _Tp&; in _GLIBCXX_VISIBILITY() 216 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() 227 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | stl_iterator_base_types.h | 138 typedef _Reference reference; in _GLIBCXX_VISIBILITY() typedef 166 typename _Iterator::reference>> in _GLIBCXX_VISIBILITY() 172 typedef typename _Iterator::reference reference; in _GLIBCXX_VISIBILITY() 188 typedef typename _Iterator::reference reference; in _GLIBCXX_VISIBILITY() 205 using reference = _Tp&; in _GLIBCXX_VISIBILITY() 216 typedef _Tp& reference; in _GLIBCXX_VISIBILITY() 227 typedef const _Tp& reference; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | ti,phy-am654-serdes.txt | 23 reference clock and right input clock in that order. 25 SERDES. Should have 3 items for CMU reference clock, 35 for selecting the correct reference clock. This can be used while 47 left input reference clock as indicated by <&k3_clks 153 4>, external 48 reference clock as indicated by <&k3_clks 153 1> and right input 49 reference clock as indicated by <&serdes1 AM654_SERDES_LO_REFCLK>. (The 53 first refers to the CMU reference clock, second refers to the left output 54 reference clock and the third refers to the right output reference clock. 57 parent of left input reference clock to MAINHSDIV_CLKOUT4 and parent of 58 CMU reference clock to left input reference clock.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/ |
| H A D | query_iterators.hpp | 25 typedef typename Allocators::const_reference reference; typedef 29 reference operator*() const in operator *() 70 typedef typename Allocators::const_reference reference; typedef in boost::geometry::index::detail::rtree::iterators::spatial_query_iterator 87 reference operator*() const in operator *() 138 typedef typename Allocators::const_reference reference; typedef in boost::geometry::index::detail::rtree::iterators::distance_query_iterator 155 reference operator*() const in operator *() 211 typedef typename Allocators::const_reference reference; typedef in boost::geometry::index::detail::rtree::iterators::query_iterator_base 220 virtual reference dereference() const = 0; 234 typedef typename Allocators::const_reference reference; typedef in boost::geometry::index::detail::rtree::iterators::query_iterator_wrapper 244 virtual reference dereference() const { return *m_iterator; } in dereference() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/ |
| H A D | pointer_traits.hpp | 49 BOOST_INTRUSIVE_INSTANTIATE_DEFAULT_TYPE_TMPLT(reference) 94 typedef unspecified_type reference; typedef 106 …oost::intrusive::detail::, Ptr, reference, typename boost::intrusive::detail::unvoid_ref<element_t… 126 static pointer pointer_to(reference r) in pointer_to() 132 <Ptr, Ptr (*)(reference)>::value; in pointer_to() 213 static pointer priv_pointer_to(boost::intrusive::detail::true_, reference r) in priv_pointer_to() 216 static pointer priv_pointer_to(boost::intrusive::detail::false_, reference r) in priv_pointer_to() 273 typedef T & reference; typedef 280 typedef typename boost::intrusive::detail::unvoid_ref<element_type>::type reference; typedef 291 BOOST_INTRUSIVE_FORCEINLINE static pointer pointer_to(reference r) in pointer_to()
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-digicolor.c | 62 u32 reference, time1, time2; in dc_rtc_read() local 69 reference = readl_relaxed(rtc->regs + DC_RTC_REFERENCE); in dc_rtc_read() 79 *val = reference + time1; in dc_rtc_read() 115 u32 alarm_reg, reference; in dc_rtc_read_alarm() local 120 reference = readl_relaxed(rtc->regs + DC_RTC_REFERENCE); in dc_rtc_read_alarm() 121 rtc_time64_to_tm(reference + alarm_reg, &alarm->time); in dc_rtc_read_alarm() 127 alarm->pending = alarm_reg + reference > now; in dc_rtc_read_alarm() 137 u32 reference; in dc_rtc_set_alarm() local 141 reference = readl_relaxed(rtc->regs + DC_RTC_REFERENCE); in dc_rtc_set_alarm() 142 writel_relaxed(alarm_time - reference, rtc->regs + DC_RTC_ALARM); in dc_rtc_set_alarm()
|