HomeSort by relevance Sort by last modified time
    Searched refs:minof (Results 1 - 2 of 2) sorted by null

  /external/toybox/lib/
lib.h 352 #define minof(a, b) ({typeof(a) aa = (a); typeof(b) bb = (b); aa<bb ? aa : bb;}) macro
  /external/toybox/toys/pending/
xzcat.c 814 copy_size = minof(s->temp.filtered, b->out_size - b->out_pos);
    [all...]

Completed in 582 milliseconds