Searched refs:MINIMUM (Results 1 – 2 of 2) sorted by relevance
27 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) macro98 *st->psize = MINIMUM(st->pos, st->len); in memstream_seek()
28 #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) macro108 *st->psize = MINIMUM(st->pos, st->len); in wmemstream_seek()