Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dopen_memstream.c27 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) macro
98 *st->psize = MINIMUM(st->pos, st->len); in memstream_seek()
Dopen_wmemstream.c28 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) macro
108 *st->psize = MINIMUM(st->pos, st->len); in wmemstream_seek()