/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++)
|
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++)
|
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;
|
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;
|
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...] |
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...] |
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...] |