Searched refs:INT64_MAX (Results 1 - 25 of 98) sorted by relevance

1234

/external/clang/test/Modules/Inputs/pr19692/
H A Dstdint.h1 #define INT64_MAX 42 macro
H A DAIX.h1 #undef INT64_MAX macro
H A DTBlah.h2 int use = INT64_MAX;
/external/clang/test/Modules/
H A Dpr19692.cpp7 int k = INT64_MAX; // expected-no-diagnostics
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DAIXDataTypesFix.h24 #undef INT64_MAX macro
H A DDataTypes.h178 #if !defined(INT64_MAX)
179 # define INT64_MAX 9223372036854775807LL macro
182 # define INT64_MIN ((-INT64_MAX)-1)
/external/syslinux/com32/include/bitsize64/
H A Dstdintlimits.h7 #define INT_FAST16_MAX INT64_MAX
8 #define INT_FAST32_MAX INT64_MAX
13 #define INTPTR_MAX INT64_MAX
17 #define PTRDIFF_MAX INT64_MAX
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h73 #undef INT64_MAX macro
121 #if !defined(INT64_MAX)
122 # define INT64_MAX 9223372036854775807LL macro
125 # define INT64_MIN ((-INT64_MAX)-1)
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h73 #undef INT64_MAX macro
121 #if !defined(INT64_MAX)
122 # define INT64_MAX 9223372036854775807LL macro
125 # define INT64_MIN ((-INT64_MAX)-1)
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/
H A DDataTypes.h73 #undef INT64_MAX macro
121 #if !defined(INT64_MAX)
122 # define INT64_MAX 9223372036854775807LL macro
125 # define INT64_MIN ((-INT64_MAX)-1)
/external/valgrind/none/tests/s390x/
H A Dcomp-1.c167 SCOMP_REG_REG(cgr, INT64_MIN, INT64_MAX);
168 SCOMP_REG_REG(cgr, INT64_MAX, INT64_MIN);
169 SCOMP_REG_REG(cgr, INT64_MAX, INT64_MAX);
175 SCOMP_REG_REG(cgfr, INT64_MAX, INT32_MIN);
176 SCOMP_REG_REG(cgfr, INT64_MAX, INT32_MAX);
187 SCOMP_REG_MEM(cg, INT64_MIN, INT64_MAX, int64_t);
188 SCOMP_REG_MEM(cg, INT64_MAX, INT64_MIN, int64_t);
189 SCOMP_REG_MEM(cg, INT64_MAX, INT64_MAX, int64_
[all...]
H A Dcomp-2.c145 SCOMP_REG_REG(clgr, INT64_MIN, INT64_MAX);
146 SCOMP_REG_REG(clgr, INT64_MAX, INT64_MIN);
147 SCOMP_REG_REG(clgr, INT64_MAX, INT64_MAX);
153 SCOMP_REG_REG(clgfr, INT64_MAX, INT32_MIN);
154 SCOMP_REG_REG(clgfr, INT64_MAX, INT32_MAX);
165 SCOMP_REG_MEM(clg, INT64_MIN, INT64_MAX, int64_t);
166 SCOMP_REG_MEM(clg, INT64_MAX, INT64_MIN, int64_t);
167 SCOMP_REG_MEM(clg, INT64_MAX, INT64_MAX, int64_
[all...]
H A Drounding-5.c77 i64 = INT64_MAX;
85 i64 = INT64_MAX;
/external/llvm/include/llvm/Support/
H A DDataTypes.h.cmake73 #undef INT64_MAX
121 #if !defined(INT64_MAX)
122 # define INT64_MAX 9223372036854775807LL
125 # define INT64_MIN ((-INT64_MAX)-1)
H A DDataTypes.h193 #if !defined(INT64_MAX)
194 # define INT64_MAX 9223372036854775807LL macro
197 # define INT64_MIN ((-INT64_MAX)-1)
/external/libusb/msvc/
H A Dstdint.h135 #define INT64_MAX 9223372036854775807LL macro
151 #define INT_LEAST64_MAX INT64_MAX
167 #define INT_FAST64_MAX INT64_MAX
178 #define INTPTR_MAX INT64_MAX
188 #define INTMAX_MAX INT64_MAX
194 #define PTRDIFF_MAX INT64_MAX
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h177 #if !defined(INT64_MAX)
178 # define INT64_MAX 9223372036854775807LL macro
181 # define INT64_MIN ((-INT64_MAX)-1)
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h177 #if !defined(INT64_MAX)
178 # define INT64_MAX 9223372036854775807LL macro
181 # define INT64_MIN ((-INT64_MAX)-1)
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h177 #if !defined(INT64_MAX)
178 # define INT64_MAX 9223372036854775807LL macro
181 # define INT64_MIN ((-INT64_MAX)-1)
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h193 #if !defined(INT64_MAX)
194 #define INT64_MAX 9223372036854775807LL macro
197 #define INT64_MIN ((-INT64_MAX) - 1)
/external/swiftshader/third_party/LLVM/lib/Support/
H A DTimeValue.cpp21 const TimeValue TimeValue::MaxTime = TimeValue ( INT64_MAX,0 );
/external/syslinux/com32/include/
H A Dstdint.h39 #define INT64_MAX (__INT64_C(9223372036854775807)) macro
54 #define INT_LEAST64_MAX INT64_MAX
65 #define INT_FAST64_MAX INT64_MAX
71 #define INTMAX_MAX INT64_MAX
/external/mesa3d/src/util/
H A Drounding.h100 #if LONG_MAX == INT64_MAX
120 #if LONG_MAX == INT64_MAX
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h139 #define INT64_MAX _I64_MAX macro
153 #define INT_LEAST64_MAX INT64_MAX
167 #define INT_FAST64_MAX INT64_MAX
176 # define INTPTR_MAX INT64_MAX
186 #define INTMAX_MAX INT64_MAX
/external/libvncserver/compat/msvc/
H A Dstdint.h139 #define INT64_MAX _I64_MAX macro
153 #define INT_LEAST64_MAX INT64_MAX
167 #define INT_FAST64_MAX INT64_MAX
176 # define INTPTR_MAX INT64_MAX
186 #define INTMAX_MAX INT64_MAX

Completed in 616 milliseconds

1234