| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | em_meta.c | 85 struct meta_value lvalue; member 850 if (meta_get(skb, info, &meta->lvalue, &l_value) < 0 || in em_meta_match() 854 r = meta_type_ops(&meta->lvalue)->compare(&l_value, &r_value); in em_meta_match() 856 switch (meta->lvalue.hdr.op) { in em_meta_match() 871 const struct meta_type_ops *ops = meta_type_ops(&meta->lvalue); in meta_delete() 874 ops->destroy(&meta->lvalue); in meta_delete() 933 memcpy(&meta->lvalue.hdr, &hdr->left, sizeof(hdr->left)); in em_meta_change() 936 if (!meta_is_supported(&meta->lvalue) || in em_meta_change() 942 if (meta_change_data(&meta->lvalue, tb[TCA_EM_META_LVALUE]) < 0 || in em_meta_change() 969 memcpy(&hdr.left, &meta->lvalue.hdr, sizeof(hdr.left)); in em_meta_dump() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/ktest/ |
| H A D | ktest.pl | 767 my ($lvalue, $rvalue, $override, $overrides, $name) = @_; 771 if ($lvalue =~ /^(TEST|BISECT|CONFIG_BISECT)_TYPE(\[.*\])?$/ && 786 if (defined($opt{$lvalue})) { 787 if (!$override || defined(${$overrides}{$lvalue})) { 792 die "$name: $.: Option $lvalue defined more than once!\n$extra"; 794 ${$overrides}{$lvalue} = $prvalue; 797 $opt{$lvalue} = $prvalue; 801 my ($lvalue, $rvalue, $name) = @_; 806 if (defined($evals{$lvalue})) { 807 $arr = $evals{$lvalue}; [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 | decltype.hpp | 201 T &lvalue(T &t) in lvalue() function 207 T const &lvalue(T const &t) in lvalue() function 238 … boost::proto::detail::lvalue(Obj) \ 240 … , (true ? 0 : boost::addressof(boost::proto::detail::lvalue(Obj))) \ 281 … static const bool is_V_a_smart_ptr = 2 == sizeof(test_V_is_a_U<U>(&lvalue(make<V>())));
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnupg/gnupg/ |
| H A D | 0001-Woverride-init-is-not-needed-with-gcc-9.patch | 7 | ../../gnupg-2.2.12/dirmngr/dns.h:525:16: error: lvalue required as
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ogl-runtime/ |
| H A D | 0001-Qt3DSSimpleTypes-make-QT3DSU64-as-unsigned-long-on-l.patch | 11 …tialize a parameter of type 'GLuint64 *' (aka 'unsigned long *') with an lvalue of type 'qt3ds::QT…
|
| /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/debug/ |
| H A D | array | 180 // Result of conditional expression must be an lvalue so use 181 // boolean ? lvalue : (throw-expr, lvalue)
|
| /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/debug/ |
| H A D | array | 180 // Result of conditional expression must be an lvalue so use 181 // boolean ? lvalue : (throw-expr, lvalue)
|
| /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/ |
| H A D | array | 205 // Result of conditional expression must be an lvalue so use 206 // boolean ? lvalue : (throw-expr, lvalue)
|
| H A D | type_traits | 2785 // Optimization for the homogenous lvalue case, not required: 2800 // Optimization for the homogenous lvalue case, not required: 3310 // If A and B are both lvalue reference types, ... 3331 // If A is an rvalue reference and B is an lvalue reference, ... 3337 // If A is an lvalue reference and B is an rvalue reference, ...
|
| H A D | any | 471 "Template argument must be constructible from an lvalue.");
|
| H A D | ostream | 763 * that take an lvalue reference.
|
| H A D | istream | 970 * that take an lvalue reference.
|
| /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/ |
| H A D | array | 205 // Result of conditional expression must be an lvalue so use 206 // boolean ? lvalue : (throw-expr, lvalue)
|
| H A D | type_traits | 2785 // Optimization for the homogenous lvalue case, not required: 2800 // Optimization for the homogenous lvalue case, not required: 3310 // If A and B are both lvalue reference types, ... 3331 // If A is an rvalue reference and B is an lvalue reference, ... 3337 // If A is an lvalue reference and B is an rvalue reference, ...
|
| H A D | any | 471 "Template argument must be constructible from an lvalue.");
|
| H A D | ostream | 763 * that take an lvalue reference.
|
| H A D | istream | 970 * that take an lvalue reference.
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | da7218.c | 451 unsigned int lvalue = ucontrol->value.integer.value[0]; in da7218_alc_sw_put() local 458 if ((lvalue || rvalue) && (!da7218->alc_en)) in da7218_alc_sw_put() 463 da7218->alc_en |= (lvalue << lshift) | (rvalue << rshift); in da7218_alc_sw_put() 520 unsigned int lvalue = ucontrol->value.integer.value[0]; in da7218_mic_lvl_det_sw_put() local 527 da7218->mic_lvl_det_en |= (lvalue << lshift) | (rvalue << rshift); in da7218_mic_lvl_det_sw_put()
|
| /OK3568_Linux_fs/buildroot/package/vlc/ |
| H A D | 0006-posix-remove-ancient-run-time-fallback-to-real-time-.patch | 23 posix/thread.c:88:18: error: lvalue required as left operand of assignment
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | any | 586 "ValueType is required to be a const lvalue reference " 601 "ValueType is required to be an lvalue reference "
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | any | 586 "ValueType is required to be a const lvalue reference " 601 "ValueType is required to be an lvalue reference "
|
| /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/tr1/ |
| H A D | type_traits | 624 // "An imaginary lvalue of type From...".
|
| /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/tr1/ |
| H A D | type_traits | 624 // "An imaginary lvalue of type From...".
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/optional/f27e7908/include/experimental/ |
| H A D | optional | 177 // 20.5.5, optional for lvalue reference types
|
| /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 | rtl.def | 678 This kind of expression cannot appear as an lvalue in RTL. */ 682 But note! This kind of expression _can_ appear as an lvalue. */
|