Home
last modified time | relevance | path

Searched refs:__bp (Results 1 – 7 of 7) sorted by relevance

/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 Dbitmap_allocator.h291 operator()(_Block_pair __bp) const throw() in _GLIBCXX_VISIBILITY()
293 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second) in _GLIBCXX_VISIBILITY()
294 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first)) in _GLIBCXX_VISIBILITY()
344 operator()(_Block_pair __bp) throw() in _GLIBCXX_VISIBILITY()
357 _Counter_type __diff = __detail::__num_bitmaps(__bp); in _GLIBCXX_VISIBILITY()
360 (__bp.first) - (__diff + 1)) == __detail::__num_blocks(__bp)) in _GLIBCXX_VISIBILITY()
363 size_t* __rover = reinterpret_cast<size_t*>(__bp.first) - 1; in _GLIBCXX_VISIBILITY()
783 _Block_pair __bp = in _GLIBCXX_VISIBILITY()
791 _S_mem_blocks.push_back(__bp); 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/ext/
H A Dbitmap_allocator.h291 operator()(_Block_pair __bp) const throw() in _GLIBCXX_VISIBILITY()
293 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second) in _GLIBCXX_VISIBILITY()
294 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first)) in _GLIBCXX_VISIBILITY()
344 operator()(_Block_pair __bp) throw() in _GLIBCXX_VISIBILITY()
357 _Counter_type __diff = __detail::__num_bitmaps(__bp); in _GLIBCXX_VISIBILITY()
360 (__bp.first) - (__diff + 1)) == __detail::__num_blocks(__bp)) in _GLIBCXX_VISIBILITY()
363 size_t* __rover = reinterpret_cast<size_t*>(__bp.first) - 1; in _GLIBCXX_VISIBILITY()
783 _Block_pair __bp = in _GLIBCXX_VISIBILITY()
791 _S_mem_blocks.push_back(__bp); 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/libc/usr/include/netinet/
H A Din.h558 extern int inet6_option_init (void *__bp, struct cmsghdr **__cmsgp,
595 extern void *inet6_rth_init (void *__bp, socklen_t __bp_len, int __type,
597 extern int inet6_rth_add (void *__bp, const struct in6_addr *__addr) __THROW;
599 extern int inet6_rth_segments (const void *__bp) __THROW;
600 extern struct in6_addr *inet6_rth_getaddr (const void *__bp, int __index)
/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/netinet/
H A Din.h558 extern int inet6_option_init (void *__bp, struct cmsghdr **__cmsgp,
595 extern void *inet6_rth_init (void *__bp, socklen_t __bp_len, int __type,
597 extern int inet6_rth_add (void *__bp, const struct in6_addr *__addr) __THROW;
599 extern int inet6_rth_segments (const void *__bp) __THROW;
600 extern struct in6_addr *inet6_rth_getaddr (const void *__bp, int __index)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/
H A Dmacb.h715 #define macb_or_gem_writel(__bp, __reg, __value) \ argument
717 if (macb_is_gem((__bp))) \
718 gem_writel((__bp), __reg, __value); \
720 macb_writel((__bp), __reg, __value); \
723 #define macb_or_gem_readl(__bp, __reg) \ argument
726 if (macb_is_gem((__bp))) \
727 __v = gem_readl((__bp), __reg); \
729 __v = macb_readl((__bp), __reg); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dforward_list1335 __begin_node_pointer __bp = __f.__get_begin();
1337 __node_pointer __n = __bp->__next_;
1340 __bp->__next_ = __e;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dforward_list1335 __begin_node_pointer __bp = __f.__get_begin();
1337 __node_pointer __n = __bp->__next_;
1340 __bp->__next_ = __e;