| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa_cs.h | 75 #define BFA_TRC_MOD(__mod) ((BFA_TRC_ ## __mod) << BFA_TRC_MOD_SH) argument 80 #define BFA_TRC_FILE(__mod, __submod) \ argument 81 static int __trc_fileno = ((BFA_TRC_ ## __mod ## _ ## __submod) | \ 82 BFA_TRC_MOD(__mod)) 109 #define bfa_sm_fault(__mod, __event) do { \ argument 110 bfa_trc(__mod, (((u32)0xDEAD << 16) | __event)); \
|
| H A D | bfa_svc.h | 107 #define BFA_FCXP_FROM_TAG(__mod, __tag) (&(__mod)->fcxp_list[__tag]) argument 427 #define BFA_LPS_FROM_TAG(__mod, __tag) (&(__mod)->lps_arr[__tag]) argument
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | div64.h | 24 unsigned long __upper, __low, __high, __mod, __base; \ 27 __mod = n & (__base - 1); \ 36 asm("divl %2" : "=a" (__low), "=d" (__mod) \ 40 __mod; \
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | div64.h | 63 unsigned long __mod; \ 79 __mod = do_div64_32(__low, __upper, __low, __radix); \ 84 __mod; \
|
| /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 | random.tcc | 118 if ((__detail::__mod<_UIntType, 1, 0, __m>(__c) == 0) in seed() 119 && (__detail::__mod<_UIntType, 1, 0, __m>(__x0) == 0)) in seed() 120 _M_x = __detail::__mod<_UIntType, 1, 0, __m>(1); in seed() 122 _M_x = __detail::__mod<_UIntType, 1, 0, __m>(__x0); in seed() 135 if ((__detail::__mod<_UIntType, 1, 0, __m>(__c) == 0) in seed() 136 && (__detail::__mod<_UIntType, 1, 0, __m>(__x0) == 0)) in seed() 137 _M_x = __detail::__mod<_UIntType, 1, 0, __m>(1); in seed() 139 _M_x = __detail::__mod<_UIntType, 1, 0, __m>(__x0); in seed() 150 _M_x = __detail::__mod<_UIntType, __a, __c, __m>(_M_x); in operator ()() 279 _M_x[0] = __detail::__mod<_UIntType, 1, 0, in seed() [all …]
|
| H A D | random.h | 71 __mod(_Tp __x) in _GLIBCXX_VISIBILITY() 416 { return (__detail::__mod<_UIntType, 1, 0, __m>(__c) == 0) ? 1 : 0; } 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/tr1/ |
| H A D | random.tcc | 118 if ((__detail::__mod<_UIntType, 1, 0, __m>(__c) == 0) in seed() 119 && (__detail::__mod<_UIntType, 1, 0, __m>(__x0) == 0)) in seed() 120 _M_x = __detail::__mod<_UIntType, 1, 0, __m>(1); in seed() 122 _M_x = __detail::__mod<_UIntType, 1, 0, __m>(__x0); in seed() 135 if ((__detail::__mod<_UIntType, 1, 0, __m>(__c) == 0) in seed() 136 && (__detail::__mod<_UIntType, 1, 0, __m>(__x0) == 0)) in seed() 137 _M_x = __detail::__mod<_UIntType, 1, 0, __m>(1); in seed() 139 _M_x = __detail::__mod<_UIntType, 1, 0, __m>(__x0); in seed() 150 _M_x = __detail::__mod<_UIntType, __a, __c, __m>(_M_x); in operator ()() 279 _M_x[0] = __detail::__mod<_UIntType, 1, 0, in seed() [all …]
|
| H A D | random.h | 71 __mod(_Tp __x) in _GLIBCXX_VISIBILITY() 416 { return (__detail::__mod<_UIntType, 1, 0, __m>(__c) == 0) ? 1 : 0; } 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/bits/ |
| H A D | locale_facets_nonio.tcc | 1187 char __mod = 0; in get() local 1198 __mod = __c; in get() 1207 __mod); in get() 1243 char __format, char __mod) const in do_get() 1251 if (!__mod) in do_get() 1258 __fmt[1] = __mod; in do_get() 1288 char __mod = 0; in put() local 1294 __mod = __c; in put() 1299 __s = this->do_put(__s, __io, __fill, __tm, __format, __mod); in put() 1310 char __format, char __mod) const in do_put() [all …]
|
| H A D | locale_facets.tcc | 975 _M_insert_float(_OutIter __s, ios_base& __io, _CharT __fill, char __mod, in _M_insert_float() argument 993 __num_base::_S_format_float(__io, __fbuf, __mod); in _M_insert_float() 1223 size_t __mod = 0; in _S_pad() local 1236 __mod = 1; in _S_pad() 1246 __mod = 2; in _S_pad() 1252 _Traits::copy(__news + __plen, __olds + __mod, __oldlen - __mod); in _S_pad()
|
| H A D | random.tcc | 119 if ((__detail::__mod<_UIntType, __m>(__c) == 0) in seed() 120 && (__detail::__mod<_UIntType, __m>(__s) == 0)) in seed() 123 _M_x = __detail::__mod<_UIntType, __m>(__s); in seed() 327 _M_x[0] = __detail::__mod<_UIntType, in seed() 335 __x += __detail::__mod<_UIntType, __n>(__i); in seed() 336 _M_x[__i] = __detail::__mod<_UIntType, in seed() 369 _M_x[__i] = __detail::__mod<_UIntType, in seed() 551 __sum += __detail::__mod<uint_least32_t, in seed() 556 _M_x[__i] = __detail::__mod<_UIntType, in seed() 583 _M_x[__i] = __detail::__mod<_UIntType, in seed() [all …]
|
| H A D | locale_facets_nonio.h | 858 const tm* __tm, char __format, char __mod = 0) const in _GLIBCXX_VISIBILITY() 859 { return this->do_put(__s, __io, __fill, __tm, __format, __mod); } in _GLIBCXX_VISIBILITY() 885 char __format, char __mod) const; in _GLIBCXX_VISIBILITY()
|
| H A D | atomic_base.h | 94 operator|(memory_order __m, __memory_order_modifier __mod) in _GLIBCXX_VISIBILITY() 96 return memory_order(int(__m) | int(__mod)); in _GLIBCXX_VISIBILITY() 100 operator&(memory_order __m, __memory_order_modifier __mod) in _GLIBCXX_VISIBILITY() 102 return memory_order(int(__m) & int(__mod)); in _GLIBCXX_VISIBILITY()
|
| H A D | locale_facets.h | 1591 _S_format_float(const ios_base& __io, char* __fptr, char __mod) throw(); in _GLIBCXX_VISIBILITY() 2470 char __mod, _ValueT __v) const; in _GLIBCXX_VISIBILITY()
|
| H A D | random.h | 148 __mod(_Tp __x) in _GLIBCXX_VISIBILITY() 360 _M_x = __detail::__mod<_UIntType, __m, __a, __c>(_M_x); 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 | locale_facets_nonio.tcc | 1187 char __mod = 0; in get() local 1198 __mod = __c; in get() 1207 __mod); in get() 1243 char __format, char __mod) const in do_get() 1251 if (!__mod) in do_get() 1258 __fmt[1] = __mod; in do_get() 1288 char __mod = 0; in put() local 1294 __mod = __c; in put() 1299 __s = this->do_put(__s, __io, __fill, __tm, __format, __mod); in put() 1310 char __format, char __mod) const in do_put() [all …]
|
| H A D | locale_facets.tcc | 975 _M_insert_float(_OutIter __s, ios_base& __io, _CharT __fill, char __mod, in _M_insert_float() argument 993 __num_base::_S_format_float(__io, __fbuf, __mod); in _M_insert_float() 1223 size_t __mod = 0; in _S_pad() local 1236 __mod = 1; in _S_pad() 1246 __mod = 2; in _S_pad() 1252 _Traits::copy(__news + __plen, __olds + __mod, __oldlen - __mod); in _S_pad()
|
| H A D | random.tcc | 119 if ((__detail::__mod<_UIntType, __m>(__c) == 0) in seed() 120 && (__detail::__mod<_UIntType, __m>(__s) == 0)) in seed() 123 _M_x = __detail::__mod<_UIntType, __m>(__s); in seed() 327 _M_x[0] = __detail::__mod<_UIntType, in seed() 335 __x += __detail::__mod<_UIntType, __n>(__i); in seed() 336 _M_x[__i] = __detail::__mod<_UIntType, in seed() 369 _M_x[__i] = __detail::__mod<_UIntType, in seed() 551 __sum += __detail::__mod<uint_least32_t, in seed() 556 _M_x[__i] = __detail::__mod<_UIntType, in seed() 583 _M_x[__i] = __detail::__mod<_UIntType, in seed() [all …]
|
| H A D | locale_facets_nonio.h | 858 const tm* __tm, char __format, char __mod = 0) const in _GLIBCXX_VISIBILITY() 859 { return this->do_put(__s, __io, __fill, __tm, __format, __mod); } in _GLIBCXX_VISIBILITY() 885 char __format, char __mod) const; in _GLIBCXX_VISIBILITY()
|
| H A D | atomic_base.h | 94 operator|(memory_order __m, __memory_order_modifier __mod) in _GLIBCXX_VISIBILITY() 96 return memory_order(int(__m) | int(__mod)); in _GLIBCXX_VISIBILITY() 100 operator&(memory_order __m, __memory_order_modifier __mod) in _GLIBCXX_VISIBILITY() 102 return memory_order(int(__m) & int(__mod)); in _GLIBCXX_VISIBILITY()
|
| H A D | locale_facets.h | 1591 _S_format_float(const ios_base& __io, char* __fptr, char __mod) throw(); in _GLIBCXX_VISIBILITY() 2470 char __mod, _ValueT __v) const; in _GLIBCXX_VISIBILITY()
|
| H A D | random.h | 148 __mod(_Tp __x) in _GLIBCXX_VISIBILITY() 360 _M_x = __detail::__mod<_UIntType, __m, __a, __c>(_M_x); in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | module.h | 667 struct module *__mod = (mod); \ 668 __mod ? __mod->name : "kernel"; \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | locale | 1822 char __fmt, char __mod = 0) const 1824 return do_get(__b, __e, __iob, __err, __tm, __fmt, __mod); 1850 char __fmt, char __mod) const; 2484 char __fmt, char __mod) const; 2486 char __fmt, char __mod) const; 2507 const tm* __tm, char __fmt, char __mod = 0) const 2509 return do_put(__s, __iob, __fl, __tm, __fmt, __mod); 2518 char __fmt, char __mod) const; 2551 char __mod = 0; 2561 __mod = __fmt; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | locale | 1822 char __fmt, char __mod = 0) const 1824 return do_get(__b, __e, __iob, __err, __tm, __fmt, __mod); 1850 char __fmt, char __mod) const; 2484 char __fmt, char __mod) const; 2486 char __fmt, char __mod) const; 2507 const tm* __tm, char __fmt, char __mod = 0) const 2509 return do_put(__s, __iob, __fl, __tm, __fmt, __mod); 2518 char __fmt, char __mod) const; 2551 char __mod = 0; 2561 __mod = __fmt; [all …]
|