/dports/security/john/john-1.9.0-jumbo-1/src/ |
H A D | int128.h | 30 #ifndef UINT128_MAX 31 #define UINT128_MAX ((uint128_t)-1) macro 35 #define INT128_MAX ((int128_t)(UINT128_MAX >> 1))
|
H A D | mpz_int128.h | 62 #define mpz_add(rop, op1, op2) do { rop = op1 + op2; if (rop < op2) rop = UINT128_MAX; } while (0) 63 #define mpz_add_ui(rop, op1, op2) do { rop = op1 + (op2); if (rop < (op2)) rop = UINT128_MAX; } whi… 68 #define mpz_mul(rop, op1, op2) do { rop = op1 * op2; if (rop < op2) rop = UINT128_MAX; } while (0) 69 #define mpz_mul_ui(rop, op1, op2) do { rop = op1 * (op2); if (rop < (op2)) rop = UINT128_MAX; } whi…
|
/dports/security/py-coincurve/coincurve-16.0.0/libsecp256k1/src/ |
H A D | util.h | 263 #elif defined(UINT128_MAX) || defined(__SIZEOF_INT128__) 269 # if !defined(UINT128_MAX) && defined(__SIZEOF_INT128__) 272 #define UINT128_MAX ((uint128_t)(-1)) macro 273 #define INT128_MAX ((int128_t)(UINT128_MAX >> 1))
|
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/secp256k1/src/ |
H A D | util.h | 289 #elif defined(UINT128_MAX) || defined(__SIZEOF_INT128__) 295 # if !defined(UINT128_MAX) && defined(__SIZEOF_INT128__) 298 #define UINT128_MAX ((uint128_t)(-1)) macro 299 #define INT128_MAX ((int128_t)(UINT128_MAX >> 1))
|
/dports/devel/dtool/dtool-0.11.0/cargo-crates/secp256k1-sys-0.4.1/depend/secp256k1/src/ |
H A D | util.h | 247 #elif defined(UINT128_MAX) || defined(__SIZEOF_INT128__) 253 # if !defined(UINT128_MAX) && defined(__SIZEOF_INT128__) 256 #define UINT128_MAX ((uint128_t)(-1)) macro 257 #define INT128_MAX ((int128_t)(UINT128_MAX >> 1))
|
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/secp256k1/src/ |
H A D | util.h | 263 #elif defined(UINT128_MAX) || defined(__SIZEOF_INT128__) 269 # if !defined(UINT128_MAX) && defined(__SIZEOF_INT128__) 272 #define UINT128_MAX ((uint128_t)(-1)) macro 273 #define INT128_MAX ((int128_t)(UINT128_MAX >> 1))
|
/dports/net-p2p/bitcoin/bitcoin-22.0/src/secp256k1/src/ |
H A D | util.h | 263 #elif defined(UINT128_MAX) || defined(__SIZEOF_INT128__) 269 # if !defined(UINT128_MAX) && defined(__SIZEOF_INT128__) 272 #define UINT128_MAX ((uint128_t)(-1)) 273 #define INT128_MAX ((int128_t)(UINT128_MAX >> 1))
|
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/secp256k1/src/ |
H A D | util.h | 263 #elif defined(UINT128_MAX) || defined(__SIZEOF_INT128__) 269 # if !defined(UINT128_MAX) && defined(__SIZEOF_INT128__) 272 #define UINT128_MAX ((uint128_t)(-1)) macro 273 #define INT128_MAX ((int128_t)(UINT128_MAX >> 1))
|
/dports/math/p5-Math-Int128/Math-Int128-0.22/ |
H A D | strtoint128.h | 97 upper_mul_limit = UINT128_MAX / base; in strtoint128() 103 … if (UINT128_MAX - acc < c) overflow(aTHX_ (sign ? out_of_bounds_error_s : out_of_bounds_error_u)); in strtoint128()
|
/dports/shells/yash/yash-2.51/ |
H A D | hashtable.h | 29 #elif defined UINT128_MAX && UINT128_MAX == UINT_FAST32_MAX
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/c-c++-common/ubsan/ |
H A D | float-cast-overflow-2.c | 24 d = UINT128_MAX; in main()
|