HomeSort by: relevance | last modified time | path
    Searched defs:u64_max (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
uint_set.c 96 static uint64_t u64_max(uint64_t x, uint64_t y) function
109 >= u64_max(a->start, b->start);
205 ovend->range.end = u64_max(end, z->range.end);
  /src/usr.bin/xlint/lint1/
tree.c 95 u64_max(uint64_t a, uint64_t b) function
288 c.umin = a.umin / u64_max(b.umax, 1);
289 c.umax = a.umax / u64_max(b.umin, 1);
298 uint64_t max_abs_b = u64_max(s64_abs(b.smin), s64_abs(b.smax));
471 c.umax = u64_max(a.umax, b.umax);

Completed in 17 milliseconds