Home
last modified time | relevance | path

Searched refs:__val (Results 1 – 25 of 255) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Ddef.h30 static inline void set_tx_desc_pkt_size(__le32 *__pdesc, u32 __val) in set_tx_desc_pkt_size() argument
32 le32p_replace_bits(__pdesc, __val, GENMASK(15, 0)); in set_tx_desc_pkt_size()
35 static inline void set_tx_desc_offset(__le32 *__pdesc, u32 __val) in set_tx_desc_offset() argument
37 le32p_replace_bits(__pdesc, __val, GENMASK(23, 16)); in set_tx_desc_offset()
40 static inline void set_tx_desc_last_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_last_seg() argument
42 le32p_replace_bits(__pdesc, __val, BIT(26)); in set_tx_desc_last_seg()
45 static inline void set_tx_desc_first_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_first_seg() argument
47 le32p_replace_bits(__pdesc, __val, BIT(27)); in set_tx_desc_first_seg()
50 static inline void set_tx_desc_linip(__le32 *__pdesc, u32 __val) in set_tx_desc_linip() argument
52 le32p_replace_bits(__pdesc, __val, BIT(28)); in set_tx_desc_linip()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.h17 static inline void set_tx_desc_pkt_size(__le32 *__pdesc, u32 __val) in set_tx_desc_pkt_size() argument
19 le32p_replace_bits(__pdesc, __val, GENMASK(15, 0)); in set_tx_desc_pkt_size()
22 static inline void set_tx_desc_offset(__le32 *__pdesc, u32 __val) in set_tx_desc_offset() argument
24 le32p_replace_bits(__pdesc, __val, GENMASK(23, 16)); in set_tx_desc_offset()
27 static inline void set_tx_desc_bmc(__le32 *__pdesc, u32 __val) in set_tx_desc_bmc() argument
29 le32p_replace_bits(__pdesc, __val, BIT(24)); in set_tx_desc_bmc()
32 static inline void set_tx_desc_htc(__le32 *__pdesc, u32 __val) in set_tx_desc_htc() argument
34 le32p_replace_bits(__pdesc, __val, BIT(25)); in set_tx_desc_htc()
37 static inline void set_tx_desc_last_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_last_seg() argument
39 le32p_replace_bits(__pdesc, __val, BIT(26)); in set_tx_desc_last_seg()
[all …]
H A Dfw.h113 #define SET_H2CCMD_PWRMODE_PARM_MODE(__ph2ccmd, __val) \ argument
114 *(u8 *)__ph2ccmd = __val;
115 #define SET_H2CCMD_PWRMODE_PARM_RLBM(__cmd, __val) \ argument
116 u8p_replace_bits(__cmd + 1, __val, GENMASK(3, 0))
117 #define SET_H2CCMD_PWRMODE_PARM_SMART_PS(__cmd, __val) \ argument
118 u8p_replace_bits(__cmd + 1, __val, GENMASK(7, 4))
119 #define SET_H2CCMD_PWRMODE_PARM_AWAKE_INTERVAL(__cmd, __val) \ argument
120 *(u8 *)(__cmd + 2) = __val;
121 #define SET_H2CCMD_PWRMODE_PARM_ALL_QUEUE_UAPSD(__cmd, __val) \ argument
122 *(u8 *)(__cmd + 3) = __val;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.h19 static inline void set_tx_desc_pkt_size(__le32 *__pdesc, u32 __val) in set_tx_desc_pkt_size() argument
21 le32p_replace_bits(__pdesc, __val, GENMASK(15, 0)); in set_tx_desc_pkt_size()
24 static inline void set_tx_desc_offset(__le32 *__pdesc, u32 __val) in set_tx_desc_offset() argument
26 le32p_replace_bits(__pdesc, __val, GENMASK(23, 16)); in set_tx_desc_offset()
29 static inline void set_tx_desc_bmc(__le32 *__pdesc, u32 __val) in set_tx_desc_bmc() argument
31 le32p_replace_bits(__pdesc, __val, BIT(24)); in set_tx_desc_bmc()
34 static inline void set_tx_desc_htc(__le32 *__pdesc, u32 __val) in set_tx_desc_htc() argument
36 le32p_replace_bits(__pdesc, __val, BIT(25)); in set_tx_desc_htc()
39 static inline void set_tx_desc_last_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_last_seg() argument
41 le32p_replace_bits(__pdesc, __val, BIT(26)); in set_tx_desc_last_seg()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.h19 static inline void set_tx_desc_pkt_size(__le32 *__pdesc, u32 __val) in set_tx_desc_pkt_size() argument
21 le32p_replace_bits(__pdesc, __val, GENMASK(15, 0)); in set_tx_desc_pkt_size()
24 static inline void set_tx_desc_offset(__le32 *__pdesc, u32 __val) in set_tx_desc_offset() argument
26 le32p_replace_bits(__pdesc, __val, GENMASK(23, 16)); in set_tx_desc_offset()
29 static inline void set_tx_desc_htc(__le32 *__pdesc, u32 __val) in set_tx_desc_htc() argument
31 le32p_replace_bits(__pdesc, __val, BIT(25)); in set_tx_desc_htc()
34 static inline void set_tx_desc_last_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_last_seg() argument
36 le32p_replace_bits(__pdesc, __val, BIT(26)); in set_tx_desc_last_seg()
39 static inline void set_tx_desc_first_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_first_seg() argument
41 le32p_replace_bits(__pdesc, __val, BIT(27)); in set_tx_desc_first_seg()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.h17 static inline void set_tx_desc_pkt_size(__le32 *__pdesc, u32 __val) in set_tx_desc_pkt_size() argument
19 le32p_replace_bits(__pdesc, __val, GENMASK(15, 0)); in set_tx_desc_pkt_size()
22 static inline void set_tx_desc_offset(__le32 *__pdesc, u32 __val) in set_tx_desc_offset() argument
24 le32p_replace_bits(__pdesc, __val, GENMASK(23, 16)); in set_tx_desc_offset()
27 static inline void set_tx_desc_bmc(__le32 *__pdesc, u32 __val) in set_tx_desc_bmc() argument
29 le32p_replace_bits(__pdesc, __val, BIT(24)); in set_tx_desc_bmc()
32 static inline void set_tx_desc_htc(__le32 *__pdesc, u32 __val) in set_tx_desc_htc() argument
34 le32p_replace_bits(__pdesc, __val, BIT(25)); in set_tx_desc_htc()
37 static inline void set_tx_desc_last_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_last_seg() argument
39 le32p_replace_bits(__pdesc, __val, BIT(26)); in set_tx_desc_last_seg()
[all …]
H A Dfw.h20 #define SET_H2CCMD_PWRMODE_PARM_MODE(__ph2ccmd, __val) \ argument
21 *(u8 *)__ph2ccmd = __val
22 #define SET_H2CCMD_PWRMODE_PARM_SMART_PS(__ph2ccmd, __val) \ argument
23 *(u8 *)(__ph2ccmd + 1) = __val
24 #define SET_H2CCMD_PWRMODE_PARM_BCN_PASS_TIME(__ph2ccmd, __val) \ argument
25 *(u8 *)(__ph2ccmd + 2) = __val
26 #define SET_H2CCMD_JOINBSSRPT_PARM_OPMODE(__ph2ccmd, __val) \ argument
27 *(u8 *)__ph2ccmd = __val
28 #define SET_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(__ph2ccmd, __val) \ argument
29 *(u8 *)__ph2ccmd = __val
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.h17 static inline void set_tx_desc_pkt_size(__le32 *__pdesc, u32 __val) in set_tx_desc_pkt_size() argument
19 le32p_replace_bits(__pdesc, __val, GENMASK(15, 0)); in set_tx_desc_pkt_size()
22 static inline void set_tx_desc_offset(__le32 *__pdesc, u32 __val) in set_tx_desc_offset() argument
24 le32p_replace_bits(__pdesc, __val, GENMASK(23, 16)); in set_tx_desc_offset()
27 static inline void set_tx_desc_bmc(__le32 *__pdesc, u32 __val) in set_tx_desc_bmc() argument
29 le32p_replace_bits(__pdesc, __val, BIT(24)); in set_tx_desc_bmc()
32 static inline void set_tx_desc_htc(__le32 *__pdesc, u32 __val) in set_tx_desc_htc() argument
34 le32p_replace_bits(__pdesc, __val, BIT(25)); in set_tx_desc_htc()
37 static inline void set_tx_desc_last_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_last_seg() argument
39 le32p_replace_bits(__pdesc, __val, BIT(26)); in set_tx_desc_last_seg()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dtrx.h17 static inline void set_tx_desc_pkt_size(__le32 *__pdesc, u32 __val) in set_tx_desc_pkt_size() argument
19 le32p_replace_bits(__pdesc, __val, GENMASK(15, 0)); in set_tx_desc_pkt_size()
22 static inline void set_tx_desc_offset(__le32 *__pdesc, u32 __val) in set_tx_desc_offset() argument
24 le32p_replace_bits(__pdesc, __val, GENMASK(23, 16)); in set_tx_desc_offset()
27 static inline void set_tx_desc_bmc(__le32 *__pdesc, u32 __val) in set_tx_desc_bmc() argument
29 le32p_replace_bits(__pdesc, __val, BIT(24)); in set_tx_desc_bmc()
32 static inline void set_tx_desc_htc(__le32 *__pdesc, u32 __val) in set_tx_desc_htc() argument
34 le32p_replace_bits(__pdesc, __val, BIT(25)); in set_tx_desc_htc()
37 static inline void set_tx_desc_last_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_last_seg() argument
39 le32p_replace_bits(__pdesc, __val, BIT(26)); in set_tx_desc_last_seg()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.h17 static inline void set_tx_desc_pkt_size(__le32 *__pdesc, u32 __val) in set_tx_desc_pkt_size() argument
19 le32p_replace_bits(__pdesc, __val, GENMASK(15, 0)); in set_tx_desc_pkt_size()
22 static inline void set_tx_desc_offset(__le32 *__pdesc, u32 __val) in set_tx_desc_offset() argument
24 le32p_replace_bits(__pdesc, __val, GENMASK(23, 16)); in set_tx_desc_offset()
27 static inline void set_tx_desc_bmc(__le32 *__pdesc, u32 __val) in set_tx_desc_bmc() argument
29 le32p_replace_bits(__pdesc, __val, BIT(24)); in set_tx_desc_bmc()
32 static inline void set_tx_desc_htc(__le32 *__pdesc, u32 __val) in set_tx_desc_htc() argument
34 le32p_replace_bits(__pdesc, __val, BIT(25)); in set_tx_desc_htc()
37 static inline void set_tx_desc_last_seg(__le32 *__pdesc, u32 __val) in set_tx_desc_last_seg() argument
39 le32p_replace_bits(__pdesc, __val, BIT(26)); in set_tx_desc_last_seg()
[all …]
H A Dfw.h85 #define SET_H2CCMD_PWRMODE_PARM_MODE(__ph2ccmd, __val) \ argument
86 *(u8 *)__ph2ccmd = __val
87 #define SET_H2CCMD_PWRMODE_PARM_RLBM(__ph2ccmd, __val) \ argument
88 u8p_replace_bits(__ph2ccmd + 1, __val, GENMASK(3, 0))
89 #define SET_H2CCMD_PWRMODE_PARM_SMART_PS(__ph2ccmd, __val) \ argument
90 u8p_replace_bits(__ph2ccmd + 1, __val, GENMASK(7, 4))
91 #define SET_H2CCMD_PWRMODE_PARM_AWAKE_INTERVAL(__ph2ccmd, __val) \ argument
92 *(u8 *)(__ph2ccmd + 2) = __val
93 #define SET_H2CCMD_PWRMODE_PARM_ALL_QUEUE_UAPSD(__ph2ccmd, __val) \ argument
94 *(u8 *)(__ph2ccmd + 3) = __val
[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 Datomic_futex.h57 _M_futex_wait_until(unsigned *__addr, unsigned __val, bool __has_timeout, in _GLIBCXX_VISIBILITY()
146 _M_load_when_not_equal(unsigned __val, memory_order __mo) in _GLIBCXX_VISIBILITY()
149 if ((__i & ~_Waiter_bit) != __val) in _GLIBCXX_VISIBILITY()
152 return _M_load_and_test(__i, __val, false, __mo); in _GLIBCXX_VISIBILITY()
156 _M_load_when_equal(unsigned __val, memory_order __mo) in _GLIBCXX_VISIBILITY()
159 if ((__i & ~_Waiter_bit) == __val) in _GLIBCXX_VISIBILITY()
162 _M_load_and_test(__i, __val, true, __mo); in _GLIBCXX_VISIBILITY()
168 _M_load_when_equal_for(unsigned __val, memory_order __mo, in _GLIBCXX_VISIBILITY()
171 return _M_load_when_equal_until(__val, __mo, in _GLIBCXX_VISIBILITY()
178 _M_load_when_equal_until(unsigned __val, memory_order __mo, in _GLIBCXX_VISIBILITY()
[all …]
H A Dfunctional_hash.h91 operator()(_Tp __val) const noexcept in _GLIBCXX_VISIBILITY()
94 return hash<__type>{}(static_cast<__type>(__val)); in _GLIBCXX_VISIBILITY()
119 operator()(_Tp __val) const noexcept \ in _GLIBCXX_VISIBILITY()
120 { return static_cast<size_t>(__val); } \ in _GLIBCXX_VISIBILITY()
201 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY()
202 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY()
206 __hash_combine(const _Tp& __val, size_t __hash) in _GLIBCXX_VISIBILITY()
207 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY()
220 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY()
221 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY()
[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 Datomic_futex.h57 _M_futex_wait_until(unsigned *__addr, unsigned __val, bool __has_timeout, in _GLIBCXX_VISIBILITY()
146 _M_load_when_not_equal(unsigned __val, memory_order __mo) in _GLIBCXX_VISIBILITY()
149 if ((__i & ~_Waiter_bit) != __val) in _GLIBCXX_VISIBILITY()
152 return _M_load_and_test(__i, __val, false, __mo); in _GLIBCXX_VISIBILITY()
156 _M_load_when_equal(unsigned __val, memory_order __mo) in _GLIBCXX_VISIBILITY()
159 if ((__i & ~_Waiter_bit) == __val) in _GLIBCXX_VISIBILITY()
162 _M_load_and_test(__i, __val, true, __mo); in _GLIBCXX_VISIBILITY()
168 _M_load_when_equal_for(unsigned __val, memory_order __mo, in _GLIBCXX_VISIBILITY()
171 return _M_load_when_equal_until(__val, __mo, in _GLIBCXX_VISIBILITY()
178 _M_load_when_equal_until(unsigned __val, memory_order __mo, in _GLIBCXX_VISIBILITY()
[all …]
H A Dfunctional_hash.h91 operator()(_Tp __val) const noexcept in _GLIBCXX_VISIBILITY()
94 return hash<__type>{}(static_cast<__type>(__val)); in _GLIBCXX_VISIBILITY()
119 operator()(_Tp __val) const noexcept \ in _GLIBCXX_VISIBILITY()
120 { return static_cast<size_t>(__val); } \ in _GLIBCXX_VISIBILITY()
201 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY()
202 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY()
206 __hash_combine(const _Tp& __val, size_t __hash) in _GLIBCXX_VISIBILITY()
207 { return hash(&__val, sizeof(__val), __hash); } in _GLIBCXX_VISIBILITY()
220 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY()
221 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dio.h237 type __val; \
243 __val = pfx##ioswab##bwlq(__mem, val); \
246 *__mem = __val; \
259 : "0" (__val), "m" (*__mem)); \
267 type __val; \
272 __val = *__mem; \
280 : "=r" (__val) \
283 __val = 0; \
287 return pfx##ioswab##bwlq(__mem, __val); \
295 type __val; \
[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/ext/
H A Datomicity.h49 __exchange_and_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY()
50 { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } in _GLIBCXX_VISIBILITY()
54 __atomic_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY()
55 { __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } in _GLIBCXX_VISIBILITY()
66 __exchange_and_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY()
69 *__mem += __val; in _GLIBCXX_VISIBILITY()
75 __atomic_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY()
76 { *__mem += __val; } in _GLIBCXX_VISIBILITY()
80 __exchange_and_add_dispatch(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY()
84 return __exchange_and_add(__mem, __val); 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/ext/
H A Datomicity.h49 __exchange_and_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY()
50 { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } in _GLIBCXX_VISIBILITY()
54 __atomic_add(volatile _Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY()
55 { __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); } in _GLIBCXX_VISIBILITY()
66 __exchange_and_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY()
69 *__mem += __val; in _GLIBCXX_VISIBILITY()
75 __atomic_add_single(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY()
76 { *__mem += __val; } in _GLIBCXX_VISIBILITY()
80 __exchange_and_add_dispatch(_Atomic_word* __mem, int __val) in _GLIBCXX_VISIBILITY()
84 return __exchange_and_add(__mem, __val); 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/
H A Dcharconv120 __to_chars(char* __first, char* __last, _Tp __val, int __base) noexcept
127 const unsigned __len = __to_chars_len(__val, __base);
145 while (__val >= (unsigned)__base)
147 auto const __quo = __val / __base;
148 auto const __rem = __val % __base;
150 __val = __quo;
152 *__first = __digits[__val];
161 __to_chars_16(char* __first, char* __last, _Tp __val) noexcept
168 const unsigned __len = (__to_chars_len_2(__val) + 3) / 4;
182 while (__val >= 0x100)
[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/
H A Dcharconv120 __to_chars(char* __first, char* __last, _Tp __val, int __base) noexcept
127 const unsigned __len = __to_chars_len(__val, __base);
145 while (__val >= (unsigned)__base)
147 auto const __quo = __val / __base;
148 auto const __rem = __val % __base;
150 __val = __quo;
152 *__first = __digits[__val];
161 __to_chars_16(char* __first, char* __last, _Tp __val) noexcept
168 const unsigned __len = (__to_chars_len_2(__val) + 3) / 4;
182 while (__val >= 0x100)
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dfw_common.h48 #define SET_H2CCMD_PWRMODE_PARM_MODE(__ph2ccmd, __val) \ argument
49 *(u8 *)(__ph2ccmd) = __val
50 #define SET_H2CCMD_PWRMODE_PARM_SMART_PS(__ph2ccmd, __val) \ argument
51 *(u8 *)(__ph2ccmd + 1) = __val
52 #define SET_H2CCMD_PWRMODE_PARM_BCN_PASS_TIME(__ph2ccmd, __val) \ argument
53 *(u8 *)(__ph2ccmd + 2) = __val
54 #define SET_H2CCMD_JOINBSSRPT_PARM_OPMODE(__ph2ccmd, __val) \ argument
55 *(u8 *)(__ph2ccmd) = __val
56 #define SET_H2CCMD_RSVDPAGE_LOC_PROBE_RSP(__ph2ccmd, __val) \ argument
57 *(u8 *)(__ph2ccmd) = __val
[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/decimal/
H A Ddecimal233 decimal32() : __val(0.e-101DF) {}
238 explicit decimal32(float __r) : __val(__r) {}
239 explicit decimal32(double __r) : __val(__r) {}
240 explicit decimal32(long double __r) : __val(__r) {}
243 decimal32(int __z) : __val(__z) {}
244 decimal32(unsigned int __z) : __val(__z) {}
245 decimal32(long __z) : __val(__z) {}
246 decimal32(unsigned long __z) : __val(__z) {}
247 decimal32(long long __z) : __val(__z) {}
248 decimal32(unsigned long long __z) : __val(__z) {}
[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/decimal/
H A Ddecimal233 decimal32() : __val(0.e-101DF) {}
238 explicit decimal32(float __r) : __val(__r) {}
239 explicit decimal32(double __r) : __val(__r) {}
240 explicit decimal32(long double __r) : __val(__r) {}
243 decimal32(int __z) : __val(__z) {}
244 decimal32(unsigned int __z) : __val(__z) {}
245 decimal32(long __z) : __val(__z) {}
246 decimal32(unsigned long __z) : __val(__z) {}
247 decimal32(long long __z) : __val(__z) {}
248 decimal32(unsigned long long __z) : __val(__z) {}
[all …]
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dltc2947-core.c135 __be16 __val = 0; in __ltc2947_val_read16() local
138 ret = regmap_bulk_read(st->map, reg, &__val, 2); in __ltc2947_val_read16()
142 *val = be16_to_cpu(__val); in __ltc2947_val_read16()
150 __be32 __val = 0; in __ltc2947_val_read24() local
153 ret = regmap_bulk_read(st->map, reg, &__val, 3); in __ltc2947_val_read24()
157 *val = be32_to_cpu(__val) >> 8; in __ltc2947_val_read24()
165 __be64 __val = 0; in __ltc2947_val_read64() local
168 ret = regmap_bulk_read(st->map, reg, &__val, 6); in __ltc2947_val_read64()
172 *val = be64_to_cpu(__val) >> 16; in __ltc2947_val_read64()
181 u64 __val = 0; in ltc2947_val_read() local
[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/tr1/
H A Dfunctional_hash.h48 operator()(_Tp __val) const; in _GLIBCXX_VISIBILITY()
64 hash<_Tp>::operator()(_Tp __val) const \ in _GLIBCXX_VISIBILITY()
65 { return static_cast<size_t>(__val); } in _GLIBCXX_VISIBILITY()
150 hash(const _Tp& __val) in _GLIBCXX_VISIBILITY()
151 { return hash(&__val, sizeof(__val)); } in _GLIBCXX_VISIBILITY()
157 hash<float>::operator()(float __val) const in _GLIBCXX_VISIBILITY()
160 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0; in _GLIBCXX_VISIBILITY()
166 hash<double>::operator()(double __val) const in _GLIBCXX_VISIBILITY()
169 return __val != 0.0 ? std::tr1::_Fnv_hash::hash(__val) : 0; in _GLIBCXX_VISIBILITY()
175 hash<long double>::operator()(long double __val) const; in _GLIBCXX_VISIBILITY()

1234567891011