HomeSort by: relevance | last modified time | path
    Searched refs:umax (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/kern/
subr_humanize.c 58 uint64_t umax, b10; local in function:humanize_number
79 umax = 1;
82 if (umax > b10) {
86 * value available for umax, so we must skip
87 * the "bytes >= umax" test below
92 umax *= 10;
94 for (i = 0; bytes >= umax && prefixes[i + 1]; i++)
  /src/usr.bin/sdpquery/
command.c 210 uintmax_t umax; local in function:build_ssp
221 umax = strtoumax(*argv, &ep, 0);
233 umax = aliases[i].uuid;
234 } else if (umax > UINT32_MAX)
238 uuid.time_low = (uint32_t)umax;
  /src/usr.bin/xlint/lint1/
tree.c 57 uint64_t umax; /* unsigned maximum */ member in struct:integer_constraints
234 c.umax = vbits;
235 c.bclr = ~c.umax;
240 c.umax = UINT64_MAX;
260 c.umax = c.smin >= 0 ? (uint64_t)c.smax : UINT64_MAX;
261 c.bclr = ~u64_fill_right(c.umax);
265 if (a.umax > 0 && b.umax > ic_any(tp).umax / a.umax)
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 377 print_ugid(u_int8_t op, unsigned u1, unsigned u2, const char *t, unsigned umax)
384 if (u1 == umax && (op == PF_OP_EQ || op == PF_OP_NE))
  /src/lib/librumpuser/build-aux/
config.sub 664 encore | umax | mmax)
  /src/sys/external/isc/libsodium/dist/build-aux/
config.sub 666 encore | umax | mmax)
  /src/sys/external/isc/libsodium/dist/
config.sub 637 encore | umax | mmax)

Completed in 17 milliseconds