Searched refs:INT64_C (Results 26 - 50 of 83) sorted by relevance

1234

/external/compiler-rt/test/builtins/timing/
H A Dnegdi2.c29 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
H A Ddivdi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
H A Dmoddi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
H A Dmodsi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
H A Dmuldi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
H A Dudivdi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
H A Dumoddi3.c31 int64_t fixedInput = INT64_C(0x1234567890ABCDEF);
/external/llvm/include/llvm/Support/
H A DDataTypes.h164 #ifndef INT64_C
165 # define INT64_C(C) C##i64 macro
/external/opencv3/3rdparty/include/
H A Dmsc_stdint.h204 #define INT64_C(val) val##i64 macro
212 #define INTMAX_C INT64_C
/external/compiler-rt/lib/builtins/
H A Dfloatdidf.c41 low.x |= a & INT64_C(0x00000000ffffffff);
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h183 INT64_C(0x4040000006002000) +
194 tempCE -= INT64_C(0x4040000006002000);
287 return (node & INT64_C(0xffff00000fffffff)) | nodeFromPreviousIndex(previous);
290 return (node & INT64_C(0xfffffffff00000ff)) | nodeFromNextIndex(next);
H A Dcollationcompare.cpp55 left.setCurrentCE(ce & INT64_C(0xffffffff00000000));
80 right.setCurrentCE(ce & INT64_C(0xffffffff00000000));
/external/mesa3d/src/egl/main/
H A Deglcompiler.h57 # define INT64_C(__val) __val##i64 macro
/external/bison/darwin-lib/
H A Dstdint.h596 #undef INT64_C macro
599 # define INT64_C(x) x##L macro
601 # define INT64_C(x) x##i64 macro
603 # define INT64_C(x) x##LL macro
619 # define INTMAX_C(x) INT64_C(x)
/external/bison/lib/
H A Dstdint.in.h595 #undef INT64_C
598 # define INT64_C(x) x##L
600 # define INT64_C(x) x##i64
602 # define INT64_C(x) x##LL
618 # define INTMAX_C(x) INT64_C(x)
/external/clang/test/Preprocessor/
H A Dstdint.c1160 // TCE:INT64_C_(0) INT64_C(0)
1491 INT64_C_(0) INT64_C(0)
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h233 #define INT64_C(val) val##i64 macro
241 #define INTMAX_C INT64_C
/external/libchrome/base/strings/
H A Dstring_number_conversions_unittest.cc244 {"-2147483649", INT64_C(-2147483649), true},
245 {"-99999999999", INT64_C(-99999999999), true},
246 {"2147483648", INT64_C(2147483648), true},
247 {"99999999999", INT64_C(99999999999), true},
562 {"40acd88557b", INT64_C(4444444448123), true},
570 {"0x40acd88557b", INT64_C(4444444448123), true},
621 {"40acd88557b", INT64_C(4444444448123), true},
629 {"0x40acd88557b", INT64_C(4444444448123), true},
/external/libvncserver/compat/msvc/
H A Dstdint.h233 #define INT64_C(val) val##i64 macro
241 #define INTMAX_C INT64_C
/external/libweave/third_party/chromium/base/strings/
H A Dstring_number_conversions_unittest.cc210 {"-2147483649", INT64_C(-2147483649), true},
211 {"-99999999999", INT64_C(-99999999999), true},
212 {"2147483648", INT64_C(2147483648), true},
213 {"99999999999", INT64_C(99999999999), true},
498 {"40acd88557b", INT64_C(4444444448123), true},
506 {"0x40acd88557b", INT64_C(4444444448123), true},
557 {"40acd88557b", INT64_C(4444444448123), true},
565 {"0x40acd88557b", INT64_C(4444444448123), true},
/external/mesa3d/include/c99/
H A Dstdint.h233 #define INT64_C(val) val##i64 macro
241 #define INTMAX_C INT64_C
/external/icu/icu4c/source/test/cintltst/
H A Dtracetst.c311 , __LINE__, INT64_C(0x123456780abcdef0));
317 ptr = (void *) INT64_C(0x1000200030004000);
/external/libchrome/base/numerics/
H A Dsafe_numerics_unittest.cc710 EXPECT_FALSE(IsValueInRangeForNumericType<int32_t>(INT64_C(0x80000000)));
711 EXPECT_FALSE(IsValueInRangeForNumericType<int32_t>(INT64_C(0xffffffff)));
712 EXPECT_FALSE(IsValueInRangeForNumericType<int32_t>(INT64_C(0x100000000)));
732 EXPECT_FALSE(IsValueInRangeForNumericType<uint64_t>(INT64_C(-1)));
744 EXPECT_TRUE(IsValueInRangeForNumericType<int64_t>(INT64_C(0x80000000)));
745 EXPECT_TRUE(IsValueInRangeForNumericType<int64_t>(INT64_C(0xffffffff)));
746 EXPECT_TRUE(IsValueInRangeForNumericType<int64_t>(INT64_C(0x100000000)));
748 IsValueInRangeForNumericType<int64_t>(INT64_C(0x7fffffffffffffff)));
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp264 #ifndef INT64_C
265 #error INT64_C not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp265 #ifndef INT64_C
266 #error INT64_C not defined

Completed in 714 milliseconds

1234