Home
last modified time | relevance | path

Searched refs:__tmp (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/include/bits/
H A Dsys_statvfs_inlines.h59 struct statfs __tmp; in statvfs() local
60 int __rc = statfs(__path, &__tmp); in statvfs()
62 __bionic_statfs_to_statvfs(&__tmp, __result); in statvfs()
68 struct statfs __tmp; in fstatvfs() local
69 int __rc = fstatfs(__fd, &__tmp); in fstatvfs()
71 __bionic_statfs_to_statvfs(&__tmp, __result); in fstatvfs()
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAData.h257 sp<U> __tmp = src.promote(); in assign() local
258 *data = static_cast<Tp*>(__tmp.get()); in assign()
263 sp<U> __tmp = std::move(src); // move src out as get cannot in assign() local
264 *data = static_cast<Tp*>(__tmp.get()); in assign()
274 std::shared_ptr<U> __tmp = std::move(src); // move src out as static_pointer_cast cannot in assign() local
275 *data = std::static_pointer_cast<Tp>(__tmp); in assign()
349 sp<U> __tmp = std::move(src); // move src out as get cannot
350 *data = static_cast<Tp*>(__tmp.get());
355 std::shared_ptr<U> __tmp = std::move(src); // move src out as static_pointer_cast cannot
356 *data = std::static_pointer_cast<Tp>(__tmp);
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dmath_private.h468 __typeof(a) __tmp; \
470 __tmp = (c); \
471 _2sumF(__tmp, (a)); \
473 (a) = __tmp; \
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
H A Dfilesystem731 basic_string<_ECharT> __tmp(__b, __e);
733 __tmp.data() + __tmp.length());
742 basic_string<_ECharT> __tmp;
744 __tmp.push_back(*__b);
746 __tmp.data() + __tmp.length());
975 basic_string<_ECharT> __tmp;
976 __tmp += __x;
1199 basic_string<_CharT, _Traits> __tmp;
1200 __is >> __quoted(__tmp);
1201 __p = __tmp;
[all …]