/external/llvm-project/clang/test/CodeGen/ |
D | PR32874.c | 32 int INT_MAX = 0x7fffffff; in ub_constant_arithmetic() local 46 INT_MAX * INT_MAX; in ub_constant_arithmetic() local
|
/external/rust/crates/libc/src/ |
D | sgx.rs | 27 pub const INT_MAX: c_int = 2147483647; constant
|
D | switch.rs | 29 pub const INT_MAX: c_int = 2147483647; constant
|
/external/llvm-project/libclc/generic/include/clc/integer/ |
D | definitions.h | 2 #define INT_MAX 2147483647 macro
|
/external/arm-trusted-firmware/include/lib/libc/aarch64/ |
D | limits_.h | 15 #define INT_MAX 0x7FFFFFFF macro
|
/external/arm-trusted-firmware/include/lib/libc/aarch32/ |
D | limits_.h | 15 #define INT_MAX 0x7FFFFFFF macro
|
/external/clang/lib/Headers/ |
D | limits.h | 62 #define INT_MAX __INT_MAX__ macro
|
D | opencl-c.h | 269 #define INT_MAX 2147483647 macro
|
/external/llvm-project/clang/lib/Headers/ |
D | limits.h | 46 #define INT_MAX __INT_MAX__ macro
|
/external/python/cpython2/Lib/test/ |
D | test_ucn.py | 18 INT_MAX = PY_SSIZE_T_MAX = UINT_MAX = 2**64 - 1 variable
|
D | test_tcl.py | 18 INT_MAX = PY_SSIZE_T_MAX = sys.maxsize variable
|
/external/clang/test/Analysis/ |
D | switch-case.c | 7 #define INT_MAX 0x7fffffff macro
|
D | additive-folding.cpp | 6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1)) macro
|
D | additive-folding-range-constraints.c | 6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1)) macro
|
/external/llvm-project/clang/test/Analysis/ |
D | switch-case.c | 7 #define INT_MAX 0x7fffffff macro
|
D | constant-folding.c | 4 #define INT_MAX (int)(UINT_MAX & (UINT_MAX >> 1)) macro
|
D | constraint_manager_negate_difference.c | 10 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1)) macro
|
D | additive-folding.cpp | 6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1)) macro
|
D | additive-folding-range-constraints.c | 6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1)) macro
|
/external/python/cpython3/Lib/test/ |
D | test_ucn.py | 19 INT_MAX = PY_SSIZE_T_MAX = UINT_MAX = 2**64 - 1 variable
|
D | test_tcl.py | 19 INT_MAX = PY_SSIZE_T_MAX = sys.maxsize variable
|
/external/autotest/server/site_tests/firmware_ECThermal/ |
D | firmware_ECThermal.py | 35 INT_MAX = 10000 variable in firmware_ECThermal
|
/external/python/cpython3/Include/ |
D | pyport.h | 714 #define INT_MAX 2147483647 macro
|
/external/python/cpython2/Include/ |
D | pyport.h | 868 #define INT_MAX 2147483647 macro
|
/external/python/pycparser/utils/fake_libc_include/ |
D | _fake_defines.h | 33 #define INT_MAX 32767 macro
|