| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stv090x_reg.h | 175 #define STV090x_Px_I2CRPT(__x) (0xf12a + (__x - 1) * 0x1) argument 197 #define STV090x_GPIOxCFG(__x) (0xf141 + (__x - 1)) argument 218 #define STV090x_CSxCFG(__x) (0xf14e + __x * 0x1) argument 246 #define STV090x_AGCRFxCFG(__x) (0xf152 + (__x - 1) * 0x4) argument 256 #define STV090x_SDATxCFG(__x) (0xf153 + (__x - 1) * 0x4) argument 266 #define STV090x_SCLTxCFG(__x) (0xf154 + (__x - 1) * 0x4) argument 276 #define STV090x_DISEQCOxCFG(__x) (0xf155 + (__x - 1) * 0x4) argument 294 #define STV090x_ERRORxCFG(__x) (0xf15b + (__x - 1) * 0x5) argument 305 #define STV090x_DPNxCFG(__x) (0xf15c + (__x - 1) * 0x5) argument 316 #define STV090x_STROUTxCFG(__x) (0xf15d + (__x - 1) * 0x5) argument [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 221 #define fpclassify(__x) (__builtin_fpclassify (FP_NAN, FP_INFINITE, \ argument 225 #define isfinite(__x) (__builtin_isfinite (__x)) argument 228 #define isinf(__x) (__builtin_isinf_sign (__x)) argument 231 #define isnan(__x) (__builtin_isnan (__x)) argument 233 #define isnormal(__x) (__builtin_isnormal (__x)) argument 235 #define fpclassify(__x) \ argument 244 #define isinf(__x) (fpclassify(__x) == FP_INFINITE) argument 247 #define isnan(__x) (fpclassify(__x) == FP_NAN) argument 249 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL) argument 254 #define signbit(__x) \ argument [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 221 #define fpclassify(__x) (__builtin_fpclassify (FP_NAN, FP_INFINITE, \ argument 225 #define isfinite(__x) (__builtin_isfinite (__x)) argument 228 #define isinf(__x) (__builtin_isinf_sign (__x)) argument 231 #define isnan(__x) (__builtin_isnan (__x)) argument 233 #define isnormal(__x) (__builtin_isnormal (__x)) argument 235 #define fpclassify(__x) \ argument 244 #define isinf(__x) (fpclassify(__x) == FP_INFINITE) argument 247 #define isnan(__x) (fpclassify(__x) == FP_NAN) argument 249 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL) argument 254 #define signbit(__x) \ 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/tr1/ |
| H A D | exp_integral.tcc | 83 __expint_E1_series(_Tp __x) in __expint_E1_series() 120 __expint_E1_asymp(_Tp __x) in __expint_E1_asymp() 157 __expint_En_series(unsigned int __n, _Tp __x) in __expint_En_series() 203 __expint_En_cont_frac(unsigned int __n, _Tp __x) in __expint_En_cont_frac() 248 __expint_En_recursion(unsigned int __n, _Tp __x) in __expint_En_recursion() 292 __expint_Ei_series(_Tp __x) in __expint_Ei_series() 323 __expint_Ei_asymp(_Tp __x) in __expint_Ei_asymp() 356 __expint_Ei(_Tp __x) in __expint_Ei() 380 __expint_E1(_Tp __x) in __expint_E1() 410 __expint_asymp(unsigned int __n, _Tp __x) in __expint_asymp() [all …]
|
| H A D | gamma.tcc | 155 __log_gamma_bernoulli(_Tp __x) in __log_gamma_bernoulli() 183 __log_gamma_lanczos(_Tp __x) in __log_gamma_lanczos() 227 __log_gamma(_Tp __x) in __log_gamma() 254 __log_gamma_sign(_Tp __x) in __log_gamma_sign() 339 __gamma(_Tp __x) in __gamma() 358 __psi_series(_Tp __x) in __psi_series() 388 __psi_asymp(_Tp __x) in __psi_asymp() 419 __psi(_Tp __x) in __psi() 448 __psi(unsigned int __n, _Tp __x) in __psi()
|
| H A D | random.tcc | 284 _UIntType __x = _M_x[__i - 1]; in seed() local 365 __r, __a, __u, __s, __b, __t, __c, __l>& __x) in operator <<() 392 __r, __a, __u, __s, __b, __t, __c, __l>& __x) in operator >>() 499 const subtract_with_carry<_IntType, __m, __s, __r>& __x) in operator <<() 523 subtract_with_carry<_IntType, __m, __s, __r>& __x) in operator >>() 655 const subtract_with_carry_01<_RealType, __w, __s, __r>& __x) in operator <<() 680 subtract_with_carry_01<_RealType, __w, __s, __r>& __x) in operator >>() 729 __p, __r>& __x) in operator <<() 752 discard_block<_UniformRandomNumberGenerator, __p, __r>& __x) in operator >>() 847 _UniformRandomNumberGenerator2, __s2>& __x) in operator <<() [all …]
|
| H A D | poly_laguerre.tcc | 77 __poly_laguerre_large_n(unsigned __n, _Tpa __alpha1, _Tp __x) in __poly_laguerre_large_n() 131 __poly_laguerre_hyperg(unsigned int __n, _Tpa __alpha1, _Tp __x) in __poly_laguerre_hyperg() 187 __poly_laguerre_recursion(unsigned int __n, _Tpa __alpha1, _Tp __x) in __poly_laguerre_recursion() 246 __poly_laguerre(unsigned int __n, _Tpa __alpha1, _Tp __x) in __poly_laguerre() 298 __assoc_laguerre(unsigned int __n, unsigned int __m, _Tp __x) in __assoc_laguerre() 318 __laguerre(unsigned int __n, _Tp __x) in __laguerre()
|
| H A D | beta_function.tcc | 81 __beta_gamma(_Tp __x, _Tp __y) in __beta_gamma() 129 __beta_lgamma(_Tp __x, _Tp __y) in __beta_lgamma() 160 __beta_product(_Tp __x, _Tp __y) in __beta_product() 191 __beta(_Tp __x, _Tp __y) in __beta()
|
| /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 | exp_integral.tcc | 83 __expint_E1_series(_Tp __x) in __expint_E1_series() 120 __expint_E1_asymp(_Tp __x) in __expint_E1_asymp() 157 __expint_En_series(unsigned int __n, _Tp __x) in __expint_En_series() 203 __expint_En_cont_frac(unsigned int __n, _Tp __x) in __expint_En_cont_frac() 248 __expint_En_recursion(unsigned int __n, _Tp __x) in __expint_En_recursion() 292 __expint_Ei_series(_Tp __x) in __expint_Ei_series() 323 __expint_Ei_asymp(_Tp __x) in __expint_Ei_asymp() 356 __expint_Ei(_Tp __x) in __expint_Ei() 380 __expint_E1(_Tp __x) in __expint_E1() 410 __expint_asymp(unsigned int __n, _Tp __x) in __expint_asymp() [all …]
|
| H A D | gamma.tcc | 155 __log_gamma_bernoulli(_Tp __x) in __log_gamma_bernoulli() 183 __log_gamma_lanczos(_Tp __x) in __log_gamma_lanczos() 227 __log_gamma(_Tp __x) in __log_gamma() 254 __log_gamma_sign(_Tp __x) in __log_gamma_sign() 339 __gamma(_Tp __x) in __gamma() 358 __psi_series(_Tp __x) in __psi_series() 388 __psi_asymp(_Tp __x) in __psi_asymp() 419 __psi(_Tp __x) in __psi() 448 __psi(unsigned int __n, _Tp __x) in __psi()
|
| H A D | random.tcc | 284 _UIntType __x = _M_x[__i - 1]; in seed() local 365 __r, __a, __u, __s, __b, __t, __c, __l>& __x) in operator <<() 392 __r, __a, __u, __s, __b, __t, __c, __l>& __x) in operator >>() 499 const subtract_with_carry<_IntType, __m, __s, __r>& __x) in operator <<() 523 subtract_with_carry<_IntType, __m, __s, __r>& __x) in operator >>() 655 const subtract_with_carry_01<_RealType, __w, __s, __r>& __x) in operator <<() 680 subtract_with_carry_01<_RealType, __w, __s, __r>& __x) in operator >>() 729 __p, __r>& __x) in operator <<() 752 discard_block<_UniformRandomNumberGenerator, __p, __r>& __x) in operator >>() 847 _UniformRandomNumberGenerator2, __s2>& __x) in operator <<() [all …]
|
| H A D | poly_laguerre.tcc | 77 __poly_laguerre_large_n(unsigned __n, _Tpa __alpha1, _Tp __x) in __poly_laguerre_large_n() 131 __poly_laguerre_hyperg(unsigned int __n, _Tpa __alpha1, _Tp __x) in __poly_laguerre_hyperg() 187 __poly_laguerre_recursion(unsigned int __n, _Tpa __alpha1, _Tp __x) in __poly_laguerre_recursion() 246 __poly_laguerre(unsigned int __n, _Tpa __alpha1, _Tp __x) in __poly_laguerre() 298 __assoc_laguerre(unsigned int __n, unsigned int __m, _Tp __x) in __assoc_laguerre() 318 __laguerre(unsigned int __n, _Tp __x) in __laguerre()
|
| H A D | beta_function.tcc | 81 __beta_gamma(_Tp __x, _Tp __y) in __beta_gamma() 129 __beta_lgamma(_Tp __x, _Tp __y) in __beta_lgamma() 160 __beta_product(_Tp __x, _Tp __y) in __beta_product() 191 __beta(_Tp __x, _Tp __y) in __beta()
|
| /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 | random.tcc | 67 inline uint32_t _Func1(uint32_t __x) in _Func1() 72 inline uint32_t _Func2(uint32_t __x) in _Func2() 252 uint32_t __x[4]; in __recursion() local 356 __parity1, __parity2, __parity3, __parity4>& __x) in operator <<() 390 __parity1, __parity2, __parity3, __parity4>& __x) in operator >>() 424 result_type __x, __y; in operator ()() local 452 result_type __x, __y; in __generate_impl() local 467 const __gnu_cxx::beta_distribution<_RealType>& __x) in operator <<() 491 __gnu_cxx::beta_distribution<_RealType>& __x) in operator >>() 664 const __gnu_cxx::normal_mv_distribution<_Dimen, _RealType>& __x) in operator <<() [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 D | random.tcc | 67 inline uint32_t _Func1(uint32_t __x) in _Func1() 72 inline uint32_t _Func2(uint32_t __x) in _Func2() 252 uint32_t __x[4]; in __recursion() local 356 __parity1, __parity2, __parity3, __parity4>& __x) in operator <<() 390 __parity1, __parity2, __parity3, __parity4>& __x) in operator >>() 424 result_type __x, __y; in operator ()() local 452 result_type __x, __y; in __generate_impl() local 467 const __gnu_cxx::beta_distribution<_RealType>& __x) in operator <<() 491 __gnu_cxx::beta_distribution<_RealType>& __x) in operator >>() 664 const __gnu_cxx::normal_mv_distribution<_Dimen, _RealType>& __x) in operator <<() [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 | random.tcc | 53 __calc(_Tp __x) in __calc() 332 _UIntType __x = _M_x[__i - 1]; in seed() local 476 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __x) in operator <<() 503 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __x) in operator >>() 630 __w, __s, __r>& __x) in operator <<() 653 subtract_with_carry_engine<_UIntType, __w, __s, __r>& __x) in operator >>() 698 __p, __r>& __x) in operator <<() 719 discard_block_engine<_RandomNumberEngine, __p, __r>& __x) in operator >>() 824 const shuffle_order_engine<_RandomNumberEngine, __k>& __x) in operator <<() 848 shuffle_order_engine<_RandomNumberEngine, __k>& __x) in operator >>() [all …]
|
| H A D | list.tcc | 103 insert(const_iterator __position, const value_type& __x) in insert() 118 insert(const_iterator __position, size_type __n, const value_type& __x) in insert() 243 resize(size_type __new_size, const value_type& __x) in resize() 255 resize(size_type __new_size, value_type __x) in resize() 268 operator=(const list& __x) in operator =() 394 merge(list&& __x) in merge() 441 merge(list&& __x, _StrictWeakOrdering __comp) in merge()
|
| /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 | random.tcc | 53 __calc(_Tp __x) in __calc() 332 _UIntType __x = _M_x[__i - 1]; in seed() local 476 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __x) in operator <<() 503 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __x) in operator >>() 630 __w, __s, __r>& __x) in operator <<() 653 subtract_with_carry_engine<_UIntType, __w, __s, __r>& __x) in operator >>() 698 __p, __r>& __x) in operator <<() 719 discard_block_engine<_RandomNumberEngine, __p, __r>& __x) in operator >>() 824 const shuffle_order_engine<_RandomNumberEngine, __k>& __x) in operator <<() 848 shuffle_order_engine<_RandomNumberEngine, __k>& __x) in operator >>() [all …]
|
| H A D | list.tcc | 103 insert(const_iterator __position, const value_type& __x) in insert() 118 insert(const_iterator __position, size_type __n, const value_type& __x) in insert() 243 resize(size_type __new_size, const value_type& __x) in resize() 255 resize(size_type __new_size, value_type __x) in resize() 268 operator=(const list& __x) in operator =() 394 merge(list&& __x) in merge() 441 merge(list&& __x, _StrictWeakOrdering __comp) in merge()
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | misc.h | 50 #define error_putstr(__x) __putstr(__x) argument 51 #define error_puthex(__x) __puthex(__x) argument 55 #define debug_putstr(__x) __putstr(__x) argument 56 #define debug_puthex(__x) __puthex(__x) argument 57 #define debug_putaddr(__x) { \ argument
|
| /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 | uintn-identity.h | 33 __uint16_identity (__uint16_t __x) in __uint16_identity() 39 __uint32_identity (__uint32_t __x) in __uint32_identity() 45 __uint64_identity (__uint64_t __x) in __uint64_identity()
|
| /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 | uintn-identity.h | 33 __uint16_identity (__uint16_t __x) in __uint16_identity() 39 __uint32_identity (__uint32_t __x) in __uint32_identity() 45 __uint64_identity (__uint64_t __x) in __uint64_identity()
|
| /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/parallel/ |
| H A D | base.h | 133 __decode2(_CASable __x, int& __a, int& __b) in __decode2() 181 __unary_negate(const _Predicate& __x) : _M_pred(__x) { } in __unary_negate() 200 __binder1st(const _Operation& __x, const _FirstArgumentType& __y) in __binder1st() 228 __binder2nd(const _Operation& __x, const _SecondArgumentType& __y) in __binder2nd()
|
| /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/parallel/ |
| H A D | base.h | 133 __decode2(_CASable __x, int& __a, int& __b) in __decode2() 181 __unary_negate(const _Predicate& __x) : _M_pred(__x) { } in __unary_negate() 200 __binder1st(const _Operation& __x, const _FirstArgumentType& __y) in __binder1st() 228 __binder2nd(const _Operation& __x, const _SecondArgumentType& __y) in __binder2nd()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2800mmio.h | 24 #define TX_BASE_PTR(__x) (TX_BASE_PTR0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument 25 #define TX_MAX_CNT(__x) (TX_MAX_CNT0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument 26 #define TX_CTX_IDX(__x) (TX_CTX_IDX0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument 27 #define TX_DTX_IDX(__x) (TX_DTX_IDX0 + ((__x) * TX_QUEUE_REG_OFFSET)) argument
|