| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | fw.h | 153 #define SET_8812_H2CCMD_WOWLAN_FUNC_ENABLE(__cmd, __value) \ argument 154 u8p_replace_bits(__cmd, __value, BIT(0)) 155 #define SET_8812_H2CCMD_WOWLAN_PATTERN_MATCH_ENABLE(__cmd, __value) \ argument 156 u8p_replace_bits(__cmd, __value, BIT(1)) 157 #define SET_8812_H2CCMD_WOWLAN_MAGIC_PKT_ENABLE(__cmd, __value) \ argument 158 u8p_replace_bits(__cmd, __value, BIT(2)) 159 #define SET_8812_H2CCMD_WOWLAN_UNICAST_PKT_ENABLE(__cmd, __value) \ argument 160 u8p_replace_bits(__cmd, __value, BIT(3)) 161 #define SET_8812_H2CCMD_WOWLAN_ALL_PKT_DROP(__cmd, __value) \ argument 162 u8p_replace_bits(__cmd, __value, BIT(4)) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | trx.h | 158 static inline void set_tx_desc_pkt_size(__le32 *__txdesc, u32 __value) in set_tx_desc_pkt_size() argument 160 le32p_replace_bits(__txdesc, __value, GENMASK(15, 0)); in set_tx_desc_pkt_size() 163 static inline void set_tx_desc_offset(__le32 *__txdesc, u32 __value) in set_tx_desc_offset() argument 165 le32p_replace_bits(__txdesc, __value, GENMASK(23, 16)); in set_tx_desc_offset() 168 static inline void set_tx_desc_bmc(__le32 *__txdesc, u32 __value) in set_tx_desc_bmc() argument 170 le32p_replace_bits(__txdesc, __value, BIT(24)); in set_tx_desc_bmc() 173 static inline void set_tx_desc_htc(__le32 *__txdesc, u32 __value) in set_tx_desc_htc() argument 175 le32p_replace_bits(__txdesc, __value, BIT(25)); in set_tx_desc_htc() 178 static inline void set_tx_desc_last_seg(__le32 *__txdesc, u32 __value) in set_tx_desc_last_seg() argument 180 le32p_replace_bits(__txdesc, __value, BIT(26)); in set_tx_desc_last_seg() [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 | cpp_type_traits.h | 89 enum { __value = bool(_Sp::__value) || bool(_Tp::__value) }; in _GLIBCXX_VISIBILITY() 90 typedef typename __truth_type<__value>::__type __type; in _GLIBCXX_VISIBILITY() 97 enum { __value = 0 }; in _GLIBCXX_VISIBILITY() 104 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 112 enum { __value = 0 }; in _GLIBCXX_VISIBILITY() 119 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 129 enum { __value = 0 }; in _GLIBCXX_VISIBILITY() 140 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 147 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 154 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_numeric.h | 88 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) in _GLIBCXX_VISIBILITY() 99 *__first = __value; in _GLIBCXX_VISIBILITY() 100 ++__value; in _GLIBCXX_VISIBILITY() 269 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 270 *__result = __value; in _GLIBCXX_VISIBILITY() 273 __value = _GLIBCXX_MOVE_IF_20(__value) + *__first; in _GLIBCXX_VISIBILITY() 274 *++__result = __value; in _GLIBCXX_VISIBILITY() 311 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 312 *__result = __value; in _GLIBCXX_VISIBILITY() 315 __value = __binary_op(_GLIBCXX_MOVE_IF_20(__value), *__first); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | charconv.h | 47 __to_chars_len(_Tp __value, int __base = 10) noexcept in _GLIBCXX_VISIBILITY() 58 if (__value < (unsigned)__base) return __n; in _GLIBCXX_VISIBILITY() 59 if (__value < __b2) return __n + 1; in _GLIBCXX_VISIBILITY() 60 if (__value < __b3) return __n + 2; in _GLIBCXX_VISIBILITY() 61 if (__value < __b4) return __n + 3; in _GLIBCXX_VISIBILITY() 62 __value /= __b4; 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 | cpp_type_traits.h | 89 enum { __value = bool(_Sp::__value) || bool(_Tp::__value) }; in _GLIBCXX_VISIBILITY() 90 typedef typename __truth_type<__value>::__type __type; in _GLIBCXX_VISIBILITY() 97 enum { __value = 0 }; in _GLIBCXX_VISIBILITY() 104 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 112 enum { __value = 0 }; in _GLIBCXX_VISIBILITY() 119 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 129 enum { __value = 0 }; in _GLIBCXX_VISIBILITY() 140 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 147 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() 154 enum { __value = 1 }; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_numeric.h | 88 iota(_ForwardIterator __first, _ForwardIterator __last, _Tp __value) in _GLIBCXX_VISIBILITY() 99 *__first = __value; in _GLIBCXX_VISIBILITY() 100 ++__value; in _GLIBCXX_VISIBILITY() 269 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 270 *__result = __value; in _GLIBCXX_VISIBILITY() 273 __value = _GLIBCXX_MOVE_IF_20(__value) + *__first; in _GLIBCXX_VISIBILITY() 274 *++__result = __value; in _GLIBCXX_VISIBILITY() 311 _ValueType __value = *__first; in _GLIBCXX_VISIBILITY() local 312 *__result = __value; in _GLIBCXX_VISIBILITY() 315 __value = __binary_op(_GLIBCXX_MOVE_IF_20(__value), *__first); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | charconv.h | 47 __to_chars_len(_Tp __value, int __base = 10) noexcept in _GLIBCXX_VISIBILITY() 58 if (__value < (unsigned)__base) return __n; in _GLIBCXX_VISIBILITY() 59 if (__value < __b2) return __n + 1; in _GLIBCXX_VISIBILITY() 60 if (__value < __b3) return __n + 2; in _GLIBCXX_VISIBILITY() 61 if (__value < __b4) return __n + 3; in _GLIBCXX_VISIBILITY() 62 __value /= __b4; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | fw.h | 150 #define SET_88E_H2CCMD_WOWLAN_FUNC_ENABLE(__cmd, __value) \ argument 151 SET_BITS_TO_LE_1BYTE(__cmd, 0, 1, __value) 152 #define SET_88E_H2CCMD_WOWLAN_PATTERN_MATCH_ENABLE(__cmd, __value) \ argument 153 SET_BITS_TO_LE_1BYTE(__cmd, 1, 1, __value) 154 #define SET_88E_H2CCMD_WOWLAN_MAGIC_PKT_ENABLE(__cmd, __value) \ argument 155 SET_BITS_TO_LE_1BYTE(__cmd, 2, 1, __value) 156 #define SET_88E_H2CCMD_WOWLAN_UNICAST_PKT_ENABLE(__cmd, __value) \ argument 157 SET_BITS_TO_LE_1BYTE(__cmd, 3, 1, __value) 158 #define SET_88E_H2CCMD_WOWLAN_ALL_PKT_DROP(__cmd, __value) \ argument 159 SET_BITS_TO_LE_1BYTE(__cmd, 4, 1, __value) [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/ |
| H A D | hal_trx_8852be.h | 250 #define SET_PCIE_SEQ_INFO_0(__seq_info, __value) \ argument 251 SET_BITS_TO_LE_4BYTE(__seq_info + 0x00, 0, 15, __value) 252 #define SET_PCIE_SEQ_INFO_0_VALID(__seq_info, __value) \ argument 253 SET_BITS_TO_LE_4BYTE(__seq_info + 0x00, 15, 1, __value) 254 #define SET_PCIE_SEQ_INFO_1(__seq_info, __value) \ argument 255 SET_BITS_TO_LE_4BYTE(__seq_info + 0x00, 16, 15, __value) 256 #define SET_PCIE_SEQ_INFO_1_VALID(__seq_info, __value) \ argument 257 SET_BITS_TO_LE_4BYTE(__seq_info + 0x00, 31, 1, __value) 258 #define SET_PCIE_SEQ_INFO_2(__seq_info, __value) \ argument 259 SET_BITS_TO_LE_4BYTE(__seq_info + 0x00, 0, 15, __value) [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | charconv | 96 _LIBCPP_FUNC_VIS char* __u64toa(uint64_t __value, char* __buffer); 97 _LIBCPP_FUNC_VIS char* __u32toa(uint32_t __value, char* __buffer); 297 __to_chars_itoa(char* __first, char* __last, _Tp __value, true_type) 299 auto __x = __to_unsigned(__value); 300 if (__value < 0 && __first != __last) 311 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) 317 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff) 318 return {__tx::__convert(__value, __first), {}}; 323 return {__tx::__convert(__value, __first), {}}; 327 auto __p = __tx::__convert(__value, __buf); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | charconv | 96 _LIBCPP_FUNC_VIS char* __u64toa(uint64_t __value, char* __buffer); 97 _LIBCPP_FUNC_VIS char* __u32toa(uint32_t __value, char* __buffer); 297 __to_chars_itoa(char* __first, char* __last, _Tp __value, true_type) 299 auto __x = __to_unsigned(__value); 300 if (__value < 0 && __first != __last) 311 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) 317 if (__tx::digits <= __diff || __tx::__width(__value) <= __diff) 318 return {__tx::__convert(__value, __first), {}}; 323 return {__tx::__convert(__value, __first), {}}; 327 auto __p = __tx::__convert(__value, __buf); [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/crypto/ |
| H A D | octeon-crypto.h | 44 u64 __value; \ 48 : [rt] "=d" (__value) \ 51 be64_to_cpu(__value); \ 118 u64 __value; \ 122 : [rt] "=d" (__value) \ 125 __value; \ 192 u64 __value; \ 196 : [rt] "=d" (__value) \ 199 __value; \
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | bug.h | 16 #define BUG_INSTR(__value) __inst_thumb16(__value) argument 19 #define BUG_INSTR(__value) __inst_arm(__value) argument 35 #define __BUG(__file, __line, __value) \ argument 37 asm volatile("1:\t" BUG_INSTR(__value) "\n" \ 51 #define __BUG(__file, __line, __value) \ argument 53 asm volatile(BUG_INSTR(__value) "\n"); \
|
| /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/tr2/ |
| H A D | ratio | 41 { static const intmax_t __value = 0; }; 45 { static const intmax_t __value = _Pn << _Bit; }; 48 typedef ratio<__safe_lshift<1, 10>::__value, 1> kibi; 49 typedef ratio<__safe_lshift<1, 20>::__value, 1> mebi; 50 typedef ratio<__safe_lshift<1, 30>::__value, 1> gibi; 51 typedef ratio<__safe_lshift<1, 40>::__value, 1> tebi; 52 typedef ratio<__safe_lshift<1, 50>::__value, 1> pebi; 53 typedef ratio<__safe_lshift<1, 60>::__value, 1> exbi; 54 //typedef ratio<__safe_lshift<1, 70>::__value, 1> zebi; 55 //typedef ratio<__safe_lshift<1, 80>::__value, 1> yobi;
|
| /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/tr2/ |
| H A D | ratio | 41 { static const intmax_t __value = 0; }; 45 { static const intmax_t __value = _Pn << _Bit; }; 48 typedef ratio<__safe_lshift<1, 10>::__value, 1> kibi; 49 typedef ratio<__safe_lshift<1, 20>::__value, 1> mebi; 50 typedef ratio<__safe_lshift<1, 30>::__value, 1> gibi; 51 typedef ratio<__safe_lshift<1, 40>::__value, 1> tebi; 52 typedef ratio<__safe_lshift<1, 50>::__value, 1> pebi; 53 typedef ratio<__safe_lshift<1, 60>::__value, 1> exbi; 54 //typedef ratio<__safe_lshift<1, 70>::__value, 1> zebi; 55 //typedef ratio<__safe_lshift<1, 80>::__value, 1> yobi;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | mathcalls-helper-functions.h | 20 __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) 24 __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) 29 __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) 33 __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) 37 __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) 44 __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | mathcalls-helper-functions.h | 20 __MATHDECL_ALIAS (int, __fpclassify,, (_Mdouble_ __value), fpclassify) 24 __MATHDECL_ALIAS (int, __signbit,, (_Mdouble_ __value), signbit) 29 __MATHDECL_ALIAS (int, __isinf,, (_Mdouble_ __value), isinf) 33 __MATHDECL_ALIAS (int, __finite,, (_Mdouble_ __value), finite) 37 __MATHDECL_ALIAS (int, __isnan,, (_Mdouble_ __value), isnan) 44 __MATHDECL_ALIAS (int, __issignaling,, (_Mdouble_ __value), issignaling)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | xattr.h | 42 const void *__value, size_t __size, int __flags) 49 const void *__value, size_t __size, int __flags) 54 extern int fsetxattr (int __fd, const char *__name, const void *__value, 60 void *__value, size_t __size) __THROW; 66 void *__value, size_t __size) __THROW; 70 extern ssize_t fgetxattr (int __fd, const char *__name, void *__value,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | xattr.h | 42 const void *__value, size_t __size, int __flags) 49 const void *__value, size_t __size, int __flags) 54 extern int fsetxattr (int __fd, const char *__name, const void *__value, 60 void *__value, size_t __size) __THROW; 66 void *__value, size_t __size) __THROW; 70 extern ssize_t fgetxattr (int __fd, const char *__name, void *__value,
|
| /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/ext/ |
| H A D | numeric_traits.h | 54 using std::__is_integer<_Tp>::__value; in _GLIBCXX_VISIBILITY() 57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; in _GLIBCXX_VISIBILITY() 64 static_assert(__is_integer_nonstrict<_Value>::__value, in _GLIBCXX_VISIBILITY() 98 enum { __value = 1 }; \ in _GLIBCXX_VISIBILITY() 104 enum { __value = 1 }; \ in _GLIBCXX_VISIBILITY() 140 (std::__are_same<_Tp, float>::__value ? _Fval \ in _GLIBCXX_VISIBILITY() 141 : std::__are_same<_Tp, double>::__value ? _Dval : _LDval) in _GLIBCXX_VISIBILITY() 181 : public __conditional_type<__is_integer_nonstrict<_Value>::__value, in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00reg.h | 235 #define SET_FIELD(__reg, __type, __field, __value)\ argument 239 *(__reg) |= ((__value) << \ 251 #define rt2x00_set_field32(__reg, __field, __value) \ argument 252 SET_FIELD(__reg, struct rt2x00_field32, __field, __value) 256 #define rt2x00_set_field16(__reg, __field, __value) \ argument 257 SET_FIELD(__reg, struct rt2x00_field16, __field, __value) 261 #define rt2x00_set_field8(__reg, __field, __value) \ argument 262 SET_FIELD(__reg, struct rt2x00_field8, __field, __value)
|
| /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/ext/ |
| H A D | numeric_traits.h | 54 using std::__is_integer<_Tp>::__value; in _GLIBCXX_VISIBILITY() 57 enum { __width = __value ? sizeof(_Tp) * __CHAR_BIT__ : 0 }; in _GLIBCXX_VISIBILITY() 64 static_assert(__is_integer_nonstrict<_Value>::__value, in _GLIBCXX_VISIBILITY() 98 enum { __value = 1 }; \ in _GLIBCXX_VISIBILITY() 104 enum { __value = 1 }; \ in _GLIBCXX_VISIBILITY() 140 (std::__are_same<_Tp, float>::__value ? _Fval \ in _GLIBCXX_VISIBILITY() 141 : std::__are_same<_Tp, double>::__value ? _Dval : _LDval) in _GLIBCXX_VISIBILITY() 181 : public __conditional_type<__is_integer_nonstrict<_Value>::__value, in _GLIBCXX_VISIBILITY()
|
| /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 | cmath | 97 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 116 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 135 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 175 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 194 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 213 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 232 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 251 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 270 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 310 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, [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/ |
| H A D | cmath | 97 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 116 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 135 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 175 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 194 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 213 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 232 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 251 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 270 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, 310 typename __gnu_cxx::__enable_if<__is_integer<_Tp>::__value, [all …]
|