Home
last modified time | relevance | path

Searched refs:__new (Results 1 - 8 of 8) sorted by relevance

/third_party/eudev/src/shared/
H A Dmissing.h174 char *__new = (char *)alloca(__len + 1); \
175 __new[__len] = '\0'; \
176 (char *)memcpy(__new, __old, __len); \
/third_party/rust/crates/cxx/src/
H A Dshared_ptr.rs46 T::__new(value, new); in new()
190 unsafe fn __new(value: Self, new: *mut c_void) in __new() functions
223 unsafe fn __new(value: Self, new: *mut c_void) { in __new() functions
H A Dunique_ptr.rs43 repr: T::__new(value), in new()
215 fn __new(value: Self) -> MaybeUninit<*mut c_void> in __new() functions
/third_party/libdrm/
H A Dxf86drm.h414 register unsigned int __new __asm("o1"); \
417 __new = new; \
424 : "=&r" (__new) \
425 : "0" (__new), \
429 __ret = (__new != __old); \
/third_party/rust/crates/cxx/src/symbols/
H A Drust_vec.rs19 unsafe extern "C" fn __new(this: *mut RustVec<$ty>) {
/third_party/rust/crates/libc/src/unix/nto/
H A Dneutrino.rs1117 __new: *mut ::c_uint, in InterruptCharacteristic()
1123 __new: *mut ::c_uint, in InterruptCharacteristic_r()
1155 __new: *const i64, in SchedWaypoint()
1161 __new: *const i64, in SchedWaypoint_r()
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs1404 fn __new(value: Self) -> ::cxx::core::mem::MaybeUninit<*mut ::cxx::core::ffi::c_void> { in expand_unique_ptr() functions
1491 unsafe fn __new(value: Self, new: *mut ::cxx::core::ffi::c_void) { in expand_shared_ptr() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2197 extern int rename (const char *__old, const char *__new) throw ();
2203 const char *__new) throw ();
29027 char_type __sep, const char_type* __p, char_type* __new,
29037 char_type __sep, ios_base& __io, char_type* __new,
29042 char_type* __new, const char_type* __cs, int& __len) const;
29911 _CharT* __new, const _CharT* __cs, int& __len) const
29915 __pad<_CharT, char_traits<_CharT> >::_S_pad(__io, __fill, __new,
29970 ios_base&, _CharT* __new, _CharT* __cs, int& __len) const
29972 _CharT* __p = std::__add_grouping(__new, __sep, __grouping,
29974 __len = __p - __new;
[all...]

Completed in 29 milliseconds