Searched refs:ull (Results 1 - 25 of 62) sorted by relevance

123

/external/compiler-rt/lib/ubsan/lit_tests/Integer/
H A Dno-recover.cpp19 (void)(uint64_t(10000000000000000000ull) + uint64_t(9000000000000000000ull));
H A Duadd-overflow.cpp20 (void)(uint64_t(10000000000000000000ull) + uint64_t(9000000000000000000ull));
/external/clang/test/CodeGen/
H A DAtomics.c12 unsigned long long ull; variable
23 (void) __sync_fetch_and_add (&ull, 1); // CHECK: atomicrmw add i64
32 (void) __sync_fetch_and_sub (&ull, 1); // CHECK: atomicrmw sub i64
41 (void) __sync_fetch_and_or (&ull, 1); // CHECK: atomicrmw or i64
50 (void) __sync_fetch_and_xor (&ull, 1); // CHECK: atomicrmw xor i64
59 (void) __sync_fetch_and_and (&ull, 1); // CHECK: atomicrmw and i64
72 ull = __sync_fetch_and_add (&ull, 11); // CHECK: atomicrmw add
81 ull = __sync_fetch_and_sub (&ull, 1
[all...]
H A Dcomplex-convert.c12 unsigned long long ull, _Complex signed char csc,
139 csc1 = ull;
169 cuc1 = ull;
200 csll1 = ull;
230 cull1 = ull;
421 csll1 = ull + csc;
436 cull1 = ull + cuc;
451 csll1 = ull + csll;
464 cull1 = ull + cull;
528 csll1 = csc + ull;
11 foo(signed char sc, unsigned char uc, signed long long sll, unsigned long long ull, _Complex signed char csc, _Complex unsigned char cuc, _Complex signed long long csll, _Complex unsigned long long cull) argument
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddbformat_test.cc53 (1ull << 8) - 1, 1ull << 8, (1ull << 8) + 1,
54 (1ull << 16) - 1, 1ull << 16, (1ull << 16) + 1,
55 (1ull << 32) - 1, 1ull << 32, (1ull << 32) + 1
H A Dversion_edit_test.cc23 static const uint64_t kBig = 1ull << 50;
H A Dfilename_test.cc36 { "18446744073709551615.log", 18446744073709551615ull, kLogFile },
/external/libpcap/
H A Dpcap-int.h58 #define SWAPLL(ull) ((ull & 0xff00000000000000LL) >> 56) | \
59 ((ull & 0x00ff000000000000LL) >> 40) | \
60 ((ull & 0x0000ff0000000000LL) >> 24) | \
61 ((ull & 0x000000ff00000000LL) >> 8) | \
62 ((ull & 0x00000000ff000000LL) << 8) | \
63 ((ull & 0x0000000000ff0000LL) << 24) | \
64 ((ull & 0x000000000000ff00LL) << 40) | \
65 ((ull & 0x00000000000000ffLL) << 56)
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7.cpp34 auto g = 0ull, h = decltype(g)(0);
/external/valgrind/main/none/tests/s390x/
H A Dflogr.c104 value = 1ull << i;
113 value = 1ull << i;
/external/qemu/distrib/libpng-1.2.19/
H A Dpnggccrd.c506 typedef unsigned long long ull; typedef
510 //ull _mask_array[26];
513 ull _mask8_0;
514 ull _mask16_0, _mask16_1;
515 ull _mask24_0, _mask24_1, _mask24_2;
516 ull _mask32_0, _mask32_1, _mask32_2, _mask32_3;
517 ull _mask48_0, _mask48_1, _mask48_2, _mask48_3, _mask48_4, _mask48_5;
520 ull _amask5_3_0, _amask7_1_0; // was _const4 and _const6, respectively
523 ull _LBCarryMask, _HBClearMask;
524 ull _amask0_8_
[all...]
/external/libppp/src/
H A Dbundle.h59 #define Enabled(b, o) ((b)->cfg.optmask & (1ull << (o)))
60 #define opt_enable(b, o) ((b)->cfg.optmask |= (1ull << (o)))
61 #define opt_disable(b, o) ((b)->cfg.optmask &= ~(1ull << (o)))
/external/stressapptest/src/
H A Dsattypes.h96 #define CPU_ISSET(index, cpu_set_ptr) (*(cpu_set_ptr) & 1ull << (index))
97 #define CPU_SET(index, cpu_set_ptr) (*(cpu_set_ptr) |= 1ull << (index))
99 #define CPU_CLR(index, cpu_set_ptr) (*(cpu_set_ptr) &= ~(1ull << (index)))
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp5.cpp16 enum alignas(4) E4 { e4 = 1ull << 33 }; // expected-error {{requested alignment is less than minimum alignment of 8 for type 'E4'}}
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc828 if (value < (1ull << 35)) {
829 if (value < (1ull << 7)) {
831 } else if (value < (1ull << 14)) {
833 } else if (value < (1ull << 21)) {
835 } else if (value < (1ull << 28)) {
841 if (value < (1ull << 42)) {
843 } else if (value < (1ull << 49)) {
845 } else if (value < (1ull << 56)) {
847 } else if (value < (1ull << 63)) {
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc801 if (value < (1ull << 35)) {
802 if (value < (1ull << 7)) {
804 } else if (value < (1ull << 14)) {
806 } else if (value < (1ull << 21)) {
808 } else if (value < (1ull << 28)) {
814 if (value < (1ull << 42)) {
816 } else if (value < (1ull << 49)) {
818 } else if (value < (1ull << 56)) {
820 } else if (value < (1ull << 63)) {
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcoding_test.cc108 const uint64_t power = 1ull << k;
161 uint64_t large_value = (1ull << 63) + 100ull;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h211 const u64 mask = (1ull << (kTracePartSizeBits + hs + 1)) - 1;
219 static const u64 kIgnoreBit = 1ull << 63;
220 static const u64 kFreedBit = 1ull << 63;
318 u64 size() const { return 1ull << size_log(); }
371 static const u64 kReadBit = 1ull << kReadShift;
373 static const u64 kAtomicBit = 1ull << kAtomicShift;
H A Dtsan_defs.h148 return (T)((u64)v & ((1ull << bits) - 1));
H A Dtsan_mman.cc106 if ((sz >= (1ull << 40)) || (align >= (1ull << 40)))
/external/llvm/unittests/ADT/
H A DHashingTest.cpp84 EXPECT_NE(hash_combine(42, 43), hash_value(std::make_pair(42ull, 43ull)));
85 EXPECT_NE(hash_combine(42, 43), hash_value(std::make_pair(42, 43ull)));
86 EXPECT_NE(hash_combine(42, 43), hash_value(std::make_pair(42ull, 43)));
97 EXPECT_EQ(hash_combine('0', hash_combine(1ull, '2')),
98 hash_value(std::make_pair('0', std::make_pair(1ull, '2'))));
/external/chromium_org/net/quic/congestion_control/
H A Dcubic.cc20 const uint64 kCubeFactor = (1ull << kCubeScale) / kCubeCongestionWindowScale;
/external/chromium_org/crypto/
H A Dp224.cc106 static const uint64 kTwo63p35 = (1ull<<63) + (1ull<<35);
107 static const uint64 kTwo63m35 = (1ull<<63) - (1ull<<35);
108 static const uint64 kTwo63m35m19 = (1ull<<63) - (1ull<<35) - (1ull<<19);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_queryobj.c180 query->Base.Result &= (1ull << 36) - 1;
465 result &= (1ull << 36) - 1;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_queryobj.c180 query->Base.Result &= (1ull << 36) - 1;
465 result &= (1ull << 36) - 1;

Completed in 2784 milliseconds

123