| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/integer/ |
| H A D | common_factor_rt.hpp | 444 template <typename Integer> 445 inline BOOST_CXX14_CONSTEXPR Integer gcd(Integer const &a, Integer const &b) BOOST_GCD_NOEXCEPT(Int… in gcd() 447 if(a == (std::numeric_limits<Integer>::min)()) in gcd() 448 …return a == static_cast<Integer>(0) ? gcd_detail::gcd_traits<Integer>::abs(b) : boost::integer::gc… in gcd() 449 else if (b == (std::numeric_limits<Integer>::min)()) in gcd() 450 …return b == static_cast<Integer>(0) ? gcd_detail::gcd_traits<Integer>::abs(a) : boost::integer::gc… in gcd() 451 …l_gcd_select(static_cast<Integer>(gcd_detail::gcd_traits<Integer>::abs(a)), static_cast<Integer>(g… in gcd() 454 template <typename Integer> 455 inline BOOST_CXX14_CONSTEXPR Integer lcm(Integer const &a, Integer const &b) BOOST_GCD_NOEXCEPT(Int… in lcm() 457 …ail::lcm_imp(static_cast<Integer>(gcd_detail::gcd_traits<Integer>::abs(a)), static_cast<Integer>(g… in lcm() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | integer_ops.hpp | 23 template <class Backend, class Integer> 24 inline Integer eval_integer_modulus(const Backend& x, Integer val) in eval_integer_modulus() 29 typedef typename boost::multiprecision::detail::canonical<Integer, Backend>::type int_type; in eval_integer_modulus() 32 Integer result; in eval_integer_modulus() 163 template <class Backend, expression_template_option ExpressionTemplates, class Integer> 164 … enable_if<mpl::and_<is_integral<Integer>, mpl::bool_<number_category<Backend>::value == number_ki… 165 integer_modulus(const number<Backend, ExpressionTemplates>& x, Integer val) in integer_modulus() 171 template <class tag, class A1, class A2, class A3, class A4, class Integer> 172 …Integer>, mpl::bool_<number_category<typename multiprecision::detail::expression<tag, A1, A2, A3, … 173 integer_modulus(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x, Integer val) in integer_modulus() [all …]
|
| H A D | generic_interconvert.hpp | 268 template <class To, class Integer> 270 …generic_convert_rational_to_float_imp(To& result, const Integer& n, const Integer& d, const mpl::t… in generic_convert_rational_to_float_imp() 281 template <class To, class Integer> 283 …generic_convert_rational_to_float_imp(To& result, const Integer& n, const Integer& d, const mpl::t… in generic_convert_rational_to_float_imp() 295 template <class To, class Integer> 297 …generic_convert_rational_to_float_imp(To& result, Integer& num, Integer& denom, const mpl::false_&) in generic_convert_rational_to_float_imp() 321 Integer q, r; in generic_convert_rational_to_float_imp() 356 template <class To, class Integer> 358 …generic_convert_rational_to_float_imp(To& result, Integer& num, Integer& denom, const mpl::false_&… in generic_convert_rational_to_float_imp()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | nvidia,tegra194-pinmux.txt | 30 - nvidia,pull: Integer, representing the pull-down/up to apply to the pin. 32 - nvidia,tristate: Integer. 34 - nvidia,enable-input: Integer. Enable the pin's input path. 37 - nvidia,open-drain: Integer. 40 - nvidia,lock: Integer. Lock the pin configuration against further changes 44 - nvidia,io-hv: Integer. Select high-voltage receivers. 47 - nvidia,schmitt: Integer. Enables Schmitt Trigger on the input. 50 - nvidia,drive-type: Integer. Valid range 0...3. 51 - nvidia,pull-down-strength: Integer. Controls drive strength. 0 is weakest. 54 - nvidia,pull-up-strength: Integer. Controls drive strength. 0 is weakest.
|
| H A D | nvidia,tegra210-pinmux.txt | 42 - nvidia,pull: Integer, representing the pull-down/up to apply to the pin. 44 - nvidia,tristate: Integer. 46 - nvidia,enable-input: Integer. Enable the pin's input path. 49 - nvidia,open-drain: Integer. 52 - nvidia,lock: Integer. Lock the pin configuration against further changes 56 - nvidia,io-hv: Integer. Select high-voltage receivers. 59 - nvidia,high-speed-mode: Integer. Enable high speed mode the pins. 62 - nvidia,schmitt: Integer. Enables Schmitt Trigger on the input. 65 - nvidia,drive-type: Integer. Valid range 0...3. 66 - nvidia,pull-down-strength: Integer. Controls drive strength. 0 is weakest. [all …]
|
| H A D | nvidia,tegra20-pinmux.txt | 38 - nvidia,pull: Integer, representing the pull-down/up to apply to the pin. 40 - nvidia,tristate: Integer. 42 - nvidia,high-speed-mode: Integer. Enable high speed mode the pins. 44 - nvidia,schmitt: Integer. Enables Schmitt Trigger on the input. 46 - nvidia,low-power-mode: Integer. Valid values 0-3. 0 is least power, 3 is 49 - nvidia,pull-down-strength: Integer. Controls drive strength. 0 is weakest. 52 - nvidia,pull-up-strength: Integer. Controls drive strength. 0 is weakest. 55 - nvidia,slew-rate-rising: Integer. Controls rising signal slew rate. 0 is 58 - nvidia,slew-rate-falling: Integer. Controls falling signal slew rate. 0 is
|
| H A D | nvidia,tegra114-pinmux.txt | 16 - nvidia,enable-input: Integer. Enable the pin's input path. 0: no, 1: yes. 17 - nvidia,open-drain: Integer. Enable open drain mode. 0: no, 1: yes. 18 - nvidia,lock: Integer. Lock the pin configuration against further changes 20 - nvidia,io-reset: Integer. Reset the IO path. 0: no, 1: yes. 21 - nvidia,rcv-sel: Integer. Select VIL/VIH receivers. 0: normal, 1: high. 22 - nvidia,drive-type: Integer. Valid range 0...3.
|
| H A D | nvidia,tegra124-pinmux.txt | 19 - nvidia,enable-input: Integer. Enable the pin's input path. 22 - nvidia,open-drain: Integer. 25 - nvidia,lock: Integer. Lock the pin configuration against further changes 29 - nvidia,io-reset: Integer. Reset the IO path. 32 - nvidia,rcv-sel: Integer. Select VIL/VIH receivers.
|
| H A D | nvidia,tegra30-pinmux.txt | 14 - nvidia,enable-input: Integer. Enable the pin's input path. 0: no, 1: yes. 15 - nvidia,open-drain: Integer. Enable open drain mode. 0: no, 1: yes. 16 - nvidia,lock: Integer. Lock the pin configuration against further changes 18 - nvidia,io-reset: Integer. Reset the IO path. 0: no, 1: yes.
|
| H A D | pinctrl-vt8500.txt | 34 - wm,function: Integer, containing the function to mux to the pin(s): 39 - wm,pull: Integer, representing the pull-down/up to apply to the pin(s):
|
| H A D | fsl,mxs-pinctrl.txt | 61 - fsl,drive-strength: Integer. 66 - fsl,voltage: Integer. 69 - fsl,pull-up: Integer.
|
| H A D | brcm,bcm11351-pinctrl.txt | 66 - slew-rate: Integer. Meaning depends on configured pin mux: 80 - drive-strength: Integer. Drive strength in mA. Valid values are 87 - bias-pull-up: Integer. Pull up strength in Ohm. There are 3 92 - slew-rate: Integer. Meaning depends on configured pin mux: 111 - slew-rate: Integer. Controls slew rate.
|
| H A D | brcm,bcm2835-gpio.txt | 69 - brcm,function: Integer, containing the function to mux to the pin(s): 78 - brcm,pull: Integer, representing the pull-down/up to apply to the pin(s):
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/ |
| H A D | misc.hpp | 49 template <class Integer> 50 inline Integer negate_integer(Integer i, const mpl::true_&) BOOST_NOEXCEPT in negate_integer() 54 template <class Integer> 55 inline Integer negate_integer(Integer i, const mpl::false_&) BOOST_NOEXCEPT in negate_integer() 280 …MaxBits1, cpp_integer_type SignType1, cpp_int_check_type Checked1, class Allocator1, class Integer> 281 …c<is_unsigned<Integer>::value && !is_trivial_cpp_int<cpp_int_backend<MinBits1, MaxBits1, SignType1… 282 …modulus(const cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>& x, Integer val) in eval_integer_modulus() 284 if((sizeof(Integer) <= sizeof(limb_type)) || (val <= (std::numeric_limits<limb_type>::max)())) in eval_integer_modulus() 296 …MaxBits1, cpp_integer_type SignType1, cpp_int_check_type Checked1, class Allocator1, class Integer> 297 …f_c<is_signed<Integer>::value && !is_trivial_cpp_int<cpp_int_backend<MinBits1, MaxBits1, SignType1… [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/ |
| H A D | README | 43 isp.sa Integer Unimplemented Kernel Module - hex image 44 isp.s Integer Unimplemented Kernel Module - source code 45 isp.doc Integer Unimplemented Kernel Module - on-line doc 47 ilsp.sa Integer Unimplemented Library Module - hex image 48 ilsp.s Integer Unimplemented Library Module - source code 49 ilsp.doc Integer Unimplemented Library Module - on-line doc
|
| H A D | iskeleton.S | 58 | This is and example main exit point for the Unimplemented Integer 62 | Unimplemented Integer Instruction stack frame with 84 | This is an alternate exit point for the Unimplemented Integer 87 | a CHK exception stack frame from the Unimplemented Integer Instrcution 119 | This is an alternate exit point for the Unimplemented Integer 123 | Integer Instruction stack frame and branches to this routine.
|
| H A D | isp.doc | 32 The file isp.sa contains the 68060 Integer Software Package. 35 Integer Instruction" exception vector #61. 108 For example, if the 68060 hardware took a "Unimplemented Integer Instruction" 115 section is 128 bytes long; and the Unimplemented Integer ISP handler entry 175 address) take the Unimplemented Integer Instruction exception. When the
|
| H A D | ilsp.doc | 33 68060 Integer Software Package. Routines included in this 37 exception vector #61 "Unimplemented Integer Instruction". 131 source operand so that an "Integer Divide-by-Zero" exception
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | concept_check.hpp | 70 BOOST_concept(Integer, (T)) 72 BOOST_CONCEPT_USAGE(Integer) in BOOST_CONCEPT_USAGE() argument 80 template <> struct Integer<char> {}; struct 81 template <> struct Integer<signed char> {}; struct 82 template <> struct Integer<unsigned char> {}; struct 83 template <> struct Integer<short> {}; struct 84 template <> struct Integer<unsigned short> {}; struct 85 template <> struct Integer<int> {}; struct 86 template <> struct Integer<unsigned int> {}; struct 87 template <> struct Integer<long> {}; struct [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | mxs-usb-phy.txt | 17 - fsl,tx-cal-45-dn-ohms: Integer [30-55]. Resistance (in ohms) of switchable 20 - fsl,tx-cal-45-dp-ohms: Integer [30-55]. Resistance (in ohms) of switchable 23 - fsl,tx-d-cal: Integer [79-119]. Current trimming value (as a percentage) of
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/ |
| H A D | cci.txt | 34 Value type: Integer cells. A register entry, expressed as a pair 42 Value type: Integer cells. An array of range entries, expressed 76 Value type: Integer cells. A register entry, expressed 101 Value type: Integer cells. A register entry, expressed 110 Value type: Integer cells. Array of interrupt specifier
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | samsung-sxgbe.txt | 15 - samsung,pbl: Integer, Programmable Burst Length. 17 - samsung,burst-map: Integer, Program the possible bursts supported by sxgbe
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/wireless/ |
| H A D | esp,esp8089.txt | 12 - esp,crystal-26M-en: Integer value for the crystal_26M_en firmware parameter
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | cve-2018-10195.patch | 1 Integer overflow in src/zm.c:zsdata() causes crash in sz and can leak information to receiver.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | imx-audmux.txt | 15 - fsl,audmux-port : Integer of the audmux port that is configured by this
|