| /src/sys/crypto/nist_hash_drbg/ |
| nist_hash_drbg.c | 308 const size_t smax = slen - 1, amax = alen - 1; 314 c += s[smax - i] + a[amax - i]; 315 s[smax - i] = c & 0xff; 321 c += s[smax - i]; 322 s[smax - i] = c & 0xff; 303 const size_t smax = slen - 1, amax = alen - 1; local
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| KnownBits.cpp | 141 KnownBits KnownBits::smax(const KnownBits &LHS, const KnownBits &RHS) { function in class:KnownBits 372 // LHS >s RHS -> false if smax(LHS) <= smax(RHS) 375 // LHS >s RHS -> true if smin(LHS) > smax(RHS)
|
| /src/external/bsd/elftoolchain/dist/libelf/ |
| elf_update.c | 381 const uint64_t smax = start + size; local 395 } else if (smax <= tmin) {
|
| /src/external/gpl3/gcc/dist/gcc/ |
| double-int.cc | 1414 double_int::smax (double_int b) function in class:double_int
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| double-int.cc | 1414 double_int::smax (double_int b) function in class:double_int
|
| wide-int.h | 556 BINARY_FUNCTION smax (const T1 &, const T2 &); 2301 wi::smax (const T1 &x, const T2 &y) function in class:wi
|
| /src/usr.bin/xlint/lint1/ |
| tree.c | 55 int64_t smax; /* signed maximum */ member in struct:integer_constraints 232 c.smax = width < 64 ? (int64_t)vbits : INT64_MAX; 238 c.smax = (int64_t)(vbits >> 1); 253 int64_t lu = si_mult_sat(tp, a.smin, b.smax); 254 int64_t ul = si_mult_sat(tp, a.smax, b.smin); 255 int64_t uu = si_mult_sat(tp, a.smax, b.smax); 258 c.smax = s64_max(ll, s64_max(lu, s64_max(ul, uu))); 260 c.umax = c.smin >= 0 ? (uint64_t)c.smax : UINT64_MAX; 269 c.smax = INT64_MAX [all...] |
| /src/external/gpl3/gdb/dist/sim/aarch64/ |
| simulator.c | 4377 int64_t smax; local 4381 smax = aarch64_get_vec_s8 (cpu, vs, 0); 4383 smax = max (smax, aarch64_get_vec_s8 (cpu, vs, i)); 4386 smax = aarch64_get_vec_s16 (cpu, vs, 0); 4388 smax = max (smax, aarch64_get_vec_s16 (cpu, vs, i)); 4391 smax = aarch64_get_vec_s32 (cpu, vs, 0); 4393 smax = max (smax, aarch64_get_vec_s32 (cpu, vs, i)) [all...] |
| /src/external/gpl3/gdb.old/dist/sim/aarch64/ |
| simulator.c | 4377 int64_t smax; local 4381 smax = aarch64_get_vec_s8 (cpu, vs, 0); 4383 smax = max (smax, aarch64_get_vec_s8 (cpu, vs, i)); 4386 smax = aarch64_get_vec_s16 (cpu, vs, 0); 4388 smax = max (smax, aarch64_get_vec_s16 (cpu, vs, i)); 4391 smax = aarch64_get_vec_s32 (cpu, vs, 0); 4393 smax = max (smax, aarch64_get_vec_s32 (cpu, vs, i)) [all...] |