Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_defs.h846 Dwarf_Tag tmp2; in cache_to() local
852 const Dwarf_Abbr_AT* abbr_at = cur_abbr->process(&abbr_num, &tmp2); in cache_to()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h196 double tmp1, tmp2; \
197 tmp1 = _STLP_CMATH_FUNC_NAMESPACE::cfunc(__STATIC_CAST(double, x), &tmp2); \
198 *y = __STATIC_CAST(__type, tmp2); \