Searched refs:INT64_C (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dutmscale.c14 #define ticks INT64_C(1)
25 {milliseconds, INT64_C(62135596800000), INT64_C(-984472800485477), INT64_C(860201606885477), INT64_C(-9223372036854774999), INT64_C(9223372036854774999), INT64_C(62135596800001), INT64_C(62135596799999), INT64_C(5000), INT64_C(
[all...]
H A Dcollationbuilder.h178 INT64_C(0x4040000006002000) +
189 tempCE -= INT64_C(0x4040000006002000);
287 return (node & INT64_C(0xffff00000fffffff)) | nodeFromPreviousIndex(previous);
290 return (node & INT64_C(0xfffffffff00000ff)) | nodeFromNextIndex(next);
H A Dcollationcompare.cpp56 left.setCurrentCE(ce & INT64_C(0xffffffff00000000));
81 right.setCurrentCE(ce & INT64_C(0xffffffff00000000));
H A Dcollation.h120 static const int64_t NO_CE = INT64_C(0x101000100); // NO_CE_PRIMARY, NO_CE_WEIGHT16, NO_CE_WEIGHT16
H A Dcoleitr.cpp75 return (ce & INT64_C(0xffff00ff003f)) != 0;
H A Ducurr.cpp2058 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
2072 currDate64 |= ((int64_t)toArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
2262 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
2272 currDate64 |= ((int64_t)toArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
2386 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
2396 currDate64 |= ((int64_t)toArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
H A Dcollationbasedatabuilder.cpp274 ce &= INT64_C(0xffffffffffff3fff);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dutmstest.c360 * Console::WriteLine(L" {{ {0}, 1, 1, INT64_C({1}) }},", year, DateTime(year, 1, 1).Ticks);
365 { 100, 1, 1, INT64_C(31241376000000000) },
366 { 100, 3, 1, INT64_C(31292352000000000) },
367 { 200, 1, 1, INT64_C(62798112000000000) },
368 { 200, 3, 1, INT64_C(62849088000000000) },
369 { 300, 1, 1, INT64_C(94354848000000000) },
370 { 300, 3, 1, INT64_C(94405824000000000) },
371 { 400, 1, 1, INT64_C(125911584000000000) },
372 { 400, 3, 1, INT64_C(125963424000000000) },
373 { 500, 1, 1, INT64_C(15746918400000000
[all...]
H A Dtracetst.c311 , __LINE__, INT64_C(0x123456780abcdef0));
317 ptr = (void *) INT64_C(0x1000200030004000);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dumachine.h165 # ifndef INT64_C
168 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
171 # define INT64_C(c) c ## LL macro
183 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
187 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dumachine.h184 # ifndef INT64_C
187 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
190 # define INT64_C(c) c ## LL macro
202 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
206 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dumachine.h184 # ifndef INT64_C
187 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
190 # define INT64_C(c) c ## LL macro
202 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
206 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dumachine.h184 # ifndef INT64_C
187 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
190 # define INT64_C(c) c ## LL macro
202 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
206 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/unisetperf/draft/
H A Dbitset.cpp130 b|=~((INT64_C(1)<<(start&0x3f))-1);
137 uint16_t all=bitHash->map(INT64_C(0xffffffffffffffff));
142 b=INT64_C(0xffffffffffffffff);
145 b&=(INT64_C(1)<<(end&0x3f))-1;
183 return (UBool)((bits[c>>6]&(INT64_C(1)<<(c&0x3f)))!=0);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h472 #undef INT64_C macro
475 # define INT64_C(x) x##L macro
477 # define INT64_C(x) x##i64 macro
479 # define INT64_C(x) x##LL macro
495 # define INTMAX_C(x) INT64_C(x)
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDataTypes.h.cmake154 #ifndef INT64_C
155 # define INT64_C(C) C##i64
H A DDataTypes.h.in151 #ifndef INT64_C
152 # define INT64_C(C) C##i64
H A DMathExtras.h38 return N >= 64 || (-(INT64_C(1)<<(N-1)) <= x && x < (INT64_C(1)<<(N-1)));
96 return N >= 64 || (-(INT64_C(1)<<(N-1)) <= x && x < (INT64_C(1)<<(N-1)));
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h38 return N >= 64 || (-(INT64_C(1)<<(N-1)) <= x && x < (INT64_C(1)<<(N-1)));
96 return N >= 64 || (-(INT64_C(1)<<(N-1)) <= x && x < (INT64_C(1)<<(N-1)));
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h201 #define INT64_C(v) (v ## LL) macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h192 #define INT64_C(v) (v ## LL) macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h245 #define INT64_C(val) val##i64 macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h990 #undef INT64_C macro
993 # define INT64_C(x) x##L macro
996 # define INT64_C(x) x##LL macro
999 # define INT64_C(x) x##i64 macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h809 #if ( !defined( INT64_C ) )
811 #define INT64_C( value ) value ## i64 macro
813 #define INT64_C( value ) value ## LL macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dputil.cpp179 static const BitPatternConversion gNan = { (int64_t) INT64_C(0x7FF8000000000000) };
180 static const BitPatternConversion gInf = { (int64_t) INT64_C(0x7FF0000000000000) };
283 #define EPOCH_BIAS INT64_C(116444736000000000)

Completed in 337 milliseconds

12