Home
last modified time | relevance | path

Searched defs:rval (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dstrstream_test.cpp36 _STLP_LONG_LONG rval = 0; in input() local
42 _STLP_LONG_LONG rval = 0; in input() local
/ndk/tests/device/test-gnustl-full/unit/
Dstrstream_test.cpp36 _STLP_LONG_LONG rval = 0; in input() local
42 _STLP_LONG_LONG rval = 0; in input() local
/ndk/sources/host-tools/make-3.81/w32/
Dpathstuff.c135 char *rval; in convert_path_to_nutc() local
/ndk/sources/android/support/src/msun/
Dmath_private.h280 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval)) argument
282 #define STRICT_ASSIGN(type, lval, rval) do { \ argument