Searched defs:rv (Results 1 - 4 of 4) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
H A Dsp_counted_base_gcc_mips.hpp56 int rv, tmp; local
69 "=&r"( rv ), "=&r"( tmp ), "=m"( *pw ):
74 return rv;
82 int rv, tmp; local
97 "=&r"( rv ), "=&r"( tmp ), "=m"( *pw ):
102 return rv;
H A Dsp_counted_base_gcc_x86.hpp71 // int rv = *pw;
72 // if( rv != 0 ) ++*pw;
73 // return rv;
75 int rv, tmp; local
89 "=m"( *pw ), "=&a"( rv ), "=&r"( tmp ): // outputs (%0, %1, %2)
94 return rv;
H A Dsp_counted_base_spin.hpp49 int rv = *pw; local
50 if( rv != 0 ) ++*pw;
51 return rv;
/ndk/sources/android/support/src/stdio/
H A Dstrtod.c610 Bigint *rv; local
614 if ((rv = freelist[k]) != NULL) {
615 freelist[k] = rv->next;
619 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(Long));
620 if (rv == NULL) {
621 rv = BIGINT_INVALID;
624 rv->k = k;
625 rv->maxwds = x;
627 rv->sign = rv
1587 _double rv, rv0; local
3003 char *rv, *t; local
[all...]

Completed in 102 milliseconds