| /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 | cast.h | 68 __static_pointer_cast(const _FromType& __arg) in _GLIBCXX_VISIBILITY() 70 type>(__arg.get())); } in _GLIBCXX_VISIBILITY() 74 __dynamic_pointer_cast(const _FromType& __arg) in _GLIBCXX_VISIBILITY() 76 type>(__arg.get())); } in _GLIBCXX_VISIBILITY() 80 __const_pointer_cast(const _FromType& __arg) in _GLIBCXX_VISIBILITY() 82 type>(__arg.get())); } in _GLIBCXX_VISIBILITY() 86 __reinterpret_pointer_cast(const _FromType& __arg) in _GLIBCXX_VISIBILITY() 88 type>(__arg.get())); } in _GLIBCXX_VISIBILITY() 96 __static_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY() 98 type>(__arg)); } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | pointer.h | 82 set(element_type* __arg) in _GLIBCXX_VISIBILITY() 83 { _M_value = __arg; } in _GLIBCXX_VISIBILITY() 128 set(_Tp* __arg) in _GLIBCXX_VISIBILITY() 130 if (!__arg) in _GLIBCXX_VISIBILITY() 133 _M_diff = reinterpret_cast<_UIntPtrType>(__arg) in _GLIBCXX_VISIBILITY() 180 set(const _Tp* __arg) in _GLIBCXX_VISIBILITY() 182 if (!__arg) in _GLIBCXX_VISIBILITY() 185 _M_diff = reinterpret_cast<_UIntPtrType>(__arg) in _GLIBCXX_VISIBILITY() 301 _Pointer_adapter(element_type* __arg = 0) in _GLIBCXX_VISIBILITY() 302 { _Storage_policy::set(__arg); } 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 D | cast.h | 68 __static_pointer_cast(const _FromType& __arg) in _GLIBCXX_VISIBILITY() 70 type>(__arg.get())); } in _GLIBCXX_VISIBILITY() 74 __dynamic_pointer_cast(const _FromType& __arg) in _GLIBCXX_VISIBILITY() 76 type>(__arg.get())); } in _GLIBCXX_VISIBILITY() 80 __const_pointer_cast(const _FromType& __arg) in _GLIBCXX_VISIBILITY() 82 type>(__arg.get())); } in _GLIBCXX_VISIBILITY() 86 __reinterpret_pointer_cast(const _FromType& __arg) in _GLIBCXX_VISIBILITY() 88 type>(__arg.get())); } in _GLIBCXX_VISIBILITY() 96 __static_pointer_cast(_FromType* __arg) in _GLIBCXX_VISIBILITY() 98 type>(__arg)); } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | pointer.h | 82 set(element_type* __arg) in _GLIBCXX_VISIBILITY() 83 { _M_value = __arg; } in _GLIBCXX_VISIBILITY() 128 set(_Tp* __arg) in _GLIBCXX_VISIBILITY() 130 if (!__arg) in _GLIBCXX_VISIBILITY() 133 _M_diff = reinterpret_cast<_UIntPtrType>(__arg) in _GLIBCXX_VISIBILITY() 180 set(const _Tp* __arg) in _GLIBCXX_VISIBILITY() 182 if (!__arg) in _GLIBCXX_VISIBILITY() 185 _M_diff = reinterpret_cast<_UIntPtrType>(__arg) in _GLIBCXX_VISIBILITY() 301 _Pointer_adapter(element_type* __arg = 0) in _GLIBCXX_VISIBILITY() 302 { _Storage_policy::set(__arg); } in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | typeinfo | 90 int __compare_nonunique_names(const type_info &__arg) const _NOEXCEPT 91 { return __builtin_strcmp(name(), __arg.name()); } 128 bool before(const type_info& __arg) const _NOEXCEPT { 129 return __compare(__arg) < 0; 135 bool operator==(const type_info& __arg) const _NOEXCEPT { 136 return __compare(__arg) == 0; 148 bool before(const type_info& __arg) const _NOEXCEPT 150 if (!((__type_name & __arg.__type_name) & _LIBCPP_NONUNIQUE_RTTI_BIT)) 151 return __type_name < __arg.__type_name; 152 return __compare_nonunique_names(__arg) < 0; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | typeinfo | 90 int __compare_nonunique_names(const type_info &__arg) const _NOEXCEPT 91 { return __builtin_strcmp(name(), __arg.name()); } 128 bool before(const type_info& __arg) const _NOEXCEPT { 129 return __compare(__arg) < 0; 135 bool operator==(const type_info& __arg) const _NOEXCEPT { 136 return __compare(__arg) == 0; 148 bool before(const type_info& __arg) const _NOEXCEPT 150 if (!((__type_name & __arg.__type_name) & _LIBCPP_NONUNIQUE_RTTI_BIT)) 151 return __type_name < __arg.__type_name; 152 return __compare_nonunique_names(__arg) < 0; [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 | any | 159 _Arg __arg; 160 __arg._M_any = this; 161 __other._M_manager(_Op_clone, &__other, &__arg); 176 _Arg __arg; 177 __arg._M_any = this; 178 __other._M_manager(_Op_xfer, &__other, &__arg); 243 _Arg __arg; 244 __arg._M_any = this; 245 __rhs._M_manager(_Op_xfer, &__rhs, &__arg); 266 any::_Arg __arg; [all …]
|
| H A D | typeinfo | 106 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT; 107 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT; 110 /** Returns true if @c *this precedes @c __arg in the implementation's 115 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT 116 { return (__name[0] == '*' && __arg.__name[0] == '*') 117 ? __name < __arg.__name 118 : __builtin_strcmp (__name, __arg.__name) < 0; } 120 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT 122 return ((__name == __arg.__name) 124 __builtin_strcmp (__name, __arg.__name) == 0)); [all …]
|
| H A D | stdexcept | 120 logic_error(const string& __arg) _GLIBCXX_TXN_SAFE; 156 explicit domain_error(const string& __arg) _GLIBCXX_TXN_SAFE; 171 explicit invalid_argument(const string& __arg) _GLIBCXX_TXN_SAFE; 187 explicit length_error(const string& __arg) _GLIBCXX_TXN_SAFE; 203 explicit out_of_range(const string& __arg) _GLIBCXX_TXN_SAFE; 226 runtime_error(const string& __arg) _GLIBCXX_TXN_SAFE; 261 explicit range_error(const string& __arg) _GLIBCXX_TXN_SAFE; 276 explicit overflow_error(const string& __arg) _GLIBCXX_TXN_SAFE; 291 explicit underflow_error(const string& __arg) _GLIBCXX_TXN_SAFE;
|
| /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 | any | 159 _Arg __arg; 160 __arg._M_any = this; 161 __other._M_manager(_Op_clone, &__other, &__arg); 176 _Arg __arg; 177 __arg._M_any = this; 178 __other._M_manager(_Op_xfer, &__other, &__arg); 243 _Arg __arg; 244 __arg._M_any = this; 245 __rhs._M_manager(_Op_xfer, &__rhs, &__arg); 266 any::_Arg __arg; [all …]
|
| H A D | typeinfo | 106 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT; 107 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT; 110 /** Returns true if @c *this precedes @c __arg in the implementation's 115 bool before(const type_info& __arg) const _GLIBCXX_NOEXCEPT 116 { return (__name[0] == '*' && __arg.__name[0] == '*') 117 ? __name < __arg.__name 118 : __builtin_strcmp (__name, __arg.__name) < 0; } 120 bool operator==(const type_info& __arg) const _GLIBCXX_NOEXCEPT 122 return ((__name == __arg.__name) 124 __builtin_strcmp (__name, __arg.__name) == 0)); [all …]
|
| H A D | stdexcept | 120 logic_error(const string& __arg) _GLIBCXX_TXN_SAFE; 156 explicit domain_error(const string& __arg) _GLIBCXX_TXN_SAFE; 171 explicit invalid_argument(const string& __arg) _GLIBCXX_TXN_SAFE; 187 explicit length_error(const string& __arg) _GLIBCXX_TXN_SAFE; 203 explicit out_of_range(const string& __arg) _GLIBCXX_TXN_SAFE; 226 runtime_error(const string& __arg) _GLIBCXX_TXN_SAFE; 261 explicit range_error(const string& __arg) _GLIBCXX_TXN_SAFE; 276 explicit overflow_error(const string& __arg) _GLIBCXX_TXN_SAFE; 291 explicit underflow_error(const string& __arg) _GLIBCXX_TXN_SAFE;
|
| /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/experimental/ |
| H A D | any | 138 _Arg __arg; 139 __arg._M_any = this; 140 __other._M_manager(_Op_clone, &__other, &__arg); 155 _Arg __arg; 156 __arg._M_any = this; 157 __other._M_manager(_Op_xfer, &__other, &__arg); 211 _Arg __arg; 212 __arg._M_any = this; 213 __rhs._M_manager(_Op_xfer, &__rhs, &__arg); 251 _Arg __arg; [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/experimental/ |
| H A D | any | 138 _Arg __arg; 139 __arg._M_any = this; 140 __other._M_manager(_Op_clone, &__other, &__arg); 155 _Arg __arg; 156 __arg._M_any = this; 157 __other._M_manager(_Op_xfer, &__other, &__arg); 211 _Arg __arg; 212 __arg._M_any = this; 213 __rhs._M_manager(_Op_xfer, &__rhs, &__arg); 251 _Arg __arg; [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/libc/usr/include/ |
| H A D | stdio.h | 342 __gnuc_va_list __arg); 347 extern int vprintf (const char *__restrict __format, __gnuc_va_list __arg); 350 __gnuc_va_list __arg) __THROWNL; 359 const char *__restrict __format, __gnuc_va_list __arg) 367 __gnuc_va_list __arg) 380 __gnuc_va_list __arg) 436 __gnuc_va_list __arg) 443 extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg) 448 const char *__restrict __format, __gnuc_va_list __arg) 457 const char *__restrict __format, __gnuc_va_list __arg), [all …]
|
| H A D | wchar.h | 600 __gnuc_va_list __arg) 607 __gnuc_va_list __arg) 613 __gnuc_va_list __arg) 675 __gnuc_va_list __arg) 682 __gnuc_va_list __arg) 687 __gnuc_va_list __arg) 698 __gnuc_va_list __arg), __isoc99_vfwscanf) 701 __gnuc_va_list __arg), __isoc99_vwscanf) 705 __gnuc_va_list __arg), __isoc99_vswscanf) 710 __gnuc_va_list __arg); [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/libc/usr/include/ |
| H A D | stdio.h | 342 __gnuc_va_list __arg); 347 extern int vprintf (const char *__restrict __format, __gnuc_va_list __arg); 350 __gnuc_va_list __arg) __THROWNL; 359 const char *__restrict __format, __gnuc_va_list __arg) 367 __gnuc_va_list __arg) 380 __gnuc_va_list __arg) 436 __gnuc_va_list __arg) 443 extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg) 448 const char *__restrict __format, __gnuc_va_list __arg) 457 const char *__restrict __format, __gnuc_va_list __arg), [all …]
|
| H A D | wchar.h | 600 __gnuc_va_list __arg) 607 __gnuc_va_list __arg) 613 __gnuc_va_list __arg) 675 __gnuc_va_list __arg) 682 __gnuc_va_list __arg) 687 __gnuc_va_list __arg) 698 __gnuc_va_list __arg), __isoc99_vfwscanf) 701 __gnuc_va_list __arg), __isoc99_vwscanf) 705 __gnuc_va_list __arg), __isoc99_vswscanf) 710 __gnuc_va_list __arg); [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/pstl/ |
| H A D | utils.h | 165 operator()(_Arg&& __arg) in operator() 167 return _M_pred(std::forward<_Arg>(__arg), _M_value); in operator() 182 operator()(_Arg&& __arg) const in operator() 184 return std::forward<_Arg>(__arg) == _M_value; in operator() 199 operator()(_Arg&& __arg) const in operator() 201 return !(std::forward<_Arg>(__arg) == _M_value); in operator()
|
| /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/pstl/ |
| H A D | utils.h | 165 operator()(_Arg&& __arg) in operator() 167 return _M_pred(std::forward<_Arg>(__arg), _M_value); in operator() 182 operator()(_Arg&& __arg) const in operator() 184 return std::forward<_Arg>(__arg) == _M_value; in operator() 199 operator()(_Arg&& __arg) const in operator() 201 return !(std::forward<_Arg>(__arg) == _M_value); in operator()
|
| /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/include/ |
| H A D | openacc.h | 101 int acc_on_device (int __arg) __GOACC_NOTHROW; 103 int acc_on_device (acc_device_t __arg) __GOACC_NOTHROW; 161 inline int acc_on_device (acc_device_t __arg) __GOACC_NOTHROW in acc_on_device() argument 163 return acc_on_device ((int) __arg); in acc_on_device()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | openacc.h | 101 int acc_on_device (int __arg) __GOACC_NOTHROW; 103 int acc_on_device (acc_device_t __arg) __GOACC_NOTHROW; 161 inline int acc_on_device (acc_device_t __arg) __GOACC_NOTHROW in acc_on_device() argument 163 return acc_on_device ((int) __arg); in acc_on_device()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | reent.h | 109 #define _execve_r(__reent, __f, __arg, __env) execve(__f, __arg, __env) argument 110 #define _fcntl_r(__reent, __fd, __cmd, __arg) fcntl(__fd, __cmd, __arg) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | reent.h | 109 #define _execve_r(__reent, __f, __arg, __env) execve(__f, __arg, __env) argument 110 #define _fcntl_r(__reent, __fd, __cmd, __arg) fcntl(__fd, __cmd, __arg) argument
|
| /OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/ |
| H A D | acpi_thermal_rel.c | 301 unsigned long __arg) in acpi_thermal_rel_ioctl() argument 306 char __user *arg = (void __user *)__arg; in acpi_thermal_rel_ioctl() 316 return put_user(count, (unsigned long __user *)__arg); in acpi_thermal_rel_ioctl() 324 return put_user(length, (unsigned long __user *)__arg); in acpi_thermal_rel_ioctl() 333 return put_user(count, (unsigned long __user *)__arg); in acpi_thermal_rel_ioctl() 341 return put_user(length, (unsigned long __user *)__arg); in acpi_thermal_rel_ioctl()
|