| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/ |
| H A D | erase.hpp | 52 const RangeT& Input, in erase_range_copy() argument 59 Input, in erase_range_copy() 61 ::boost::algorithm::empty_formatter(Input) ); in erase_range_copy() 70 const SequenceT& Input, in erase_range_copy() argument 76 Input, in erase_range_copy() 78 ::boost::algorithm::empty_formatter(Input) ); in erase_range_copy() 91 SequenceT& Input, in erase_range() argument 97 Input, in erase_range() 99 ::boost::algorithm::empty_formatter(Input) ); in erase_range() 124 const Range1T& Input, in erase_first_copy() argument [all …]
|
| H A D | trim.hpp | 63 const RangeT& Input, in trim_left_copy_if() argument 66 …ge<BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> lit_range(::boost::as_literal(Input)); in trim_left_copy_if() 84 inline SequenceT trim_left_copy_if(const SequenceT& Input, PredicateT IsSpace) in trim_left_copy_if() argument 88 ::boost::begin(Input), in trim_left_copy_if() 89 ::boost::end(Input), in trim_left_copy_if() 91 ::boost::end(Input)); in trim_left_copy_if() 106 … inline SequenceT trim_left_copy(const SequenceT& Input, const std::locale& Loc=std::locale()) in trim_left_copy() argument 110 Input, in trim_left_copy() 124 inline void trim_left_if(SequenceT& Input, PredicateT IsSpace) in trim_left_if() argument 126 Input.erase( in trim_left_if() [all …]
|
| H A D | replace.hpp | 58 const Range1T& Input, in replace_range_copy() argument 66 Input, in replace_range_copy() 77 const SequenceT& Input, in replace_range_copy() argument 84 Input, in replace_range_copy() 100 SequenceT& Input, in replace_range() argument 107 Input, in replace_range() 137 const Range1T& Input, in replace_first_copy() argument 143 Input, in replace_first_copy() 154 const SequenceT& Input, in replace_first_copy() argument 159 Input, in replace_first_copy() [all …]
|
| H A D | find_format.hpp | 60 const RangeT& Input, in find_format_copy() argument 76 …ge<BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> lit_input(::boost::as_literal(Input)); in find_format_copy() 94 const SequenceT& Input, in find_format_copy() argument 111 Input, in find_format_copy() 113 Finder(::boost::begin(Input), ::boost::end(Input))); in find_format_copy() 130 SequenceT& Input, in find_format() argument 147 Input, in find_format() 149 Finder(::boost::begin(Input), ::boost::end(Input))); in find_format() 179 const RangeT& Input, in find_format_all_copy() argument 195 …ge<BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> lit_input(::boost::as_literal(Input)); in find_format_all_copy() [all …]
|
| H A D | find.hpp | 53 RangeT& Input, in find() argument 56 …or_range<BOOST_STRING_TYPENAME range_iterator<RangeT>::type> lit_input(::boost::as_literal(Input)); in find() 81 Range1T& Input, in find_first() argument 84 return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search)); in find_first() 107 Range1T& Input, in ifind_first() argument 111 … return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search,is_iequal(Loc))); in ifind_first() 134 Range1T& Input, in find_last() argument 137 return ::boost::algorithm::find(Input, ::boost::algorithm::last_finder(Search)); in find_last() 160 Range1T& Input, in ifind_last() argument 164 … return ::boost::algorithm::find(Input, ::boost::algorithm::last_finder(Search, is_iequal(Loc))); in ifind_last() [all …]
|
| H A D | predicate.hpp | 58 const Range1T& Input, in starts_with() argument 62 …e<BOOST_STRING_TYPENAME range_const_iterator<Range1T>::type> lit_input(::boost::as_literal(Input)); in starts_with() 92 const Range1T& Input, in starts_with() argument 95 return ::boost::algorithm::starts_with(Input, Test, is_equal()); in starts_with() 113 const Range1T& Input, in istarts_with() argument 117 return ::boost::algorithm::starts_with(Input, Test, is_iequal(Loc)); in istarts_with() 140 const Range1T& Input, in ends_with() argument 144 …e<BOOST_STRING_TYPENAME range_const_iterator<Range1T>::type> lit_input(::boost::as_literal(Input)); in ends_with() 169 const Range1T& Input, in ends_with() argument 172 return ::boost::algorithm::ends_with(Input, Test, is_equal()); in ends_with() [all …]
|
| H A D | case_conv.hpp | 57 const RangeT& Input, in to_lower_copy() argument 62 ::boost::as_literal(Input), in to_lower_copy() 73 const SequenceT& Input, in to_lower_copy() argument 77 Input, in to_lower_copy() 92 WritableRangeT& Input, in to_lower() argument 96 ::boost::as_literal(Input), in to_lower() 122 const RangeT& Input, in to_upper_copy() argument 127 ::boost::as_literal(Input), in to_upper_copy() 138 const SequenceT& Input, in to_upper_copy() argument 142 Input, in to_upper_copy() [all …]
|
| H A D | split.hpp | 64 Range1T& Input, in find_all() argument 69 Input, in find_all() 99 Range1T& Input, in ifind_all() argument 105 Input, in ifind_all() 142 RangeT& Input, in split() argument 148 Input, in split()
|
| H A D | join.hpp | 47 const SequenceSequenceT& Input, in join() argument 55 InputIteratorT itBegin=::boost::begin(Input); in join() 56 InputIteratorT itEnd=::boost::end(Input); in join() 97 const SequenceSequenceT& Input, in join_if() argument 106 InputIteratorT itBegin=::boost::begin(Input); in join_if() 107 InputIteratorT itEnd=::boost::end(Input); in join_if()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/iterators/detail/ |
| H A D | combine_policies.hpp | 27 , typename Ownership, typename Checking, typename Input, typename Storage 30 , bool InputIsEmpty = boost::is_empty<Input>::value> 35 , typename Input, typename Storage> 36 struct multi_pass_unique<T, Ownership, Checking, Input, Storage 38 : Ownership, Checking, Input, Storage 41 multi_pass_unique(T& x) : Input(x) {} in multi_pass_unique() 42 multi_pass_unique(T const& x) : Input(x) {} in multi_pass_unique() 49 Input::destroy(mp); in destroy() 57 this->Input::swap(x); in swap() 71 , typename Input, typename Storage> [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/ |
| H A D | find_format_all.hpp | 36 const InputT& Input, in find_format_all_copy_impl2() argument 54 input_iterator_type LastMatch=::boost::begin(Input); in find_format_all_copy_impl2() 66 M=Finder( LastMatch, ::boost::end(Input) ); in find_format_all_copy_impl2() 70 Output = std::copy( LastMatch, ::boost::end(Input), Output ); in find_format_all_copy_impl2() 83 const InputT& Input, in find_format_all_copy_impl() argument 88 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_all_copy_impl() 91 Input, in find_format_all_copy_impl() 97 return std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); in find_format_all_copy_impl() 110 const InputT& Input, in find_format_all_copy_impl2() argument 128 input_iterator_type LastMatch=::boost::begin(Input); in find_format_all_copy_impl2() [all …]
|
| H A D | sequence.hpp | 30 InputT& Input, in insert() argument 35 Input.insert( At, Begin, End ); in insert() 40 InputT& Input, in insert() argument 44 … ::boost::algorithm::detail::insert( Input, At, ::boost::begin(Insert), ::boost::end(Insert) ); in insert() 55 InputT& Input, in erase() argument 59 return Input.erase( From, To ); in erase() 71 InputT& Input, in operator ()() 88 Input.insert( InputIt, InsertIt, End ); in operator ()() 95 Input.erase( InputIt, To ); in operator ()() 107 InputT& Input, in operator ()() [all …]
|
| H A D | find_format.hpp | 35 const InputT& Input, in find_format_copy_impl2() argument 52 Output = std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); in find_format_copy_impl2() 57 Output = std::copy( ::boost::begin(Input), ::boost::begin(M), Output ); in find_format_copy_impl2() 62 Output = std::copy( M.end(), ::boost::end(Input), Output ); in find_format_copy_impl2() 74 const InputT& Input, in find_format_copy_impl() argument 78 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_copy_impl() 81 Input, in find_format_copy_impl() 86 return std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); in find_format_copy_impl() 99 const InputT& Input, in find_format_copy_impl2() argument 116 return InputT( Input ); in find_format_copy_impl2() [all …]
|
| H A D | case_conv.hpp | 85 const RangeT& Input, in transform_range_copy() argument 89 ::boost::begin(Input), in transform_range_copy() 90 ::boost::end(Input), in transform_range_copy() 98 const RangeT& Input, in transform_range() argument 102 ::boost::begin(Input), in transform_range() 103 ::boost::end(Input), in transform_range() 104 ::boost::begin(Input), in transform_range() 110 const RangeT& Input, in transform_range_copy() argument 115 ::boost::begin(Input), in transform_range_copy() 118 ::boost::end(Input), in transform_range_copy()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/regulator/ |
| H A D | as3722-regulator.txt | 10 vsup-sd2-supply: Input supply for SD2. 11 vsup-sd3-supply: Input supply for SD3. 12 vsup-sd4-supply: Input supply for SD4. 13 vsup-sd5-supply: Input supply for SD5. 14 vin-ldo0-supply: Input supply for LDO0. 15 vin-ldo1-6-supply: Input supply for LDO1 and LDO6. 16 vin-ldo2-5-7-supply: Input supply for LDO2, LDO5 and LDO7. 17 vin-ldo3-4-supply: Input supply for LDO3 and LDO4. 18 vin-ldo9-10-supply: Input supply for LDO9 and LDO10. 19 vin-ldo11-supply: Input supply for LDO11.
|
| H A D | slg51000.txt | 6 - xxx-supply: Input voltage supply regulator for ldo3 to ldo7. 12 vin3-supply: Input supply for ldo3 13 vin4-supply: Input supply for ldo4 14 vin5-supply: Input supply for ldo5 15 vin6-supply: Input supply for ldo6 16 vin7-supply: Input supply for ldo7
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | exynos5260-clock.txt | 78 Input clocks for top clock controller: 84 Input clocks for peri clock controller: 100 Input clocks for egl clock controller: 104 Input clocks for kfc clock controller: 108 Input clocks for g2d clock controller: 112 Input clocks for mif clock controller: 115 Input clocks for mfc clock controller: 119 Input clocks for g3d clock controller: 122 Input clocks for fsys clock controller: 131 Input clocks for aud clock controller: [all …]
|
| H A D | exynos7-clock.txt | 52 Input clocks for top0 clock controller: 60 Input clocks for top1 clock controller: 67 Input clocks for ccore clock controller: 71 Input clocks for peric0 clock controller: 76 Input clocks for peric1 clock controller: 91 Input clocks for peris clock controller: 95 Input clocks for fsys0 clock controller: 100 Input clocks for fsys1 clock controller: 106 Input clocks for aud clock controller:
|
| H A D | exynos5433-clock.txt | 68 Input clocks for top clock controller: 74 Input clocks for cpif clock controller: 77 Input clocks for mif clock controller: 81 Input clocks for fsys clock controller: 93 Input clocks for g2d clock controller: 98 Input clocks for disp clock controller: 109 Input clocks for audio clock controller: 113 Input clocks for bus0 clock controller: 116 Input clocks for bus1 clock controller: 119 Input clocks for bus2 clock controller: [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | buffer.hpp | 92 typename Input, 94 typename TagIn = typename tag<Input>::type, 185 template <typename Input, typename Output, typename Distance> 186 inline void buffer(Input const& geometry_in, Output& geometry_out, in buffer() 189 concepts::check<Input const>(); in buffer() 192 resolve_variant::buffer<Input>::apply(geometry_in, distance, chord_length, geometry_out); in buffer() 208 template <typename Output, typename Input, typename Distance> 209 Output return_buffer(Input const& geometry, Distance const& distance, Distance const& chord_length … in return_buffer() 211 concepts::check<Input const>(); in return_buffer() 216 resolve_variant::buffer<Input>::apply(geometry, distance, chord_length, geometry_out); in return_buffer()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-74xx-mmio.txt | 5 "ti,741g125": for 741G125 (1-bit Input), 7 "ti,742g125": for 742G125 (2-bit Input), 9 "ti,74125" : for 74125 (4-bit Input), 11 "ti,74365" : for 74365 (6-bit Input), 13 "ti,74244" : for 74244 (8-bit Input), 15 "ti,741624" : for 741624 (16-bit Input),
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | bel-pfe.rst | 71 curr1_max Input current max value 72 curr1_max_alarm Input current max alarm 84 in1_crit Input voltage critical max value 85 in1_crit_alarm Input voltage critical max alarm 86 in1_lcrit Input voltage critical min value 87 in1_lcrit_alarm Input voltage critical min alarm 88 in1_max Input voltage max value 89 in1_max_alarm Input voltage max alarm 100 power[1-2]_alarm Input power high alarm
|
| H A D | lineage-pem.rst | 56 Input voltage, input current, input power, and fan speed measurement is only 66 in2_input Input voltage (mV, optional) 67 in2_alarm Input voltage alarm 69 curr1_input Input current (mA, optional) 70 curr1_alarm Input overcurrent alarm 72 power1_input Input power (uW, optional) 73 power1_alarm Input power alarm
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | MD5Checksum.cpp | 327 void CMD5Checksum::ByteToDWord(DWORD *Output, BYTE *Input, UINT nLength) in ByteToDWord() argument 337 Output[i] = (UINT)Input[j] | in ByteToDWord() 338 (UINT)Input[j + 1] << 8 | in ByteToDWord() 339 (UINT)Input[j + 2] << 16 | in ByteToDWord() 340 (UINT)Input[j + 3] << 24; in ByteToDWord() 482 void CMD5Checksum::DWordToByte(BYTE *Output, DWORD *Input, UINT nLength) in DWordToByte() argument 489 Output[j] = (UCHAR)(Input[i] & 0xff); in DWordToByte() 490 Output[j + 1] = (UCHAR)((Input[i] >> 8) & 0xff); in DWordToByte() 491 Output[j + 2] = (UCHAR)((Input[i] >> 16) & 0xff); in DWordToByte() 492 Output[j + 3] = (UCHAR)((Input[i] >> 24) & 0xff); in DWordToByte() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0001-qemu-Add-missing-wacom-HID-descriptor.patch | 45 + 0x81, 0x02, /* Input (Data, Variable, Absolute) */ 48 + 0x81, 0x01, /* Input (Constant) */ 56 + 0x81, 0x06, /* Input (Data, Variable, Relative) */ 70 + 0x81, 0x02, /* Input (Data, Variable, Absolute) */ 90 + 0x81, 0x02, /* Input (Data, Variable, Absolute) */ 98 + 0x81, 0x02, /* Input (Data, Variable, Absolute) */ 102 + 0x81, 0x02, /* Input (Data, Variable, Absolute) */ 108 + 0x81, 0x02, /* Input (Data, Variable, Absolute) */
|