Home
last modified time | relevance | path

Searched refs:__from (Results 1 – 2 of 2) sorted by relevance

/third_party/libdrm/
Dutil_double_list.h94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp159676 __xfer_bufptrs(const basic_stringbuf& __from, basic_stringbuf* __to) in __xfer_bufptrs()
159679 const _CharT* __str = __from._M_string.data();
159680 if (__from.eback())
159682 _M_goff[0] = __from.eback() - __str;
159683 _M_goff[1] = __from.gptr() - __str;
159684 _M_goff[2] = __from.egptr() - __str;
159686 if (__from.pbase())
159688 _M_poff[0] = __from.pbase() - __str;
159689 _M_poff[1] = __from.pptr() - __from.pbase();
159690 _M_poff[2] = __from.epptr() - __str;