Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
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()
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h468 __typeof(a) __tmp; \
470 __tmp = (c); \
471 _2sumF(__tmp, (a)); \
473 (a) = __tmp; \