| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/preprocessed/ |
| H A D | argument_predefined_10.hpp | 11 …argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::type arg2_typ… 12 …argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::type _2_type BO… 13 …argument<1>::type const BOOST_ATTRIBUTE_UNUSED arg1 = {{{}}}; expression::argument<2>::type const … 14 …argument<1>::type const BOOST_ATTRIBUTE_UNUSED _1 = {{{}}}; expression::argument<2>::type const BO… 18 …argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::type arg2_typ… 19 …argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::type _2_type BO… 20 …argument<1>::type const BOOST_ATTRIBUTE_UNUSED arg1 = {{{}}}; expression::argument<2>::type const … 21 …argument<1>::type const BOOST_ATTRIBUTE_UNUSED _1 = {{{}}}; expression::argument<2>::type const BO…
|
| H A D | argument_no_predefined_10.hpp | 11 …argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::type arg2_typ… 12 …argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::type _2_type BO… 16 …argument<1>::type arg1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::type arg2_typ… 17 …argument<1>::type _1_type BOOST_ATTRIBUTE_UNUSED; typedef expression::argument<2>::type _2_type BO…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/ |
| H A D | 0001-cli-drop-the-second-argument-from-click.argument-dec.patch | 4 Subject: [PATCH] cli: drop the second argument from @click.argument() 7 @click.argument no longer takes two positional arguments. 24 -@click.argument('ifname', 'e.g. wlan0') 25 +@click.argument('ifname') 33 -@click.argument('ifname', 'e.g. wlan0') 34 +@click.argument('ifname') 42 -@click.argument('ifname', 'e.g. wlan0') 43 +@click.argument('ifname') 51 -@click.argument('ifname', 'e.g. wlan0') 52 +@click.argument('ifname') [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winprocarg.c | 274 * Look for the '-screen scr_num [width height]' argument in ddxProcessArgument() 286 /* Display the usage message if the argument is malformed */ in ddxProcessArgument() 489 * Look for the '-engine n' argument in ddxProcessArgument() 495 /* Display the usage message if the argument is malformed */ in ddxProcessArgument() 501 /* Grab the argument */ in ddxProcessArgument() 504 /* Count the one bits in the engine argument */ in ddxProcessArgument() 507 /* Argument should only have a single bit on */ in ddxProcessArgument() 515 /* Indicate that we have processed the argument */ in ddxProcessArgument() 520 * Look for the '-fullscreen' argument in ddxProcessArgument() 527 /* Indicate that we have processed this argument */ in ddxProcessArgument() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/ |
| H A D | ump_ukk_wrappers.c | 26 int ump_get_api_version_wrapper(u32 __user *argument, struct ump_session_data *session_data) in ump_get_api_version_wrapper() argument 32 if (NULL == argument || NULL == session_data) { in ump_get_api_version_wrapper() 38 if (0 != copy_from_user(&version_info, argument, sizeof(version_info))) { in ump_get_api_version_wrapper() 53 if (0 != copy_to_user(argument, &version_info, sizeof(version_info))) { in ump_get_api_version_wrapper() 65 int ump_release_wrapper(u32 __user *argument, struct ump_session_data *session_data) in ump_release_wrapper() argument 77 if (0 != copy_from_user(&release_args, argument, sizeof(release_args))) { in ump_release_wrapper() 96 int ump_size_get_wrapper(u32 __user *argument, struct ump_session_data *session_data) in ump_size_get_wrapper() argument 102 if (NULL == argument || NULL == session_data) { in ump_size_get_wrapper() 107 if (0 != copy_from_user(&user_interaction, argument, sizeof(user_interaction))) { in ump_size_get_wrapper() 121 if (0 != copy_to_user(argument, &user_interaction, sizeof(user_interaction))) { in ump_size_get_wrapper() [all …]
|
| H A D | ump_ukk_wrappers.h | 28 int ump_get_api_version_wrapper(u32 __user *argument, struct ump_session_data *session_data); 29 int ump_release_wrapper(u32 __user *argument, struct ump_session_data *session_data); 30 int ump_size_get_wrapper(u32 __user *argument, struct ump_session_data *session_data); 31 int ump_msync_wrapper(u32 __user *argument, struct ump_session_data *session_data); 32 int ump_cache_operations_control_wrapper(u32 __user *argument, struct ump_session_data *session_d… 33 int ump_switch_hw_usage_wrapper(u32 __user *argument, struct ump_session_data *session_data); 34 int ump_lock_wrapper(u32 __user *argument, struct ump_session_data *session_data); 35 int ump_unlock_wrapper(u32 __user *argument, struct ump_session_data *session_data);
|
| /OK3568_Linux_fs/kernel/include/linux/pinctrl/ |
| H A D | pinconf-generic.h | 26 * tristate. The argument is ignored. 37 * impedance to GROUND). If the argument is != 0 pull-down is enabled, 44 * If the argument is != 0 pull up/down is enabled, if it is 0, the 48 * impedance to VDD). If the argument is != 0 pull-up is enabled, 53 * config will enable open drain mode, the argument is ignored. 56 * argument is ignored. 60 * push-pull mode, the argument is ignored. 62 * passed as argument. The argument is in mA. 64 * passed as argument. The argument is in uA. 67 * argument gives the debounce time in usecs. Setting the [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | radiotap-headers.rst | 22 if the possible argument associated with that bit is present or not. So if b0 24 the header for argument index 0 (IEEE80211_RADIOTAP_TSFT) is present in the 25 argument area. 30 [ <possible argument bitmap extensions ... > ] 31 [ <argument> ... ] 33 At the moment there are only 13 possible argument indexes defined, but in case 36 argument bitmap extensions..." above), and the start of the arguments is moved 46 After the fixed part of the header, the arguments follow for each argument 52 - the argument payload for a given argument index has a fixed size. So 53 IEEE80211_RADIOTAP_TSFT being present always indicates an 8-byte argument is [all …]
|
| /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/ |
| H A D | calls.h | 23 /* Describes a function argument. 25 Each argument conceptually has a gimple-level type. Usually this type 42 /* Initialize an argument of mode MODE, either before or after promotion. */ 47 /* Initialize an unpromoted argument of type TYPE. */ 53 /* Initialize an argument with explicit properties. */ 73 /* Return the size of the argument after promotion, or -1 if the size 84 /* True if the argument represents the end of the argument list, 89 argument list. */ 95 /* The type of the argument, or null if not known (which is true for 99 /* The mode of the argument. Depending on context, this might be [all …]
|
| H A D | opts.h | 42 /* The switch takes a string argument and FLAG_VAR points to that 43 argument. */ 46 /* The switch takes an enumerated argument (VAR_ENUM says what 47 enumeration) and FLAG_VAR points to that argument. */ 61 /* Error message for missing argument, or NULL. */ 65 /* Argument of alias target when positive option given, or NULL. */ 67 /* Argument of alias target when negative option given, or NULL. */ 89 /* Option is an alias when used with separate argument. */ 93 /* Option takes no argument in the driver. */ 99 /* Missing argument OK (joined). */ [all …]
|
| /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/ |
| H A D | calls.h | 23 /* Describes a function argument. 25 Each argument conceptually has a gimple-level type. Usually this type 42 /* Initialize an argument of mode MODE, either before or after promotion. */ 47 /* Initialize an unpromoted argument of type TYPE. */ 53 /* Initialize an argument with explicit properties. */ 73 /* Return the size of the argument after promotion, or -1 if the size 84 /* True if the argument represents the end of the argument list, 89 argument list. */ 95 /* The type of the argument, or null if not known (which is true for 99 /* The mode of the argument. Depending on context, this might be [all …]
|
| H A D | opts.h | 42 /* The switch takes a string argument and FLAG_VAR points to that 43 argument. */ 46 /* The switch takes an enumerated argument (VAR_ENUM says what 47 enumeration) and FLAG_VAR points to that argument. */ 61 /* Error message for missing argument, or NULL. */ 65 /* Argument of alias target when positive option given, or NULL. */ 67 /* Argument of alias target when negative option given, or NULL. */ 89 /* Option is an alias when used with separate argument. */ 93 /* Option takes no argument in the driver. */ 99 /* Missing argument OK (joined). */ [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/ |
| H A D | rk_aiq_user_api2_imgproc.h | 73 * Argument: 84 * Argument: 96 * Argument: 110 * Argument: 125 * Argument: 138 * Argument: 148 * Argument: 160 * Argument: 170 * Argument: 182 * Argument: [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/include/ |
| H A D | rk_aiq_user_api_imgproc.h | 70 * Argument: 82 * Argument: 93 * Argument: 107 * Argument: 122 * Argument: 135 * Argument: 145 * Argument: 157 * Argument: 167 * Argument: 179 * Argument: [all …]
|
| /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 | specfun.h | 124 * @subsection mathsf_promotion Argument Promotion in _GLIBCXX_VISIBILITY() 127 * 1. If any argument intended to be floating point is given an integral value in _GLIBCXX_VISIBILITY() 201 * degree @c m: @f$ L_n^m(x) @f$ for @c float argument. in _GLIBCXX_VISIBILITY() 221 * nonnegative degree @c m and real argument @c x: @f$ L_n^m(x) @f$. in _GLIBCXX_VISIBILITY() 244 * @tparam _Tp The floating-point type of the argument @c __x. in _GLIBCXX_VISIBILITY() 247 * @param __x The argument of the Laguerre function, <tt>__x >= 0</tt>. in _GLIBCXX_VISIBILITY() 262 * for @c float argument. in _GLIBCXX_VISIBILITY() 290 * @tparam _Tp The floating-point type of the argument @c __x. in _GLIBCXX_VISIBILITY() 293 * @param __x The argument, <tt>abs(__x) <= 1</tt>. in _GLIBCXX_VISIBILITY() 337 * @param __a The first argument of the beta function, <tt> __a > 0 </tt>. in _GLIBCXX_VISIBILITY() [all …]
|
| /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 | specfun.h | 124 * @subsection mathsf_promotion Argument Promotion in _GLIBCXX_VISIBILITY() 127 * 1. If any argument intended to be floating point is given an integral value in _GLIBCXX_VISIBILITY() 201 * degree @c m: @f$ L_n^m(x) @f$ for @c float argument. in _GLIBCXX_VISIBILITY() 221 * nonnegative degree @c m and real argument @c x: @f$ L_n^m(x) @f$. in _GLIBCXX_VISIBILITY() 244 * @tparam _Tp The floating-point type of the argument @c __x. in _GLIBCXX_VISIBILITY() 247 * @param __x The argument of the Laguerre function, <tt>__x >= 0</tt>. in _GLIBCXX_VISIBILITY() 262 * for @c float argument. in _GLIBCXX_VISIBILITY() 290 * @tparam _Tp The floating-point type of the argument @c __x. in _GLIBCXX_VISIBILITY() 293 * @param __x The argument, <tt>abs(__x) <= 1</tt>. in _GLIBCXX_VISIBILITY() 337 * @param __a The first argument of the beta function, <tt> __a > 0 </tt>. in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | geocluetypes.cpp | 73 const QDBusArgument &operator>>(const QDBusArgument &argument, QGeoSatelliteInfo &si) in operator >>() argument 77 argument.beginStructure(); in operator >>() 78 argument >> a; in operator >>() 80 argument >> a; in operator >>() 82 argument >> a; in operator >>() 84 argument >> a; in operator >>() 86 argument.endStructure(); in operator >>() 87 return argument; in operator >>() 90 const QDBusArgument &operator>>(const QDBusArgument &argument, QList<QGeoSatelliteInfo> &sis) in operator >>() argument 94 argument.beginArray(); in operator >>() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | pstree.c | 28 * PARAMETERS: op - Get an argument for this op 29 * argn - Nth argument to get 31 * RETURN: The argument (as an Op object). NULL if argument does not exist 33 * DESCRIPTION: Get the specified op's argument. 60 /* Check if this opcode requires argument sub-objects */ in acpi_ps_get_arg() 64 /* Has no linked argument objects */ in acpi_ps_get_arg() 69 /* Get the requested argument object */ in acpi_ps_get_arg() 84 * PARAMETERS: op - Append an argument to this Op. 85 * arg - Argument Op to append 89 * DESCRIPTION: Append an argument to an op's argument list (a NULL arg is OK) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/tegra/ |
| H A D | pinctrl-tegra.h | 24 /* argument: tegra_pinconf_pull */ 26 /* argument: tegra_pinconf_tristate */ 28 /* argument: Boolean */ 30 /* argument: Boolean */ 32 /* argument: Boolean */ 34 /* argument: Boolean */ 36 /* argument: Boolean */ 38 /* argument: Boolean */ 40 /* argument: Boolean */ 42 /* argument: Boolean */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/meson/ |
| H A D | meson_sm.c | 96 * @arg0: SMC32 Argument 0 97 * @arg1: SMC32 Argument 1 98 * @arg2: SMC32 Argument 2 99 * @arg3: SMC32 Argument 3 100 * @arg4: SMC32 Argument 4 132 * @arg0: SMC32 Argument 0 133 * @arg1: SMC32 Argument 1 134 * @arg2: SMC32 Argument 2 135 * @arg3: SMC32 Argument 3 136 * @arg4: SMC32 Argument 4 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/ |
| H A D | argument.hpp | 22 // argument 24 // function for evaluating argument placeholders like: _1 29 struct argument struct 35 bool operator==(argument) const in operator ==() argument 41 bool operator==(argument<I2>) const in operator ==() argument 50 struct is_placeholder<phoenix::argument<I> > 60 struct argument struct 61 : expression::terminal<phoenix::argument<I> > 63 typedef typename expression::terminal<phoenix::argument<I> >::type type; argument 74 #include <boost/phoenix/core/detail/cpp03/preprocessed/argument.hpp> [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/ |
| H A D | Numeric-Arguments.html | 73 <dt><code>digit-argument (<kbd>M-0</kbd>, <kbd>M-1</kbd>, … <kbd>M--</kbd>)</code> 76 <dd><p>Add this digit to the argument already accumulating, or start a new 77 argument. <kbd>M--</kbd> starts a negative argument. 80 <dt><code>universal-argument ()</code> 83 <dd><p>This is another way to specify an argument. 85 leading minus sign, those digits define the argument. 86 If the command is followed by digits, executing <code>universal-argument</code> 87 again ends the numeric argument, but is otherwise ignored. 89 character that is neither a digit nor minus sign, the argument count 91 The argument count is initially one, so executing this function the [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/ |
| H A D | Numeric-Arguments.html | 73 <dt><code>digit-argument (<kbd>M-0</kbd>, <kbd>M-1</kbd>, … <kbd>M--</kbd>)</code> 76 <dd><p>Add this digit to the argument already accumulating, or start a new 77 argument. <kbd>M--</kbd> starts a negative argument. 80 <dt><code>universal-argument ()</code> 83 <dd><p>This is another way to specify an argument. 85 leading minus sign, those digits define the argument. 86 If the command is followed by digits, executing <code>universal-argument</code> 87 again ends the numeric argument, but is otherwise ignored. 89 character that is neither a digit nor minus sign, the argument count 91 The argument count is initially one, so executing this function the [all …]
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | pinctrl.h | 86 unsigned param, unsigned argument); 88 unsigned param, unsigned argument); 153 * tristate. The argument is ignored. 155 * impedance to VDD). If the argument is != 0 pull-up is enabled, 158 * impedance to GROUND). If the argument is != 0 pull-down is enabled, 165 * If the argument is != 0 pull up/down is enabled, if it is 0, the 171 * push-pull mode, the argument is ignored. 175 * config will enable open drain mode, the argument is ignored. 178 * argument is ignored. 180 * passed as argument. The argument is in mA. [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | rcu.h | 257 * The first argument is the name of the RCU flavor, and the second is 259 * argument is a string as follows: 467 * as argument: 506 * The first argument is the type of RCU, the second argument is 538 * kvfree() form. The first argument is the RCU type, the second argument 539 * is a pointer to the RCU callback, the third argument is the offset 541 * the fourth argument is the number of lazy callbacks queued, and the 542 * fifth argument is the total number of callbacks queued. 572 * RCU callback invocation. The first argument is the RCU flavor, 574 * the total number of callbacks queued, and the fourth argument is [all …]
|