Searched refs:__temp (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A D980312-1.c8 double __temp; local
9 __temp = 1.0;
10 return __temp;
H A D980313-1.c8 double __temp; local
9 __temp -= 1.0;
10 return __temp;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D980312-1.c8 double __temp; local
9 __temp = 1.0;
10 return __temp;
H A D980313-1.c8 double __temp; local
9 __temp -= 1.0;
10 return __temp;
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/libdrm/
H A Dlibdrm_lists.h81 #define DRMLISTFOREACHSAFE(__item, __temp, __list) \
82 for ((__item) = (__list)->next, (__temp) = (__item)->next; \
84 (__item) = (__temp), (__temp) = (__item)->next)
86 #define DRMLISTFOREACHSAFEREVERSE(__item, __temp, __list) \
87 for ((__item) = (__list)->prev, (__temp) = (__item)->prev; \
89 (__item) = (__temp), (__temp) = (__item)->prev)
H A Dxf86mm.h99 #define DRMLISTFOREACHSAFE(__item, __temp, __list) \
100 for ((__item) = (__list)->next, (__temp) = (__item)->next; \
102 (__item) = (__temp), (__temp) = (__item)->next)
104 #define DRMLISTFOREACHSAFEREVERSE(__item, __temp, __list) \
105 for ((__item) = (__list)->prev, (__temp) = (__item)->prev; \
107 (__item) = (__temp), (__temp) = (__item)->prev)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dbitmap_allocator.cc59 iterator __temp = local
64 if (__temp == _M_get_free_list().end() || !_M_should_i_give(**__temp, __sz))
98 size_t* __ret = *__temp;
99 _M_get_free_list().erase(__temp);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/m68k/
H A Datomicity.h38 register _Atomic_word __temp; local
43 : "=d" (__result), "=&d" (__temp), "=m" (*__mem)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/config/cpu/m68k/
H A Datomicity.h43 register _Atomic_word __temp; local
48 : "=d" (__result), "=&d" (__temp), "=m" (*__mem)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h591 iterator __temp = __detail::__lower_bound local
596 __free_list.insert(__temp, __addr);
775 size_t* __temp = local
777 *__temp = 0;
778 ++__temp;
783 (__temp + __num_bitmaps),
785 (__temp + __num_bitmaps)
792 __temp[__i] = ~static_cast<size_t>(0); // 1 Indicates all Free.
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Dbitmap_allocator.h773 iterator __temp = __gnu_cxx::balloc::__lower_bound local
778 __free_list.insert(__temp, __addr);
947 size_t* __temp = local
950 *__temp = 0;
951 ++__temp;
956 (__temp + __num_bitmaps),
958 (__temp + __num_bitmaps)
968 __temp[__i] = __bit_mask;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dforward_list.h85 while (_Fwd_list_node_base* __temp = __tail->_M_next)
88 _M_next = __temp;
89 __tail->_M_next = __temp->_M_next;

Completed in 112 milliseconds