Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/ld/
Dmath_ld.h57 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval)) argument
62 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval)) argument
64 #define STRICT_ASSIGN(type, lval, rval) do { \ argument
/picolibc-latest/newlib/libc/stdlib/
Dputenv.c27 int rval; in putenv() local