| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | cmpxchg.h | 17 __typeof__(new) __new = (new); \ 24 : "r" (__new) \ 31 : "r" (__new) \ 50 __typeof__(new) __new = (new); \ 58 : "r" (__new) \ 66 : "r" (__new) \ 85 __typeof__(new) __new = (new); \ 93 : "r" (__new) \ 101 : "r" (__new) \ 120 __typeof__(new) __new = (new); \ [all …]
|
| H A D | uaccess.h | 401 __typeof__(*(ptr)) __new = (new); \ 430 [new] "rJ" (__new), \ 456 [new] "rJ" (__new), \
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | cmpxchg.h | 89 __typeof__(*(ptr)) __new = (new); \ 96 : "q" (__new), "0" (__old) \ 105 : "r" (__new), "0" (__old) \ 114 : "r" (__new), "0" (__old) \ 123 : "r" (__new), "0" (__old) \ 163 __typeof__(*(_ptr)) __new = (_new); \ 173 : [new] "q" (__new) \ 185 : [new] "r" (__new) \ 197 : [new] "r" (__new) \ 209 : [new] "r" (__new) \
|
| H A D | cmpxchg_32.h | 83 __typeof__(*(ptr)) __new = (n); \ 90 "b" ((unsigned int)__new), \ 91 "c" ((unsigned int)(__new>>32)) \ 100 __typeof__(*(ptr)) __new = (n); \ 106 "b" ((unsigned int)__new), \ 107 "c" ((unsigned int)(__new>>32)) \
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | cmpxchg.h | 39 __typeof__(*(ptr)) __new = (new); \ 46 : "q" (__new), "0" (__old) \ 55 : "r" (__new), "0" (__old) \ 64 : "r" (__new), "0" (__old) \ 73 : "r" (__new), "0" (__old) \
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | cmpxchg.h | 14 __typeof__(new) __new = (new); \ 26 : "r" (__new), "r"(__ptr) \ 41 __typeof__(new) __new = (new); \ 57 : "r" (__new), "r"(__ptr), "r"(__old) \
|
| /OK3568_Linux_fs/kernel/include/xen/interface/io/ |
| H A D | ring.h | 278 RING_IDX __new = (_r)->req_prod_pvt; \ 280 (_r)->sring->req_prod = __new; \ 282 (_notify) = ((RING_IDX)(__new - (_r)->sring->req_event) < \ 283 (RING_IDX)(__new - __old)); \ 288 RING_IDX __new = (_r)->rsp_prod_pvt; \ 290 (_r)->sring->rsp_prod = __new; \ 292 (_notify) = ((RING_IDX)(__new - (_r)->sring->rsp_event) < \ 293 (RING_IDX)(__new - __old)); \
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | fpsimd.h | 136 u64 __new = __zcr & ~ZCR_ELx_LEN_MASK; \ 137 __new |= (val) & ZCR_ELx_LEN_MASK; \ 138 if (__zcr != __new) \ 139 write_sysreg_s(__new, (reg)); \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-systemd/ |
| H A D | 0001-Provide-implementation-of-strndupa-for-musl.patch | 31 + char *__new = (char *)alloca(__len + 1); \ 32 + __new[__len] = '\0'; \ 33 + (char *)memcpy(__new, __old, __len); \
|
| /OK3568_Linux_fs/kernel/security/apparmor/include/ |
| H A D | lib.h | 279 struct aa_label *__new; \ 281 __new = (OTHER_FN); \ 283 __new = (NS_FN); \ 284 (__new); \
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | cmpxchg.h | 58 __typeof__(*(ptr)) __new = (new); \ 69 : "r" (__ptr), "r" (__old), "r" (__new) \
|
| /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 | string.h | 190 char *__new = (char *) __builtin_alloca (__len); \ 191 (char *) memcpy (__new, __old, __len); \ 200 char *__new = (char *) __builtin_alloca (__len + 1); \ 201 __new[__len] = '\0'; \ 202 (char *) memcpy (__new, __old, __len); \
|
| H A D | stdio.h | 148 extern int rename (const char *__old, const char *__new) __THROW; 153 const char *__new) __THROW; 165 const char *__new, unsigned int __flags) __THROW;
|
| /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 | string.h | 190 char *__new = (char *) __builtin_alloca (__len); \ 191 (char *) memcpy (__new, __old, __len); \ 200 char *__new = (char *) __builtin_alloca (__len + 1); \ 201 __new[__len] = '\0'; \ 202 (char *) memcpy (__new, __old, __len); \
|
| H A D | stdio.h | 148 extern int rename (const char *__old, const char *__new) __THROW; 153 const char *__new) __THROW; 165 const char *__new, unsigned int __flags) __THROW;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | reent.h | 121 #define _rename_r(__reent, __old, __new) rename(__old, __new) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | reent.h | 121 #define _rename_r(__reent, __old, __new) rename(__old, __new) argument
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | cmpxchg.h | 302 unsigned long long __new = (__typeof__(*(ptr)))(n); \ 313 __res = __cmpxchg64((ptr), __old, __new); \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | xf86drm.h | 414 register unsigned int __new __asm("o1"); \ 417 __new = new; \ 424 : "=&r" (__new) \ 425 : "0" (__new), \ 429 __ret = (__new != __old); \
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/ |
| H A D | xf86drm.h | 414 register unsigned int __new __asm("o1"); \ 417 __new = new; \ 424 : "=&r" (__new) \ 425 : "0" (__new), \ 429 __ret = (__new != __old); \
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/ |
| H A D | xf86drm.h | 414 register unsigned int __new __asm("o1"); \ 417 __new = new; \ 424 : "=&r" (__new) \ 425 : "0" (__new), \ 429 __ret = (__new != __old); \
|
| /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.tcc | 781 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument 785 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad() 840 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument 842 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int() 844 __len = __p - __new; in _M_group_int() 940 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument 947 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float() 952 int __newlen = __p2 - __new; in _M_group_float()
|
| /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.tcc | 781 _CharT* __new, const _CharT* __cs, int& __len) const in _M_pad() argument 785 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new, in _M_pad() 840 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const in _M_group_int() argument 842 _CharT* __p = std::__add_grouping(__new, __sep, __grouping, in _M_group_int() 844 __len = __p - __new; in _M_group_int() 940 _CharT __sep, const _CharT* __p, _CharT* __new, in _M_group_float() argument 947 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float() 952 int __newlen = __p2 - __new; in _M_group_float()
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/include/ |
| H A D | xf86drm.h | 414 register unsigned int __new __asm("o1"); \ 417 __new = new; \ 424 : "=&r" (__new) \ 425 : "0" (__new), \ 429 __ret = (__new != __old); \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | filesystem | 1532 const path& __new) { 1533 __copy_symlink(__existing, __new); 1537 copy_symlink(const path& __ext, const path& __new, error_code& __ec) noexcept { 1538 __copy_symlink(__ext, __new, &__ec); 1571 create_directory_symlink(const path& __to, const path& __new) { 1572 __create_directory_symlink(__to, __new); 1576 create_directory_symlink(const path& __to, const path& __new, 1578 __create_directory_symlink(__to, __new, &__ec); 1582 const path& __new) { 1583 __create_hard_link(__to, __new); [all …]
|