Home
last modified time | relevance | path

Searched refs:rv (Results 1 – 12 of 12) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
Dsp_counted_base_gcc_mips.hpp56 int rv, tmp; in atomic_decrement() local
69 "=&r"( rv ), "=&r"( tmp ), "=m"( *pw ): in atomic_decrement()
74 return rv; in atomic_decrement()
82 int rv, tmp; in atomic_conditional_increment() local
97 "=&r"( rv ), "=&r"( tmp ), "=m"( *pw ): in atomic_conditional_increment()
102 return rv; in atomic_conditional_increment()
Dsp_counted_base_gcc_x86.hpp75 int rv, tmp; in atomic_conditional_increment() local
89 "=m"( *pw ), "=&a"( rv ), "=&r"( tmp ): // outputs (%0, %1, %2) in atomic_conditional_increment()
94 return rv; in atomic_conditional_increment()
Dsp_counted_base_spin.hpp49 int rv = *pw; in atomic_conditional_increment() local
50 if( rv != 0 ) ++*pw; in atomic_conditional_increment()
51 return rv; in atomic_conditional_increment()
/ndk/sources/android/support/src/stdio/
Dstrtod.c619 Bigint *rv; local
623 if ((rv = freelist[k]) != NULL) {
624 freelist[k] = rv->next;
628 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(Long));
629 if (rv == NULL) {
630 rv = BIGINT_INVALID;
633 rv->k = k;
634 rv->maxwds = x;
636 rv->sign = rv->wds = 0;
640 return rv;
[all …]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbug-regex27.c55 int rv = regexec (&r, tests[i].string, 0, NULL, 0); in main() local
56 if (rv != tests[i].retval) in main()
59 i, rv, tests[i].retval); in main()
Dbug-regex28.c66 int rv = re_search (&r, tests[i].string, len, 0, len, NULL); in main() local
67 if (rv != tests[i].retval) in main()
70 i, rv, tests[i].retval); in main()
/ndk/sources/host-tools/sed-4.2.1/po/
Dhu.po112 msgstr "�rv�nytelen 0 c�mz�s"
446 msgstr "�rv�nytelen �sszehasonl�t� karakter"
450 msgstr "�rv�nytelen karakteroszt�ly-n�v"
458 msgstr "�rv�nytelen vissza-hivatkoz�s"
474 msgstr "\\{\\}-nak �rv�nytelen a tartalma"
478 msgstr "Sorozat �rv�nytelen v�ge"
486 msgstr "�rv�nytelen megel�z� regul�ris kifejez�s"
Dsv.po44 msgstr "\\ förväntades efter \"a\", \"c\" eller \"i\""
108 msgstr "nyare version av sed förväntades"
188 # Kommentar från Jan Djärv:
543 #~ msgstr "\\ förväntades efter \"a\", \"c\" eller \"i\""
578 # Kommentar från Jan Djärv:
/ndk/sources/host-tools/make-3.81/
Ddosbuild.bat50 ar rv libglob.a glob.o fnmatch.o
/ndk/sources/third_party/googletest/googletest/
DREADME128 ar -rv libgtest.a gtest-all.o
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-17143 Flags to give the archive-maintaining program; default `rv'.
Dmake.texi8803 Flags to give the archive-maintaining program; default @samp{rv}.