| /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 | atomicity.h | 49 __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() 68 _Atomic_word __result = *__mem; 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() [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 | atomicity.h | 49 __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() 68 _Atomic_word __result = *__mem; 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() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | io.h | 221 volatile type *__mem; \ 229 __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); \ 231 __val = pfx##ioswab##bwlq(__mem, val); \ 234 *__mem = __val; \ 251 : "0" (__val), "m" (*__mem)); \ 260 volatile type *__mem; \ 263 __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); \ 269 __val = *__mem; \ 283 : "m" (*__mem)); \ 294 return pfx##ioswab##bwlq(__mem, __val); \
|
| /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 | 652 int __mem = 0; in _M_extract_via_format() local 663 __beg = _M_extract_name(__beg, __end, __mem, __days1, in _M_extract_via_format() 666 __tm->tm_wday = __mem; in _M_extract_via_format() 672 __beg = _M_extract_name(__beg, __end, __mem, __days2, in _M_extract_via_format() 675 __tm->tm_wday = __mem; in _M_extract_via_format() 682 __beg = _M_extract_name(__beg, __end, __mem, in _M_extract_via_format() 685 __tm->tm_mon = __mem; in _M_extract_via_format() 691 __beg = _M_extract_name(__beg, __end, __mem, in _M_extract_via_format() 694 __tm->tm_mon = __mem; in _M_extract_via_format() 705 __beg = _M_extract_num(__beg, __end, __mem, 1, 31, 2, in _M_extract_via_format() [all …]
|
| H A D | shared_ptr_base.h | 662 _Sp_cd_type* __mem = __guard.get(); in _GLIBCXX_VISIBILITY() 663 ::new (__mem) _Sp_cd_type(__p, std::move(__d), std::move(__a)); in _GLIBCXX_VISIBILITY() 664 _M_pi = __mem; in _GLIBCXX_VISIBILITY() 681 _Sp_cp_type* __mem = __guard.get(); in _GLIBCXX_VISIBILITY() 682 auto __pi = ::new (__mem) in _GLIBCXX_VISIBILITY() 718 _Sp_cd_type* __mem = _Alloc_traits::allocate(__a, 1); in _GLIBCXX_VISIBILITY() 722 _Alloc_traits::construct(__a, __mem, __r.release(), in _GLIBCXX_VISIBILITY() 724 _M_pi = __mem; 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 | 652 int __mem = 0; in _M_extract_via_format() local 663 __beg = _M_extract_name(__beg, __end, __mem, __days1, in _M_extract_via_format() 666 __tm->tm_wday = __mem; in _M_extract_via_format() 672 __beg = _M_extract_name(__beg, __end, __mem, __days2, in _M_extract_via_format() 675 __tm->tm_wday = __mem; in _M_extract_via_format() 682 __beg = _M_extract_name(__beg, __end, __mem, in _M_extract_via_format() 685 __tm->tm_mon = __mem; in _M_extract_via_format() 691 __beg = _M_extract_name(__beg, __end, __mem, in _M_extract_via_format() 694 __tm->tm_mon = __mem; in _M_extract_via_format() 705 __beg = _M_extract_num(__beg, __end, __mem, 1, 31, 2, in _M_extract_via_format() [all …]
|
| H A D | shared_ptr_base.h | 662 _Sp_cd_type* __mem = __guard.get(); in _GLIBCXX_VISIBILITY() 663 ::new (__mem) _Sp_cd_type(__p, std::move(__d), std::move(__a)); in _GLIBCXX_VISIBILITY() 664 _M_pi = __mem; in _GLIBCXX_VISIBILITY() 681 _Sp_cp_type* __mem = __guard.get(); in _GLIBCXX_VISIBILITY() 682 auto __pi = ::new (__mem) in _GLIBCXX_VISIBILITY() 718 _Sp_cd_type* __mem = _Alloc_traits::allocate(__a, 1); in _GLIBCXX_VISIBILITY() 722 _Alloc_traits::construct(__a, __mem, __r.release(), in _GLIBCXX_VISIBILITY() 724 _M_pi = __mem; in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | io.h | 236 volatile type *__mem; \ 241 __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); \ 243 __val = pfx##ioswab##bwlq(__mem, val); \ 246 *__mem = __val; \ 259 : "0" (__val), "m" (*__mem)); \ 266 volatile type *__mem; \ 269 __mem = (void *)__swizzle_addr_##bwlq((unsigned long)(mem)); \ 272 __val = *__mem; \ 281 : "m" (*__mem)); \ 287 return pfx##ioswab##bwlq(__mem, __val); \
|
| /OK3568_Linux_fs/kernel/drivers/soc/amlogic/ |
| H A D | meson-ee-pwrc.c | 220 #define VPU_PD(__name, __top_pd, __mem, __get_power, __resets, __clks) \ argument 226 .mem_pd_count = ARRAY_SIZE(__mem), \ 227 .mem_pd = __mem, \ 231 #define TOP_PD(__name, __top_pd, __mem, __get_power) \ argument 235 .mem_pd_count = ARRAY_SIZE(__mem), \ 236 .mem_pd = __mem, \ 240 #define MEM_PD(__name, __mem) \ argument 241 TOP_PD(__name, NULL, __mem, NULL)
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_minidump.c | 137 struct __mem { struct 234 struct __mem mem; 563 struct __mem *rom = &entry->region.mem; in qlcnic_read_rom() 661 struct __mem *mem, __le32 *buffer, in qlcnic_read_memory_test_agent() 721 struct __mem *mem) in qlcnic_start_pex_dma() 768 struct __mem *mem, in qlcnic_read_memory_pexdma() 859 struct __mem *mem = &entry->region.mem; in qlcnic_read_memory() 1021 struct __mem *rom = &entry->region.mem; in qlcnic_83xx_dump_rom()
|
| /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 | printf.h | 92 typedef void printf_va_arg_function (void *__mem, va_list *__ap);
|
| /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 | printf.h | 92 typedef void printf_va_arg_function (void *__mem, va_list *__ap);
|