Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_scatterlist.h88 #define for_each_sgt_page(__pp, __iter, __sgt) \ argument
90 ((__pp) = (__iter).pfn == 0 ? NULL : \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dthread413 _PairPtr __pp(new _InvokePair(__f));
414 int __ec = __libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get());
416 __pp.release();
H A D__hash_table2074 __next_pointer __pp = __bucket_list_[__chash];
2075 while (__pp->__next_ != __np)
2076 __pp = __pp->__next_;
2078 __pp->__next_ = static_cast<__next_pointer>(__cp);
2412 __next_pointer __pp = __p1_.first().__ptr();
2413 __next_pointer __cp = __pp->__next_;
2417 __bucket_list_[__chash] = __pp;
2419 for (__pp = __cp, __cp = __cp->__next_; __cp != nullptr;
2420 __cp = __pp->__next_)
2424 __pp = __cp;
[all …]
H A Dalgorithm4721 _RandomAccessIterator __pp = __first;
4725 if (__comp(*__pp, *__cp))
4731 if (__comp(*__pp, *__cp))
4734 ++__pp;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dthread413 _PairPtr __pp(new _InvokePair(__f));
414 int __ec = __libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get());
416 __pp.release();
H A D__hash_table2074 __next_pointer __pp = __bucket_list_[__chash];
2075 while (__pp->__next_ != __np)
2076 __pp = __pp->__next_;
2078 __pp->__next_ = static_cast<__next_pointer>(__cp);
2412 __next_pointer __pp = __p1_.first().__ptr();
2413 __next_pointer __cp = __pp->__next_;
2417 __bucket_list_[__chash] = __pp;
2419 for (__pp = __cp, __cp = __cp->__next_; __cp != nullptr;
2420 __cp = __pp->__next_)
2424 __pp = __cp;
[all …]
H A Dalgorithm4721 _RandomAccessIterator __pp = __first;
4725 if (__comp(*__pp, *__cp))
4731 if (__comp(*__pp, *__cp))
4734 ++__pp;