| /src/sys/kern/ |
| subr_humanize.c | 58 uint64_t umax, b10; local 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 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/external/apache2/llvm/dist/llvm/lib/Support/ |
| KnownBits.cpp | 117 KnownBits KnownBits::umax(const KnownBits &LHS, const KnownBits &RHS) { function in class:KnownBits 120 // optimized away the umax operation, but we handle them here for 127 // If the result of the umax is LHS then it must be greater than or equal to 138 return Flip(umax(Flip(LHS), Flip(RHS))); 151 return Flip(umax(Flip(LHS), Flip(RHS))); 164 return Flip(umax(Flip(LHS), Flip(RHS))); 348 // LHS >u RHS -> false if umax(LHS) <= umax(RHS) 351 // LHS >u RHS -> true if umin(LHS) > umax(RHS)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| double-int.cc | 1422 double_int::umax (double_int b) function in class:double_int
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| double-int.cc | 1422 double_int::umax (double_int b) function in class:double_int
|
| wide-int.h | 557 BINARY_FUNCTION umax (const T1 &, const T2 &); 2309 wi::umax (const T1 &x, const T2 &y) function in class:wi
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| __clang_cuda_math.h | 331 __DEVICE__ unsigned int umax(unsigned int __a, unsigned int __b) { function
|
| /src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| avr.cc | 601 unsigned umax = QImode == mode ? 0xff : 0xffff; 620 && (unsigned) hig_idx <= umax) 600 unsigned umax = QImode == mode ? 0xff : 0xffff; local
|
| /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/external/gpl3/binutils/dist/gas/config/ |
| bfin-parse.c | 7896 int umax = (1 << sz) - 1; local 7922 if (v <= umax && v >= 0)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| bfin-parse.c | 7896 int umax = (1 << sz) - 1; local 7922 if (v <= umax && v >= 0)
|
| /src/external/gpl3/gcc/dist/gcc/config/avr/ |
| avr.cc | 641 unsigned umax = QImode == mode ? 0xff : 0xffff; 660 && (unsigned) hig_idx <= umax) 640 unsigned umax = QImode == mode ? 0xff : 0xffff; local
|
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| simulator.c | 4432 uint64_t umax; local 4436 umax = aarch64_get_vec_u8 (cpu, vs, 0); 4438 umax = max (umax, aarch64_get_vec_u8 (cpu, vs, i)); 4441 umax = aarch64_get_vec_u16 (cpu, vs, 0); 4443 umax = max (umax, aarch64_get_vec_u16 (cpu, vs, i)); 4446 umax = aarch64_get_vec_u32 (cpu, vs, 0); 4448 umax = max (umax, aarch64_get_vec_u32 (cpu, vs, i)) [all...] |
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| simulator.c | 4432 uint64_t umax; local 4436 umax = aarch64_get_vec_u8 (cpu, vs, 0); 4438 umax = max (umax, aarch64_get_vec_u8 (cpu, vs, i)); 4441 umax = aarch64_get_vec_u16 (cpu, vs, 0); 4443 umax = max (umax, aarch64_get_vec_u16 (cpu, vs, i)); 4446 umax = aarch64_get_vec_u32 (cpu, vs, 0); 4448 umax = max (umax, aarch64_get_vec_u32 (cpu, vs, i)) [all...] |